This Machine Learning repository provides implementation of various machine learning algorithm in practical way such as supervised learning, unsupervised learning and etc.
- Machine Learning is defined as "A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P if its performance at tasks in T, as measured by P, improves with experience E.
- Machine Learning is a branch of AI that develops algorithms by learning the hidden patterns of datasets used it to make predictions on new similar type data, without exlicity programmed for each task.
-
|___________________ - -------------| | | ML Model |------------> prediction/program
-
| | - -------------->|___________________|
- output
- 1.1 Classification
- 1.2 Regression
- logistic regression, SVM, random forest, decision tree, KNN, naive bayer
- linear regression, polynomial regression, lasso regression
- 2.1 Clustering
- 2.2 Association
- K-mean clustering, mean-shift,
- Apriori Algo,
- Q-learning, SARSA, Deep Q-learning