From c5550cf911f1ac6a246c28ab110fdb672b691057 Mon Sep 17 00:00:00 2001 From: nickchase Date: Mon, 19 Mar 2018 10:58:01 -0400 Subject: [PATCH] Added Machine Learning for Mere Mortals https://www.manning.com/livevideo/machine-learning-for-mere-mortals --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f62232..56c1a15 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ More info [here](http://tensorflow.org). * [TensorFlow World](https://github.com/astorfi/TensorFlow-World) - Concise and ready-to-use TensorFlow tutorials with detailed documentation are provided. * [Effective Tensorflow](https://github.com/vahidk/EffectiveTensorflow) - TensorFlow howtos and best practices. Covers the basics as well as advanced topics. * [TensorLayer](http://tensorlayer.readthedocs.io/en/latest/user/tutorial.html) - Modular implementation for TensorFlow's official tutorials. ([CN](https://tensorlayercn.readthedocs.io/zh/latest/user/tutorial.html)). +* [Machine Learning for Mere Mortals](https://www.manning.com/livevideo/machine-learning-for-mere-mortals) - Introduction to machine learning using Tensorflow for those without a deep mathematical background.