Introduction To Machine Learning
Introduction To Machine Learning
Ksenia Zakirova
Landon Barnickle
What is
Our goal is to enable machines to make decisions
based on data without explicit programming.
Machine Learning?
Contains a large variety of algorithms aimed at solving
various problems:
● Prediction
● Classification
● Natural Language Processing
● Game AI
● Image recognition
Types of
Three main types of ML:
● Supervised
n
1
Average Error = n ∑ (prediction – actual)^2
i=1
Under the Hood: Gradient Descent Primer
Let say we have no idea what the best model is. How do
we begin?
Rainfall (mm)
How many
Did it rain yesterday? Y/N
umbrellas sold?
https://semantle.com/
Guess the secret word - the closer you are, the higher
your word2vec score/the lower the distance.
Types of
Three main types of ML:
● Supervised
For example:
As a data analyst/scientist:
● Create and use models as part of analyses
● On some level, it’s no different than running a
linear regression
Thanks for Bearing
With Me!
Questions?