File size: 1,522 Bytes
b4b7e8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
datasets:
- cifar10
language:
- en
pipeline_tag: image-classification
---

# Image Classifier (trained on CIFAR10)

The model aims to classify images from this dataset into 1 of 10 classes, in which we build a model on the training set & evaluate it on the test set.
The dataset include 10 classes which are: 
 - airplanes, cars, birds, cats, deer, dogs, frogs, horses, ships, and trucks

with roughly 60,000 images.

CIFAR10 models exist and so the aim here is not for a model that is identical and easy to train, this model has a unique architecture which will be explained.

## Model Details
- **Developed by:** Michael Peres
- **Model type:** Image Classification of CIFAR10 dataset.
- **Language(s) (NLP):** Michael Peres
- **License:** MIT


### Model Architecture

This model has a more unique approach for the architecture,

![image/png](https://cdn-uploads.huggingface.co/production/uploads/6319030647a84df2a5dd106c/M1a1cCnq9cQBminzejk0r.png)


## Uses
This model is just intended as a learning challenge where CIFAR10 is trained on a unconventional architecture.

## How to Get Started with the Model

Use the code below to get started with the model.

Look at provided `main.py` which contains the model and the training code, if you would like to train it.
We are using optuna, to tune the hyperparameters. 
ore Information Needed]
 These are the evaluation metrics being used, ideally with a description of why. -->


## Model Card Contact

https://github.com/makiisthenes

ec20433@qmul.ac.uk