Supervised Learning Project
Dataset: https://www.kaggle.com/datasets/sunnykakar/shoes-dataset-real-and-ai-generated-images
Work:
- Prepare data in PyTorch format. (Omar)
- Preprocessing. (Fawzi, if needed)
- Create models. (All)
- Report. (Wesam)
Models:
- SciKit Learn -Naive Bayes. ✅ -KNN. ✅ -SVM. ✅ -Decision Trees. ✅ -Random Forest. ✅ -Logistic Regression. ✅
XGBoost ANN/CNN.
Stages:
- Distribute all data into train/valid/test folders with its labels.
- preprocessing: 2.1 convert labels into 0/1 (int64)
- extract features.
- create models (in order).
- evaluation.
- report.
Done:
- Distribute all data into train/valid/test folders with its labels.
- preprocessing: 2.1 convert labels into 0/1 (int64)