greydanus / np_nets

Neural network experiments written purely in numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

np_nets

Neural network experiments written purely in numpy

  1. Learning backprop with the MNIST classification task
  1. Better version of learning backprop...lacks markdown explanations...doesn't have a bug though
  1. Synthetic gradients with the MNIST classification task
  1. Hebbian learning (for a Dartmouth class)
  1. "U loss" learning
  • I test an ansatz for layer-wise training of neural networks. It didn't work. That's how research goes.
  • Folder is here

About

Neural network experiments written purely in numpy


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%