Skip to content

Commit c564391

Browse files
author
Vineet John
committed
Added a few lines
1 parent c912bcc commit c564391

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

project-report/cs698_project_report.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@ \section{A Primer of Neural Net Models for NLP} % (fold)
7777
\item
7878
The high accuracy is a result of this non-linearity along with the availability of pre-trained word embeddings.
7979
\item
80-
80+
Multi-layer feed-forward networks can provide competitive results on sentiment classification and factoid question answering
81+
\item
82+
Convolutional and pooling architecture show promising results on many tasks, including document classification, short-text categorization, sentiment classification, relation type classification between entities, event detection, paraphrase identification, semantic role labeling, question answering, predicting box-office revenues of movies based on critic reviews, modeling text interestingness, and modeling the relation between character-sequences and part-of-speech tags.
83+
\item
84+
Convolutional and pooling architectures allow us to encode arbitrary large items as fixed size vectors capturing their most salient features, they do so by sacrificing most of the structural information.
85+
\item
86+
Recurrent and recursive networks allows using sequences and trees and preserve the structural information.
8187
\end{itemize}
8288

8389
% section a_primer_of_neural_net_models_for_nlp (end)

0 commit comments

Comments
 (0)