#834 · Primary category: Education & Research
NumPyCNN
Building Convolutional Neural Networks From Scratch using NumPy
Project last updated:06/19/23
GitHub Stars
600
Forks
186
Contributors
1
License
Other
Why we included this project
NumPyCNN is a single-module CNN implementation written entirely in NumPy, and its real value is that it makes the internals of a convolutional network readable. Anyone who has trained models in Keras or PyTorch without seeing what the layers actually do can open cnn.py and follow the code from convolution to pooling as plain Python classes. The author is upfront about the limits: there is no backpropagation, just a learning-rate weight update, and the code handles single-label classification, so this is a teaching tool rather than something to ship. It also connects to the PyGAD library, which points toward training the same network with a genetic algorithm. For people learning deep learning fundamentals or preparing their own tutorials, it is a useful reference to keep around.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI