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

https://github.com/ficaan/ml-dl-projects

A collection of Machine Learning and Deep Learning projects implemented with frameworks including PyTorch, TensorFlow and scikit-learn.
https://github.com/ficaan/ml-dl-projects

deep-learning deep-learning-projects machine-learning machine-learning-projects pytorch scikit-learn tensorflow

Last synced: about 2 months ago
JSON representation

A collection of Machine Learning and Deep Learning projects implemented with frameworks including PyTorch, TensorFlow and scikit-learn.

Awesome Lists containing this project

README

          

## Machine Learning Projects

A collection of **Machine Learning** and **Deep Learning** projects implemented with frameworks including `PyTorch`, `TensorFlow` and `scikit-learn`.

### 📂 Projects

- **Pneumonia Detection from Chest X-Rays using CNN**
- Model: Custom CNN
- Libraries: `PyTorch`, `scikit-learn`

- **Retinal Diseases Classification from OCT Images**
- Model: Custom CNN
- Libraries: `PyTorch`, `scikit-learn`

- **Titanic Survival Prediction**
- Models: Logistic Regression, Random Forest Classifier, Support Vector Machine (SVM)
- Libraries: `scikit-learn`

- **Waste Image Classification**
- Models: ConvNeXt Small (CNN, transfer learning)
- Libraries: `PyTorch`, `scikit-learn`