Update README.md
Browse files
README.md
CHANGED
@@ -33,5 +33,9 @@ The entire dataset consist of 3500 negative images and 700 positive TB images. <
|
|
33 |
The data was splitted in 80% for training and 20% for validation.
|
34 |
|
35 |
#Training procedure
|
36 |
-
Transfer-learning was employed using InceptionV3 as the pre-trained model.
|
37 |
-
|
|
|
|
|
|
|
|
|
|
33 |
The data was splitted in 80% for training and 20% for validation.
|
34 |
|
35 |
#Training procedure
|
36 |
+
Transfer-learning was employed using InceptionV3 as the pre-trained model. Training was done for 20 epochs and the classes were weighted during training in order to neutralize the imbalanced class in the dataset. The training was done on Kaggle using the GPUs provided. More details of the experiments can be found (here)[https://www.kaggle.com/code/abrahamowodunni/tb-project]
|
37 |
+
|
38 |
+
#Evaluation results
|
39 |
+
The result of the evaluation are as follows: - loss: 0.0923 - binary_accuracy: 0.9857 - precision: 0.9259 - recall: 0.9843
|
40 |
+
More information can be found in the plot below.
|
41 |
+
|