Add NERV project link to Python resources

Update NERV entry to BYOX-style one-liner

- Shortened description to match BYOX formatting
- Focus on Python + project scope (Titanic, Iris, Oculus (CNN), Yapper NLP)
- Removed extra explanation from previous version
This commit is contained in:
Aditya Yadav 2026-01-01 20:37:31 +05:30 committed by GitHub
parent 76d1a261bd
commit 5ddcfa9b54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -250,6 +250,7 @@ It's a great way to learn.
* [**JavaScript**: _Neural networks from scratch for JavaScript linguists (Part1The Perceptron)_](https://hackernoon.com/neural-networks-from-scratch-for-javascript-linguists-part1-the-perceptron-632a4d1fbad2)
* [**Python**: _A Neural Network in 11 lines of Python_](https://iamtrask.github.io/2015/07/12/basic-python-network/)
* [**Python**: _Implement a Neural Network from Scratch_](https://victorzhou.com/blog/intro-to-neural-networks/)
* [**Python**: _NERV - Integrated ML system covering Titanic, Iris, Oculus (CNN), and Yapper (NLP)_](https://github.com/aypy01/nerv)
* [**Python**: _Optical Character Recognition (OCR)_](http://aosabook.org/en/500L/optical-character-recognition-ocr.html)
* [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/)
* [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5)