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.
- Host: GitHub
- URL: https://github.com/ficaan/ml-dl-projects
- Owner: FicaaN
- Created: 2025-03-18T21:59:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-18T16:06:01.000Z (2 months ago)
- Last Synced: 2025-10-19T09:48:37.360Z (2 months ago)
- Topics: deep-learning, deep-learning-projects, machine-learning, machine-learning-projects, pytorch, scikit-learn, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`