Skip to content

Simple highly commented python scripts on some very basic machine learning such as the regression line and training of classifiers. More commits coming soon

Notifications You must be signed in to change notification settings

KimaruThagna/Learning-Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning-Machine_Learning

Simple highly commented python scripts on some very basic machine learning such as the regression line and training of classifiers. The tutorial followed is a great series of ML videos on the youtube channel SENTDEX. i highly recommend that you subscribe. The general direction is to start with supervised algorithms, Linear regression, K-nearest neighbours and SVM. then later, unsupervised algorithms such as K-Means. The comments are more of what ive understood and explanantion of some of the logic