Machine Learning
Machine Learning
1. Supervised learning
Problem 1:
i.e price vs size plot study
create a function from given data
and that helps to predict future input
(Regression Problem)
Problem 2:
plot of
i.e
size of tumer vs malignantOrNot (1,0)
From the above data set we predict future input for the size of tumer
(Classification Problem : if the output is discrete)
Problem 3:
i.e
tumer size vs age of person and corresponding circles(+) and cross(-) for disease
Unsupervised learning::
-->
1. Just given labels i mean values like X and find interesting
facts and infos of that data
2. I.e grouping similar datas like grouping News related to tech in one
place
3. Genetic Data analysis,
4. Clustering algorithms (i.e creating community in social network)
5. grouping galaxies
6. Unlabeled data and finding intresting things about it
Reinforcement Learning :
--> Think of it as training a dog
--> Let it do whatever wants and judge good or bad .. after a long time it becomes
much good than bad.
--> let a robot do any work and comment on its performance good or bad