MarcosDib commited on
Commit
b192b15
1 Parent(s): 08ac5e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -64,7 +64,7 @@ Table x below presents the results of several implementations with different arc
64
  accuracy, f1-score, recall and precision results obtained in the training of each network.
65
 
66
  Table 1: Results of experiments
67
- | Model | Accuracy | F1-score | Recall | Precision |
68
  |------------------------|----------|----------|--------|-----------|
69
  | Keras Embedding + SNN | 92.47 | 88.46 | 79.66 | 100.00 |
70
  | Keras Embedding + DNN | 89.78 | 84.41 | 77.81 | 92.57 |
@@ -82,7 +82,7 @@ Table 1: Results of experiments
82
  Table 2 bellow shows the times required for training each epoch, the data validation execution time and the weight of the deep learning
83
  model associated with each implementation.
84
 
85
- Table 1: Results of experiments
86
  | Model | Training time epoch(s) | Validation time (s) | Weight(MB) |
87
  |------------------------|:-----------------------:|:-------------------:|:----------:|
88
  | Keras Embedding + SNN | 100.00 | 0.2 | 0.7 | 1.8 |
 
64
  accuracy, f1-score, recall and precision results obtained in the training of each network.
65
 
66
  Table 1: Results of experiments
67
+ | Model | Accuracy | F1-score | Recall | Precision |
68
  |------------------------|----------|----------|--------|-----------|
69
  | Keras Embedding + SNN | 92.47 | 88.46 | 79.66 | 100.00 |
70
  | Keras Embedding + DNN | 89.78 | 84.41 | 77.81 | 92.57 |
 
82
  Table 2 bellow shows the times required for training each epoch, the data validation execution time and the weight of the deep learning
83
  model associated with each implementation.
84
 
85
+ Table 2: Results of Training time epoch, Validation time and Weight
86
  | Model | Training time epoch(s) | Validation time (s) | Weight(MB) |
87
  |------------------------|:-----------------------:|:-------------------:|:----------:|
88
  | Keras Embedding + SNN | 100.00 | 0.2 | 0.7 | 1.8 |