summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-03-02 22:54:02 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2021-03-02 22:54:02 -0500
commit8b2171ea2ce2161ee7d76ae5e89ffc769dcdf5ec (patch)
tree333ae86700f8de7738926c1c0d731f460e208e06
Initial CommitHEADmaster
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6c60586
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+Neural Networks From Scratch exercises
+======================================
+
+This repository is meant as a location to track my progress in the book [Neural
+Networks From Scratch](nnfs.io) made by SentDex. If you stumble upon this
+repository, I highly suggest you purchase the book if you are curious about
+machine learning.