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

https://github.com/cserajdeep/ml-tutorials

My repository for python implementation of a few prominent machine learning algorithms
https://github.com/cserajdeep/ml-tutorials

ann artificial-neural-networks backpropagation backpropagation-learning-algorithm gradient gradient-descent gradientde kmeans-clustering knn-classification linear-algebra machine-learning ordinary-least-square-regression pca pso python radial-basis-function rbf scikit-learn sgd stocastic-gradient-descent

Last synced: about 1 month ago
JSON representation

My repository for python implementation of a few prominent machine learning algorithms

Awesome Lists containing this project

README

        

PCA: https://www.cs.princeton.edu/picasso/mats/PCA-Tutorial-Intuition_jp.pdf

KMeans: https://youtu.be/qg_M37WGKG8

KNN: https://youtu.be/PNglugooJUQ

Ordinary Least Squared Method (OLS)

Stocastic Gradient Descent (SGD)

Linear Regression: https://towardsdatascience.com/linear-regression-detailed-view-ea73175f6e86

Logistic Regression: https://www.youtube.com/watch?v=yIYKR4sgzI8

Artificial Neural Network (ANN)

Radial Basis Function (RBF)

# Machine Learning Tutorials