deep learning with tensorflow

20
Deep Learning with Tensorflow A workshop by MLDLC http://mldlc.xyz Manish Shivanandhan http://www.manishshivanandhan .com/ World Vision India https://www.worldvision.in/

Upload: manish-m-shivanandhan

Post on 16-Apr-2017

635 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Deep Learning with Tensorflow

Deep Learning with TensorflowA workshop by MLDLC

http://mldlc.xyz

Manish Shivanandhanhttp://www.manishshivanandhan.com/

World Vision Indiahttps://www.worldvision.in/

Page 2: Deep Learning with Tensorflow

One of the fastest growing meetup groups worldwide

Machine Learning & Deep Learning Community400+ members in less than two months

Most active meetup group in Machine/Deep Learning topics

Page 3: Deep Learning with Tensorflow

About Me

Dropout, Consultant, Data Scientist

Adappt Ltd - Clients include WHO & Curation

Speaker on Technology & Startups

Page 4: Deep Learning with Tensorflow

Agenda

Introduction to Machine Learning & its concepts

Introduction to Deep Learning & Neural Networks

Application - Solving a computer vision problem (Handwriting recognition)

Page 5: Deep Learning with Tensorflow

Machine LearningThe art of finding patterns

Page 6: Deep Learning with Tensorflow

X 0 1 2 3 4 5

Y 0 1 4 9 16 25

F(x) = Y = X**2

● Classification, Regression● Supervised, Unsupervised,

Reinforcement

Page 7: Deep Learning with Tensorflow

Technique of using algorithms to classify/group inputs

Supervised & Unsupervised classifications

Discrete set of outputsEg. Binary, A-Z,Spam/Not spam

Classification

Page 8: Deep Learning with Tensorflow

Technique of using algorithms to predict future values

Supervised Regression

Continuous set of outputsEg. Stock prices, Housing prices, Volume predictions

Regression

Page 9: Deep Learning with Tensorflow

Deep LearningThe art of finding patterns with Neural Networks

Page 10: Deep Learning with Tensorflow

Why Neural Networks?

Amazingly high level of accuracy - Large Data sets needed

Efficient learning models - High processing power

Works only on complex data sets - Fails in simpler cases

Page 11: Deep Learning with Tensorflow

How Neural Nets Work?

Page 12: Deep Learning with Tensorflow
Page 14: Deep Learning with Tensorflow

TensorflowA 10 minute crash course

Page 15: Deep Learning with Tensorflow

Handwriting Recognition - Computer Vision

Page 16: Deep Learning with Tensorflow
Page 17: Deep Learning with Tensorflow
Page 18: Deep Learning with Tensorflow

Let’s write some code...

Page 19: Deep Learning with Tensorflow

References & Resources

http://natureofcode.com/

http://neuralnetworksanddeeplearning.com/

https://www.udacity.com/course/deep-learning--ud730http://rodrigob.github.io/

https://www.kaggle.com/

Page 20: Deep Learning with Tensorflow

Cheers!