diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfcd2b0 --- /dev/null +++ b/README.md @@ -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.