Understanding Artificial Intelligence
Maarten Van den Broeck
Senior Content Developer at DataCamp
Machine Learning: learn from data and identify patterns
Machine Learning: learn from data and identify patterns
Machine Learning: learn from data and identify patterns
Machine Learning: learn from data and identify patterns
Machine Learning: learn from data and identify patterns
Classification: assign each data observation the category (class) it may belong to
Classification: assign each data observation the category (class) it may belong to
Supervised learning: Data annotation (getting labelled observations with known class a priori) needed to learn/train a model capable of making inference
Regression: assign each data observation a numerical output or label based on its inputs
Time series forecasting: predict future values of variable, based on its past behavior
Clustering: find subgroups of data with similar characteristics (e.g. k-means algorithm)
Anomaly detection: detecting abnormal data observations e.g. unusual card transactions
Association rule discovery: find common co-occurrences of items in transaction data
Reinforcement learning: learn by experience (trial and error) to master a complex task
Highly sophisticated models based on deep neural networks: solve very challenging tasks where classical ML models become limited
Learn from data as a human brain would do
Need a lot of data to learn: sometimes millions of observations
Highly sophisticated models based on deep neural networks: solve very challenging tasks where classical ML models become limited
Need a lot of data to learn: sometimes millions of observations
Understanding Artificial Intelligence