From 1d5577b7e89e8b51a0b0e64d0ac8a7ccdfc4ee47 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Sun, 20 Oct 2019 16:20:31 -0700 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 40622c8..a027c80 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,25 @@ # Resources for Machine Learning -## Tools +## In this Repositoryy -* [Tensorflow](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/TensorFlow). -* [Caffe](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Caffe). -* [Talks](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Talks). -* [Notebooks](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Notebooks). -* [Docker images](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Docker_Images). -* [Numpy](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Numpy). +* [Tensorflow](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/TensorFlow): examples in TF. +* [Caffe](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Caffe): examples in Caffe. +* [DeepArt](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Numpy): deep learning generated art. +* [ML Notebooks](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Notebooks): jupyter notebooks with ML examples. +* [Numpy examples](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Numpy): some snippetes in Numpy. - ----- - ## Learning -### Courses +### Introductory Courses * [Stanford's Machine Learning Course](http://cs229.stanford.edu/) * [Google's Developer Machine Learning Course](https://developers.google.com/machine-learning) -## Deep Learning +### Deep Learning * [A Chart of Neural Networks](http://www.asimovinstitute.org/neural-network-zoo/).