Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandeepnmenon/machine-learning-experiments

Classification, Regression problems on available datasets
https://github.com/sandeepnmenon/machine-learning-experiments

Last synced: 24 days ago
JSON representation

Classification, Regression problems on available datasets

Awesome Lists containing this project

README

        

# Machine-Learning-Experiments

## MNIST
MNIST is a large database of handwritten digits, commonly a "Hello World" dataset for ML experiments.
1. Classifier using MLP

## Melanoma
1. Classification of Melanoma or not using Convolution layers.
2. Segmentation on Melanoma dataset using UNet

## Neural Networks-Micrograd
1. Neural Network library from scratch with backpropagation and gradient descent. (inspired by [micrograd](https://github.com/karpathy/micrograd)