You are on page 1of 5

What is Machine Learning?

(With Tensorflow)
~ Divya Thakur
Lead Instructor at Code Heroku
“Machine learning is the science of getting computers to act without being explicitly programmed.” – Stanford

“Machine learning is based on algorithms that can learn from data without relying on rules-based programming.”-
McKinsey & Co.

Machine Learns
Feed Data (Develops Algorithm)
(Both Inputs & Outputs) (Develops the relationship
Between i/p & o/p)
Traditional Programming Approach Machine Learning
Approach

Inputs Inputs Outputs

What to do?
If / else
Model
For / while
loops
Algorithm
Train
Functions
How to do?
Unions /
Structures Algorithm
Why Tensorflow?
Takes Input as Tensors and it Flows through the Model to produce
Package containing algorithms needed for Machine Learning
an Output
Hands-On Exercise

You might also like