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

https://github.com/rishiraj824/machinelearningalgorithms

A consortium of popular ML algorithms/concepts implemented in Python.
https://github.com/rishiraj824/machinelearningalgorithms

algorithms-implemented consists fashionmnist gaussian-distribution k-means-clustering knn-classification linear-regression logistic-regression machine-learning machine-learning-algorithms neural-network pca-analysis perceptron places-almanac python resnet svm-classifier tf-idf

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```