AIOmarRehan commited on
Commit
1de7407
·
verified ·
1 Parent(s): 8f991d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -207,9 +207,10 @@ model.save("Animal_Classification.h5")
207
  | 5 | Preprocessing & augmentation |
208
  | 6 | Dataset pipeline (train/val/test) |
209
  | 7 | CNN architecture |
210
- | 8 | Training |
211
- | 9 | Evaluation |
212
- |10 | Save model |
 
213
 
214
  ---
215
 
@@ -243,10 +244,11 @@ This project presents a **complete end-to-end deep learning pipeline** for **mul
243
  | **6. Exploratory Data Analysis** | Visualizations & summary statistics |
244
  | **7. Preprocessing & Augmentation** | Data preparation logic |
245
  | **8. CNN Model Architecture** | Layers, blocks, hyperparameters |
246
- | **9. Training & Callbacks** | How the model is trained |
247
- | **10. Evaluation Metrics** | Reports, ROC curve, confusion matrix |
248
- | **11. Model Export** | Saving and downloading the model |
249
- | **12. Code Examples** | Important snippets explained |
 
250
 
251
  ---
252
 
 
207
  | 5 | Preprocessing & augmentation |
208
  | 6 | Dataset pipeline (train/val/test) |
209
  | 7 | CNN architecture |
210
+ | 8 | Feature Extraction |
211
+ | 9 | Model Fine-Tuning |
212
+ | 10 | Evaluation |
213
+ |11 | Save model |
214
 
215
  ---
216
 
 
244
  | **6. Exploratory Data Analysis** | Visualizations & summary statistics |
245
  | **7. Preprocessing & Augmentation** | Data preparation logic |
246
  | **8. CNN Model Architecture** | Layers, blocks, hyperparameters |
247
+ | **9. Feature Extraction & Callbacks** | How the model is extracting feature before fine-tuning |
248
+ | **10. Model Fine-Tuning** | How the model is fine-tuned after extracted features |
249
+ | **11. Evaluation Metrics** | Reports, ROC curve, confusion matrix |
250
+ | **12. Model Export** | Saving and downloading the model |
251
+ | **13. Code Examples** | Important snippets explained |
252
 
253
  ---
254