From e24fad7be5fce3a870d397563ab77c816d0dbf6e Mon Sep 17 00:00:00 2001 From: Pavan Mandava Date: Fri, 31 Jul 2020 20:35:54 +0200 Subject: [PATCH] WIP : README Documentation - Added Headers --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c200d12..001be3e 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,12 @@ eval.metrics.f1_score(y_true, y_pred, labels, average) [Link](/eval/metrics.py) to the metrics source code. ### Results -Confusion Matrix Plot \ No newline at end of file +Confusion Matrix Plot + +### 2) Feedforward Neural Network (using PyTorch) + +TODO + +### 3) BiLSTM + Attention with ELMo (AllenNLP Model) + +TODO \ No newline at end of file