Advance-Ali commited on
Commit
1a7d86f
·
verified ·
1 Parent(s): dd71411

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Custom ResNet-18 for 7-Class Classification
2
 
3
  This is a fine-tuned **`ResNet-18`** model designed for a 7-class classification task. The model replaces all **ReLU** activation functions with **PReLU**, introduces **Dropout2D** layers for better generalization, and was trained on **RAF-DB DATASET** with various augmentations.
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - image-classification
5
+ - resnet
6
+ - custom-model
7
+ datasets:
8
+ - RAF-dataset
9
+ license: mit
10
+ ---
11
+
12
  # Custom ResNet-18 for 7-Class Classification
13
 
14
  This is a fine-tuned **`ResNet-18`** model designed for a 7-class classification task. The model replaces all **ReLU** activation functions with **PReLU**, introduces **Dropout2D** layers for better generalization, and was trained on **RAF-DB DATASET** with various augmentations.