nn_framework
nn_framework copied to clipboard
A simple neural network framework
Write your own neural network framework
This repository contains the code for a simple neural network framework. In this course as part of the End-to-end Machine Learning School, we step through this code together, writing it part-by-part in a sequence of coding exercises.
Come give it a try.
To run this code:
python3 run_framework.py
The autoencoder visualization code used here is adapted from another End-to-End Machine Learning course, Neural Network Visualization. To understand it down to it's roots, you can walk through that course too.