flowchart TD
Machine_Learning --> Supervised_Learning;
Machine_Learning --> Unsupervised_Learning;
Supervised_Learning --> Regression;
Supervised_Learning --> Classification;
Unsupervised_Learning --> Clustering;
-
Notifications
You must be signed in to change notification settings - Fork 0
SandipPalit/Machine-Learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
I have impleted the popular Machine Learning algorithms in Python. Click on "Open in Colab" for better experience.