basic README

This commit is contained in:
anon 2024-06-05 12:05:15 +02:00
parent 7cd0709894
commit 295f38341a

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 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.