# HG changeset patch # User Jeff Hammel # Date 1504559736 25200 # Node ID a69d1e6ff46d5e1d12fe99313d8e63469f707596 # Parent 59044f78d5870a426c42848034b3123a73f03dcd [documentation] note more links diff -r 59044f78d587 -r a69d1e6ff46d README.txt --- a/README.txt Mon Sep 04 14:05:24 2017 -0700 +++ b/README.txt Mon Sep 04 14:15:36 2017 -0700 @@ -20,11 +20,16 @@ Links ----- +Things to check out: + - mxnet : http://gluon.mxnet.io/P01-C01-introduction.html - NakedTensor: https://github.com/jostmey/NakedTensor; Bare bone examples of machine learning in TensorFlow +- http://pybrain.org/ + +- http://deeplearning.net/software/theano/ ---- diff -r 59044f78d587 -r a69d1e6ff46d links.txt --- a/links.txt Mon Sep 04 14:05:24 2017 -0700 +++ b/links.txt Mon Sep 04 14:15:36 2017 -0700 @@ -1,2 +1,3 @@ https://s3.amazonaws.com/MLMastery/ml_performance_improvement_cheatsheet.pdf?__s=2gnd4eijcmfwyncxqmmz +http://deeplearning.net/ http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/