Skip to content

A consortium of popular ML algorithms/concepts implemented in Python.

Notifications You must be signed in to change notification settings

rishiraj824/MachineLearningAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9439b02 · Nov 28, 2020

History

18 Commits
Nov 28, 2020
Nov 28, 2020
Apr 4, 2020
Feb 21, 2020
May 20, 2020
Feb 21, 2020
Mar 6, 2020
Feb 21, 2020
Oct 29, 2020
May 20, 2020
Apr 4, 2020
Apr 17, 2020
Mar 6, 2020
Feb 21, 2020
Oct 29, 2020

Repository files navigation

MachineLearningAlgorithms

This repository consists of popular algorithms implemented on Python notebooks. Feel free to try them out.

|-- fashionmnist-classification
|   -- classification.ipynb
|-- gaussian-distribution
|   -- gaussian-distribution.ipynb
|-- k-means-clustering
|   -- k-means.ipynb
|-- linear-regression-with-sklearn
|   |-- exp_test.csv
|   |-- exp_train.csv
|   -- regression-using-sklearn.ipynb
|-- logistic-regression
|   -- logistic-regression.ipynb
|-- multivar-linear-regression
|   -- multivar-linear-regression.ipynb
|-- naive-bayes-spam-filters
|   -- naive-bayes-spam-filters.ipynb
|-- pca-places-almanac
|   |-- places-almanac.ipynb
|-- perceptron
|-- resnet
|   |-- data
|   -- resnet34-finetuning.ipynb
|-- ridge-regression
|-- tf-idf-parser