From 1289fa38836a430517b4ac0f7000e81c2f2a2fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A8=B0=E0=A8=BE=E0=A8=B9=E0=A9=81=E0=A8=B2=20=E0=A8=AD?= =?UTF-8?q?=E0=A9=87=E0=A8=B2=E0=A9=87?= Date: Thu, 20 Jan 2022 16:06:52 +0530 Subject: [PATCH] Add Deep Learning with Swift for TensorFlow book. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 142a315..6ca58e5 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,8 @@ More info [here](http://tensorflow.org). ## Books + +* [Deep Learning with Swift for TensorFlow](https://link.springer.com/book/10.1007/978-1-4842-6330-3) - Differentiable Programming with Swift by Rahul Bhalley. This book strongly focuses on introducing the basics of machine & deep learning, mathematics behind it in simple language, and readers also learn to implement state-of-the-art deep learning models using Swift for TensorFlow. * [Machine Learning with TensorFlow](http://tensorflowbook.com) by Nishant Shukla, computer vision researcher at UCLA and author of Haskell Data Analysis Cookbook. This book makes the math-heavy topic of ML approachable and practicle to a newcomer. * [First Contact with TensorFlow](http://www.jorditorres.org/first-contact-with-tensorflow/) by Jordi Torres, professor at UPC Barcelona Tech and a research manager and senior advisor at Barcelona Supercomputing Center * [Deep Learning with Python](https://machinelearningmastery.com/deep-learning-with-python/) - Develop Deep Learning Models on Theano and TensorFlow Using Keras by Jason Brownlee @@ -245,7 +247,6 @@ More info [here](http://tensorflow.org). * [TensorFlow 2.0 in Action](https://www.manning.com/books/tensorflow-in-action) - by Thushan Ganegedara. This practical guide to building deep learning models with the new features of TensorFlow 2.0 is filled with engaging projects, simple language, and coverage of the latest algorithms. - ## Contributions