Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sophiaas/simple-neural-nets

Learn to build neural networks from scratch, simply. No autograd, no deep learning libraries - just numpy.
https://github.com/sophiaas/simple-neural-nets

convolutional-neural-networks deep-learning deep-neural-networks neural-networks neural-networks-from-scratch numpy recurrent-neural-networks

Last synced: about 7 hours ago
JSON representation

Learn to build neural networks from scratch, simply. No autograd, no deep learning libraries - just numpy.

Awesome Lists containing this project

README

        

# Simple Neural Nets

This codebase provides the skeletal structure for implementing neural networks from scratch, exclusively in numpy. Fill in the blanks to implement three fundamental neural network architectures: feedforward, recurrent, and convolutional. See `instructions.pdf` for a walkthrough of how to complete the repo and test your models!

*I wrote this codebase while a Graduate Student Instructor for UC Berkeley's Machine Learning course, CS189/289A. It was used as the 6th homework assignment in the Spring 2020 semester. [sagnibak](https://github.com/sagnibak) is a contributor.*