Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anjanatiha authored Dec 27, 2018
1 parent 124933e commit 342a483
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,47 +48,47 @@ Number of Class : 2
| **Testing** | 44,004 | 1.14 Gigabyte (GB) |


<pre>
### Model Parameters

<b>Model Parameters</b>
Machine Learning Library: Keras
Base Model : InceptionV3
Optimizers : Adam
Loss Function : categorical_crossentropy
<b>Machine Learning Library: Keras</b>

Model and Training Prameters

<b>Training Parameters</b>
Batch Size : 32
Number of Epochs : 2
Training Time : 1.5 hour (90 min)
| Current Parameters | Value |
| :------------------- | :---------------------------------------------------------- |
| **Base Model** | NashNetLarge |
| **Optimizers** | Adam |
| **Loss Function** | categorical_crossentropy |
| **Learning Rate** | 0.0001 |
| **Batch Size** | 16 |
| **Number of Epochs** | 2 |
| **Training Time** | 4.5 hour (270 min) |


---------------------------------------------------------
<b>Output (Prediction/ Recognition / Classification Metrics)</b>
---------------------------------------------------------

<b>Training</b>
--------------------------------
Accuracy : 93.59%
Loss : 0.1720
--------------------------------
<b>Model Performance Metrics (Prediction/ Recognition / Classification)</b>

<b>Validation</b>
--------------------------------
Accuracy : 89.99%
Loss : 0.2952
--------------------------------
| Dataset | Training | Validation | Test |
| :------------------- | :------------- | :------------ | :-------- |
| **Accuracy** | 94.74% | 93.62% | 93.72% |
| **Loss** | 0.14 | 0.30 | 0.30 |
| **Precision** | --- | --- | 89.02% |
| **Recall** | --- | --- | 90.80% |
| **Roc-Auc** | --- | --- | 91.59% |

<b>Testing</b>
--------------------------------
Accuracy : 89.77%
Loss : 89.77%
Precision : 77.68%
Recall : 91.68%
Roc-Auc : 86.87%
--------------------------------

</pre>
<b>Other Experimented Model and Training Prameters</b>

| Parameters (Experimented) | Value |
| ------------------------- | :-----------------------------------------------------:|
| **Base Models** | NashNet(NashNetLarge, NashNetMobile), InceptionV3 |
| **Optimizers** | Adam, SGD |
| **Loss Function** | categorical_crossentropy, binary_crossentropy |
| **Learning Rate** | 0.0001, 0.00001, 0.000001, 0.0000001 |
| **Batch Size** | 16, 32, 64, 128, 256 |
| **Number of Epochs** | 2, 4, 6, 10, 30, 50, 100 |
| **Training Time** | 4.5 hour (270 min), 1 day (24 hours), 2 days (24 hours)|


##### Sample Output:
<kbd>
Expand Down

0 comments on commit 342a483

Please sign in to comment.