Code for SEDONA: Search for Decoupled Neural Networks toward Greedy Block-wise Learning (ICLR 2021)
-
Updated
May 5, 2024 - Python
Code for SEDONA: Search for Decoupled Neural Networks toward Greedy Block-wise Learning (ICLR 2021)
Using only numpy in Python, a neural network with a forward and backward method is used to classify given points (x1, x2) to a color of red or blue.
I have designed these neural networks to revise the mathematics involved in their training, I have derived by hand all of the backprop and learning equations. These neural networks may not be the most efficient but, efficiency was not the aim here. The aim here was understanding. The various networks contained include a Rosenblatt Perceptron, a …
The classic Kaggle Titanic data science challenge
Numpy neural network classifying japanese characters. Weights animations along the way.
Add a description, image, and links to the backprop topic page so that developers can more easily learn about it.
To associate your repository with the backprop topic, visit your repo's landing page and select "manage topics."