Slide 27
Slide 27 text
@nyghtowl
Resources & References
● How to run any ML algorithm on GCP nyghtowl.com
● Gorner, Martin (2017 Jan 19) Learn TensorFlow and deep learning without a Ph.D.
https://cloud.google.com/blog/big-data/2017/01/learn-tensorflow-and-deep-learning-without-a-phd
● Muic, Tommy (2016 Sep 25) Exception Models explained and implemented
https://hacktilldawn.com/2016/09/25/inception-modules-explained-and-implemented/
● Lewis-Kraus, Gideon (2016 Dec. 14) The Great AI Awakening
https://www.nytimes.com/2016/12/14/magazine/the-great-ai-awakening.html?smprod=nytcore-ipad&smid=nytcore-ipad-sha
re&_r=0
● Nielsen, Michael Neural Nets and Deep Learning http://neuralnetworksanddeeplearning.com/
● Karpathy, Andrej (2015) Hacker’s Guide to Neural Nets https://karpathy.github.io/neuralnets/
● Convolutional Networks for Visual Recognition http://cs231n.github.io/
● Hobbs, Paul (2013 Oct 4) How can the various machine learning algorithms be classified summarized...
https://www.quora.com/How-can-the-various-machine-learning-algorithms-be-classified-summarized-according-to-the-probl
ems-they-solve
● Chollet, Francois (2017 July 18) The limitations of deep learning https://blog.keras.io/the-limitations-of-deep-learning.html
“All code snippets in this presentation are licensed under Apache 2.0 license”
● Keras:https://github.com/fchollet/keras/blob/master/examples/cifar10_cnn.py
● Keras model to TF:https://github.com/amir-abdi/keras_to_tensorflow/blob/master/keras_to_tensorflow.ipynb