File size: 1,468 Bytes
d7d13f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e7ff06a
d7d13f8
e7ff06a
d7d13f8
e7ff06a
d7d13f8
e7ff06a
d7d13f8
 
 
 
e7ff06a
d7d13f8
 
 
 
 
 
 
 
 
 
 
e7ff06a
d7d13f8
e7ff06a
d7d13f8
 
 
e7ff06a
 
d7d13f8
e7ff06a
d7d13f8
 
 
 
e7ff06a
d7d13f8
e7ff06a
d7d13f8
 
e7ff06a
d7d13f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---

language: en
license: mit
tags:
- cifar10
- image-classification
- keras
- tensorflow
- custom-model
- dakota-ai
datasets:
- cifar10
model-index:
- name: Dakota AI CIFAR-10 Classifier
  results:
  - task:
      type: image-classification
      name: Image Classification
    dataset:
      type: cifar10
      name: CIFAR-10
      split: test
    metrics:
    - type: accuracy
      value: 95.0
      name: Accuracy
---


# Dakota AI CIFAR-10 Image Classifier

This is a high-accuracy image classifier trained on the CIFAR-10 dataset using transfer learning with VGG16 as the base model.

## Model Details

- **Architecture**: VGG16 Transfer Learning + Custom Classification Head
- **Input Size**: 224×224×3 pixels
- **Output**: 10 CIFAR-10 classes
- **Accuracy**: 95%+ validation accuracy achieved

### CIFAR-10 Classes
0. Airplane
1. Automobile
2. Bird
3. Cat
4. Deer
5. Dog
6. Frog
7. Horse
8. Ship
9. Truck

## Usage

```python

from huggingface_hub import from_pretrained_keras

model = from_pretrained_keras("TrashHobbit/dakota-ai-cifar10-classifier")

```

## Training Details

- Transfer learning from pre-trained VGG16
- Data augmentation and regularization
- Early stopping and learning rate scheduling
- Custom loss and optimization strategies

## Performance

- **Validation Accuracy**: 95%+
- **Test Accuracy**: 95%+

Built by Dakota AI for the Dakota AI Image Classification Demo.