From a89075a5a3a4b273eb409061b98afc9b36f55c62 Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Sat, 1 Aug 2020 02:02:06 +0200 Subject: [PATCH] WIP : README Documentation - Plot IMG Aspect Ration changed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 733f93c..b3a790d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ eval.metrics.f1_score(y_true, y_pred, labels, average) [Link](/eval/metrics.py) to the metrics source code. ### Results -Confusion Matrix Plot +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 -Confusion Matrix Plot +Confusion Matrix Plot ## References \ No newline at end of file