From 6453a1e95d5f6ecbf841bd60a5ee28807f03c292 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 26 Jan 2018 21:11:11 -0800 Subject: [PATCH] Add a README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f66a3e6 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Learn Me A Machine +================== + +My attempt at some machine learnin'. + +## General ML + +- [CS231n at Stanford](http://cs231n.github.io) + +## LSTMs + +- [Understanding LSTM Networks](https://colah.github.io/posts/2015-08-Understanding-LSTMs/)