mctrinh/neural-networks-from-scratch
Neural Networks from Scratch in Python crafted for utilization as teaching resources in graduate courses (Deep Learning, Deep Learning for Computer Vision) delivered by Minh-Chien Trinh at Jeonbuk National University.
These Jupyter notebooks help graduate students in Deep Learning and Deep Learning for Computer Vision courses understand how neural networks work from the ground up. By starting with fundamental mathematical concepts, you can build neural network components piece by piece. This provides a clear, step-by-step understanding of neural network architecture and operation for students learning the subject.
No commits in the last 6 months.
Use this if you are a graduate student or instructor who needs to learn or teach the foundational mechanics of neural networks by building them yourself.
Not ideal if you're looking for a high-level library to implement neural networks quickly without needing to understand the underlying code.
Stars
61
Forks
34
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mctrinh/neural-networks-from-scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
digantamisra98/Mish
Official Repository for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
Sentdex/nnfs_book
Sample code from the Neural Networks from Scratch book.
itdxer/neupy
NeuPy is a Tensorflow based python library for prototyping and building neural networks
vzhou842/cnn-from-scratch
A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
nicklashansen/rnn_lstm_from_scratch
How to build RNNs and LSTMs from scratch with NumPy.