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

https://github.com/geetmankar/ml-projects

A Repository containing all my Machine Learning Projects.
https://github.com/geetmankar/ml-projects

artificial-intelligence artificial-neural-networks data-science ipython-notebooks machine-learning python3

Last synced: 2 months ago
JSON representation

A Repository containing all my Machine Learning Projects.

Awesome Lists containing this project

README

          

# ML-Projects

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

![NumPy](https://img.shields.io/badge/numpy-%23013243.svg?style=for-the-badge&logo=numpy&logoColor=white)
![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=for-the-badge&logo=PyTorch&logoColor=white)
![scikit-learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white)

1. [Anime-Faces-GAN](https://github.com/geetmankar/ML-Projects/tree/main/Anime-Faces-GAN): A simple Generative Adversarial Network to generate random Anime faces
1. [BrainTumorDetection-ML](https://github.com/geetmankar/ML-Projects/tree/main/BrainTumorDetection-ML): A ResNet18 based network to detect tumors in Brain MRI images
1. [CIFAR100-CNN](https://github.com/geetmankar/ML-Projects/tree/main/CIFAR100-CNN): A ResNet34 based network to classify objects in the **CIFAR100** Dataset.