AI and Predictive Analytics in Data-Center Environments
Introduction to Machine Learning
Josep Ll. Berral @BSC
Intel Academic Education Mindshare Initiative for AI
AI and Predictive Analytics in Data-Center Environments - - PowerPoint PPT Presentation
AI and Predictive Analytics in Data-Center Environments Introduction to Machine Learning Josep Ll. Berral @BSC Intel Academic Education Mindshare Initiative for AI Introduction Let the machine to automate the analysis for you
Intel Academic Education Mindshare Initiative for AI
Collected Data
Labelled Data
Example of “Supervised Learning”
Collected Data
Labelled Data Labelled Data
Example of “Supervised Learning”
Collected Data
Labelled Data Labelled Data
Example of “Supervised Learning”
*R.A. Fisher (1936). Source: https://archive.ics.uci.edu/ml/datasets/Iris
sepal length sepal width petal length petal width class 5.1 3.5 1.4 0.2 Setosa 7.0 3.2 4.7 1.4 Versicolor 5.8 2.7 5.1 1.9 Virginica ... ... ... ... ...
sepal length sepal width petal length petal width class 6.1 3.2 5.0 1.3 ???
f(sepal length, sepal width, petal length, petal width) → class
spam ¬ spam diamonds 130 5 135 ¬ diamonds 987 300 1287 1117 305 1422
P(spam) = 1117/1422 = 0.786 P(¬spam) = 305/1422 = 0.214 P(diamonds) = 135/1422 = 0.095 P(¬diamonds) = 1287/1422 = 0.905 P(diamonds & spam) = 130/1422 = 0.091 P(diamonds & ¬spam) = 5/1422 = 0.0035 spam ¬ spam diamonds 130 5 135 ¬ diamonds 987 300 1287 1117 305 1422
P(spam) = 1117/1422 = 0.786 P(¬spam) = 305/1422 = 0.214 P(diamonds) = 135/1422 = 0.095 P(¬diamonds) = 1287/1422 = 0.905 P(diamonds & spam) = 130/1422 = 0.091 P(diamonds & ¬spam) = 5/1422 = 0.0035 P(spam | diamonds) ← P(diamonds & spam) P(diamonds) P(¬spam | diamonds) ← P(diamonds & ¬spam) P(diamonds) P(spam | diamonds) = 0,9514 P(¬spam | diamonds) = 0,0367
Data
Data
Data
f(x) = 102 + speed * 10.34 + weight * 5.14