File size: 975 Bytes
a2326ea
 
603520b
 
 
 
a2326ea
 
 
 
603520b
a2326ea
 
 
 
 
 
 
603520b
a2326ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64f13f6
 
318dde5
 
5742346
a5c8998
64f13f6
a2326ea
 
 
 
 
 
 
 
 
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
---
library_name: keras
license: mit
metrics:
- accuracy
pipeline_tag: image-classification
---

## Model description

This mode for classify the lung cancer using histopathology images. This is Transformer based model (ViT). 

## Intended uses & limitations

More information needed

## Training and evaluation data

Dataset Source: https://www.kaggle.com/datasets/scipygaurav/lung-and-colon-cancer-dataset-splitted

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:

| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| learning_rate | 0.0001 |
| decay | 0.0 |
| beta_1 | 0.9 |
| beta_2 | 0.999 |
| epsilon | 1e-07 |
| amsgrad | False |
| training_precision | float32 |

## Model Acccuracy 
<details>
<summary>Confusion Matrix</summary>

  ![Model Image](./cm.PNG)
  ![Model Image](./cla.PNG)
</details>

 ## Model Plot

<details>
<summary>View Model Plot</summary>

![Model Image](./model.png)

</details>