Skip to content

Commit

Permalink
Update reports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BruhatMusunuru authored Dec 12, 2020
1 parent db7fd08 commit 515f1d4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions reports/reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,20 +184,16 @@ from physicochemical test
</div>

Since this is a multi-class classification, our goal was to find a model
that was consistent and able to recognize patterns from our data. We
choose to use a neutral network Multi-layer Perception (MLP) model as it
was consistent and showed promising results. If we take a look at the
accuracy scores and f1 scores across cross validation splits, we can see
that it is pretty consistent which was not the case with many models.
that was consistent and able to recognize patterns from our data. After looking at the results, MLP and random forests seem to be the best models for our data. But after analysing the models, We concluded that Random forests is picking up noise in the data as the train error is comparatively drastically lower than the validation error. This is a sign of over fitting which does not seem to affect MLP. Furthermore, the cross-validation scores are more consistent and normally distributed compared to Random forests which further cements that MLP is the best pick.

<div class="figure" style="text-align: center">

<img src="../results/f1_score_random_forest.svg" alt="Figure 5: Accuracy scores and f1 scores across cross validation splits for neutral network Multi-layer Perception (MLP) model" width="50%" height="20%" /><img src="../results/f1_score_mlp.svg" alt="Figure 5: Accuracy scores and f1 scores across cross validation splits for neutral network Multi-layer Perception (MLP) model" width="50%" height="20%" />

<p class="caption">

Figure 5: Accuracy scores and f1 scores across cross validation splits
for neutral network Multi-layer Perception (MLP) model
Figure 5: f1 micro scores across cross validation splits
for Random forests and neutral network Multi-layer Perception (MLP) model

</p>

Expand Down

0 comments on commit 515f1d4

Please sign in to comment.