[Link](/eval/metrics.py) to the metrics source code.
### Results
<imgsrc="/plots/perceptron/confusion_matrix_plot.png?raw=true"width="500" height ="375" alt ="Confusion Matrix Plot"/>
<imgsrc="/plots/perceptron/confusion_matrix_plot.png?raw=true"width="600" height ="450" alt ="Confusion Matrix Plot"/>
### 2) Feedforward Neural Network (using PyTorch)
A feed-forward neural network classifier with a single hidden layer containing 9 units. While a feed-forward neural network is clearly not the ideal architecture for sequential text data, it was of interest to add a sort of second baseline and examine the added gains (if any) relative to a single perceptron. The input to the feedforward network remained the same; only the final model was suitable for more complex inputs such as word embeddings.
@ -112,6 +112,6 @@ TODO
TODO
### Results
<imgsrc="/plots/bilstm_model/confusion_matrix_plot.png?raw=true"width="500" height ="375" alt ="Confusion Matrix Plot"/>
<imgsrc="/plots/bilstm_model/confusion_matrix_plot.png?raw=true"width="600" height ="450" alt ="Confusion Matrix Plot"/>