umarzaib commited on
Commit
fd30669
1 Parent(s): 7bb8629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - cifar10
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ pipeline_tag: image-classification
10
+ ---
11
+
12
+ # Title: AlexNet Image Classifier
13
+
14
+ # Description:
15
+ This is an image classification model based on the AlexNet architecture. AlexNet is a convolutional neural network (CNN) designed for image classification tasks. It consists of eight layers—five convolutional layers followed by three fully connected layers. This model has been pre-trained on the ImageNet dataset and can classify images into one of ten classes: Airplane, Car, Bird, Cat, Deer, Dog, Frog, Horse, Ship, or Truck. The model takes an image as input and outputs the predicted class along with its probability.