Deep Learning With TensorFlow Presentation
Deep Learning With TensorFlow Presentation
with TensorFlow
By: Andrei Neagoie, Daniel Bourke
Objective
Introduction to Machine Learning and Deep Learning
Fundamentals of Tensorflow
What is Machine Learning?
Machine Learning is turning things (Data) into numbers and finding
patterns in those numbers.
The most popular technique of predicting the future or classifying
information is to help people make necessary decisions.
How does Machine Learning Work?
What is Deep Learning?
Deep learning is the evolution of machine learning and Artificial Intelligence
Output Layer
Input Layer
Hidden Layers
Applications of Deep Learning
Video Recomendation
Natural Language Processing (NLP)
Speech Recognition
Computer Vision an so on
Why use TensorFlow?
Open- source
Easy model building
End-to-end platform for machine learning
Able to run on a GPU/TPU
Able to access many pre-built deep learning models
What is a Tensor?
A n-dimensional array of numbers
Fundamentals
Import tensorflow
tf.constat
tf.variable
tf.random
Shuffling the order
Other way to make tensors
NumPy arrays into tensors
Getting info from tensors