The Fundamentals of Machine Learning 1 PDF
The Fundamentals of Machine Learning 1 PDF
Machine Learning
Hichem Felouat
[email protected]
https://www.linkedin.com/in/hichemfelouat/
Hichem Felouat - [email protected] - Algeria 1
What Is Artificial Intelligence?
Artificial intelligence (AI) is an area of computer
science that emphasizes the creation of intelligent
machines that work and react like humans.
The traditional approach. If the problem is not trivial, your program will
likely become a long list of complex rules pretty hard to maintain.
Hichem Felouat - [email protected] - Algeria 8
Why Use Machine Learning?
and clustering.
Keras.
• Whether or not they can learn incrementally on the fly (online versus
batch learning).
• Whether they work by simply comparing new data points to known data
points, or instead detect patterns in the training data and build a
predictive model, much like scientists do (instance-based versus model-
based learning).
Hichem Felouat - [email protected] - Algeria 20
Types of Machine Learning Systems
• k-Nearest Neighbors
• Linear Regression
• Logistic Regression
• Support Vector Machines (SVMs)
• Decision Trees and Random Forests
• Neural networks*
Hichem Felouat - [email protected] - Algeria 24
Types of Machine Learning Systems
Unsupervised Learning:
In unsupervised learning, as you might guess, the training
data is unlabeled. The system tries to learn without a
teacher.
• Clustering
• Visualization and dimensionality reduction
Reinforcement Learning
Hichem Felouat - [email protected] - Algeria 30
Types of Machine Learning Systems
Batch learning:
On-line learning:
In online learning, you train the system
incrementally by feeding i t d at a i n st an ces
sequentially, either individually or by small groups
called mini batches. Each learning step is fast and
cheap, so the system can learn about new data on
the fly, as it arrives.
Hichem Felouat - [email protected] - Algeria 32
Types of Machine Learning Systems
Online learning
Hichem Felouat - [email protected] - Algeria 33
Instance-Based VS Model-Based Learning
Instance-based learning:
The system learns the examples by heart, then
generalizes to new cases using a similarity measure.
• Regression: this is the problem of predicting a real value for each item.
Examples of regression include prediction of stock values or that of variations
of economic variables.
4) F i n a l l y , y o u a p p l i e d t h e m o d e l t o m a k e
predictions on new cases.
Hichem Felouat - [email protected] - Algeria 42
Thank you for your
attention
Hichem Felouat ...
Hichem Felouat - [email protected] - Algeria 43