8 lines
287 B
Markdown
8 lines
287 B
Markdown
# Neural Network from scratch
|
|
> fully-connected/backtracking NN using numpy and a 'class Layer'
|
|
> with no 'class Neuron' software architecture
|
|
|
|
Xor and a weather dataset are available out of the box.
|
|
|
|
Comments were added with respect to an imaginable audience in a tutorial-ish fashion.
|