An open API service indexing awesome lists of open source software.

https://github.com/kimaruthagna/learning-machine_learning

Simple highly commented python scripts on some very basic machine learning such as the regression line and training of classifiers. More commits coming soon
https://github.com/kimaruthagna/learning-machine_learning

adaline backpropagation classifier decision-tree-classifier iris-dataset k-nearest-neighbours knn linear-regression logistic-regression machine-learning machine-learning-algorithms naive-bayes-classifier pandas-dataframe python3 regression sklearn som supervised-learning svm unsupervised-learning

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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