This is a master project of some experiments with Neural Networks. Every project here is runnable, visualized and explained clearly.
The Machine Learning Gallery is a project that showcases various experiments with neural networks. It is designed to help beginners understand the concepts of machine learning through visualizations. Users can train and run neural networks live and see the results for themselves. Each project is accompanied by an explanation of how it works. The majority of the models are trained with PyTorch on a Django backend server, while the frontend is a React app that connects to the backend using Websocket. Some larger models are pre-trained. The technologies used in the project include PyTorch, React, and TensorFlow JS. The project is deployed at https://akhil.ai.
To install the Machine Learning Gallery, follow these steps:
git clone https://github.com/username/repo.gitpip install -r requirements.txtnpm installpython manage.py runservernpm starthttp://localhost:3000 in your web browser.The Machine Learning Gallery is a project that provides a platform for beginners to learn and explore machine learning concepts through visualizations. It offers a range of projects that cover various topics such as feed-forward networks, computer vision, natural language processing, and reinforcement learning. The gallery uses PyTorch for training models on a Django backend server and connects to a React frontend app. Users can train and run the networks live, with each project accompanied by an explanation of how it works. The gallery is a valuable resource for those looking to gain practical experience in machine learning.