LeNet Visualizer is a tool designed to visualize the operations of the LeNet neural network architecture. This project aims to provide an intuitive understanding of how the LeNet architecture processes input data through its layers, enabling users to grasp deep learning concepts more easily.
- Interactive visualization of LeNet architecture
- Real-time data processing demonstration
- User-friendly interface
- Responsive design for multiple devices
- JavaScript (70.2%)
- HTML (21.7%)
- Python (8.1%)
- Clone the repository:
git clone https://github.com/RoshRaj01/Lenet_Visualizer.git
- Navigate to the project directory:
cd Lenet_Visualizer - Open the
index.htmlfile in a web browser to start the application.
- After opening
index.html, you will see the LeNet architecture visualized on the screen. - Users can input data to observe how it is processed through the network.
- Utilize the provided controls to manipulate different parameters and visualize the effects on the output.
Lenet_Visualizer/
│
├── index.html # Main entry point
├── js/ # JavaScript files
├── css/ # Stylesheets
└── python/ # Python scripts (if applicable)
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add some feature" - Push to the branch:
git push origin feature-name
- Open a pull request.
For support, please open an issue in the GitHub repository or contact the maintainers directly.
Happy Visualizing!