From 295f38341a1f362a0fb7bf23d18a8300198b9305 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Wed, 5 Jun 2024 12:05:15 +0200
Subject: [PATCH] basic README

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 README.md

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.