Skip to content

Machine learning is the study of computer algorithms that can improve automatically through experience and by the use of data. As a beginner, we can understand like given flow. Data -> Computer Algorithms -> Prediction simple right :-)

Notifications You must be signed in to change notification settings

sanjay-rb/Machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-learning

  • Machine learning is the study of computer algorithms that can improve automatically through experience and by the use of data.
  • As a beginner, we can understand like given flow.
  • Data -> Computer Algorithms -> Prediction simple right 😀!

Steps to follow up with me :

  • Open this repository in local or VS Code web [By clicking dot( . )] 😉.
  • Open Jupyter notebook files under notebook folder.
  • Try to run and understand each cell of files in the order given.
  • Cheers Let rock it 🎉🥳.

Data Preprocessing

1 . Data Preprocessing :

Regression

2 . Simple Linear Regression :

3 . Multiple Linear Regression :

4 . Polynomial Linear Regression :

5 . (SVR) Support Vector Regression :

6 . Decision Tree Regression :

7 . Random Forest Regression :

8 . Regression Model Selection :

9 . Regression Extras :

  • Please check out to 9_regression_extras branch.
  • Run 9 . Regression Extras.ipynb notebook file.

Classification

10 . Logistic Regression :

11 . K Nearest Neighbor Classification :

12 . (SVC) Support Vector Classification :

13 . Kernel (SVC) Support Vector Classification :

14 . Naive Bayes Classification :

15 . Decision Tree Classification :

16 . Random Forest Classification :

17 . Classification Model Selection :

18 . Classification Extras :

Clustering

19 . K Means Clustering :

20 . Hierarchical Clustering :

Association Rule Learning

21 . Apriori ARL :

  • Please check out to 21_apriori_arl branch.
  • Run 21 . Apriori ARL.ipynb notebook file.

22 . Eclat ARL :

  • Please check out to 22_eclat_arl branch.
  • Run 22 . Eclat ARL.ipynb notebook file.

About

Machine learning is the study of computer algorithms that can improve automatically through experience and by the use of data. As a beginner, we can understand like given flow. Data -> Computer Algorithms -> Prediction simple right :-)

Topics

Resources

Stars

Watchers

Forks