Unit I - Machine Learning at CSJMU - 6 Slides Handouts
Unit I - Machine Learning at CSJMU - 6 Slides Handouts
1 2
3 4
Contd…
Contd… How does Machine Learning work
• With the help of sample historical data, which is known as training • A Machine Learning system learns from historical data, builds the
data, machine learning algorithms build a mathematical model that prediction models, and whenever it receives new data, predicts the
helps in making predictions or decisions without being explicitly output for it.
programmed. • The accuracy of predicted output depends upon the amount of data, as the
huge amount of data helps to build a better model which predicts the output
• Machine learning brings computer science and statistics together for more accurately.
creating predictive models. Machine learning constructs or uses the
algorithms that learn from historical data. The more we will provide • Suppose we have a complex problem, where we need to perform some
the information, the higher will be the performance. predictions, so instead of writing a code for it, we just need to feed the
data to generic algorithms, and with the help of these algorithms,
• A machine has the ability to learn if it can improve its performance by machine builds the logic as per the data and predict the output.
gaining more data.
5 6
7 8
9 10
11 12
13 14
15 16
17 18
19 20
21 22
23 24