Machine Learning. Types of Machine Learning

Слайд 2

What’s Machine Learning?

“Machine learning will automate jobs that most people thought could

What’s Machine Learning? “Machine learning will automate jobs that most people thought
only be done by people.” - Dave Waters
Examples:
- Amazon recommendations based on their customer’s browsing and purchasing behavior.
- Google’s search engine, that ranks the websites by relevancy.
- Self-driving cars.
- Email spam filters.

Слайд 3

Types of Machine Learning

Learning algorithms:
Supervised learning
Unsupervised learning
Reinforcement learning
Desired output:
Classification (spam, not spam)
Regression

Types of Machine Learning Learning algorithms: Supervised learning Unsupervised learning Reinforcement learning
(house prices, stock prices)
Clustering (customer segmentation)
Density estimation (test results of a specific number of people)
Dimensionality reduction (mapping inputs into a lower-dimensional space)

Слайд 4

Neural Networks

Main objects of ANN:
Neurons (Nodes)
Layers
Learning
Connections
The goal is to mimic the way

Neural Networks Main objects of ANN: Neurons (Nodes) Layers Learning Connections The
the human brain organizes and make right predictions

Слайд 5

Neural Networks

Neural Networks

Слайд 6

Training

Back propagation:
Random weight
Take the inputs from the training set and pass them
Calculate

Training Back propagation: Random weight Take the inputs from the training set
error
Adjust the weights
Repeat this 10K times.

Слайд 7

Training

Output = w1*in1 + w2*in2
Adustment = 0.01*err*input

Training Output = w1*in1 + w2*in2 Adustment = 0.01*err*input
Имя файла: Machine-Learning.-Types-of-Machine-Learning.pptx
Количество просмотров: 24
Количество скачиваний: 0