Neural Network Visualizer
- Developed a live neural network visualization tool using TypeScript, allowing real-time interaction with neuron activations through mouse movement and drawing.
- Implemented forward propagation from scratch, demonstrating a strong understanding of neural network mechanics.
- Integrated weights trained in Google Colab into a custom backend function, enabling dynamic network building and visualization in the frontend.
- Enhanced user experience by providing intuitive visual feedback of neuron activations and network behavior.
- 2D graph label predictor and hand-written digit recognizer.
- Technologies: Typescript, NextJS, Python, Numpy, Tensorflow, Pandas, Matplotlib