Skip to content

Commit a9b2bd8

Browse files
author
Davis Liang
authored
Update README.md
1 parent 9a3b2d4 commit a9b2bd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# RelNet
2-
**RelNet** is a context-driven, multi-tasking, and recurrent deep learning model. RelNet uses context features (such as topic embeddings) to reinforce learning relevant NLP tasks. RelNet comes in two flavors: the CCRNN (Contextual Cascaded Recurrent Neural Network) and the MCRNN (Multi-tasking Contextual Recurrent Neural Network).
1+
# Automated Multi-task Learning
2+
**Automated MTL** supports two generalized multi-tasking, and recurrent deep learning architectures. Automated MTL uses the statistical regularities within the original dataset itself to reinforce the representations learned for the primary task. Automated MTL comes in two flavors: the CRNN (Cascaded Recurrent Neural Network) and the MRNN (Multi-tasking Recurrent Neural Network).
33

4-
RelNet has been trained on various tasks such as missing word prediction to hashtag recommendation using a diverse set of text corpuses including Twitter, Reuters, and IMDB.
4+
The automated MTL architectures have achieved state-of-the-art performance in sentiment analysis, topic prediction, and hashtag recommendation using a diverse set of text corpuses including Twitter, Rotten Tomatoes, and IMDB.
55

6-
A side project of RelNet resulted in the ***Infinite Data Pipeline*** which is built on Java, Apache Storm, Kafka, and the Twitter API. The Infinite Data Pipeline streams and preprocesses Twitter data online and directly injects the streamed data into a running Tensorflow topology.
6+
A side project of automated MTL resulted in the ***Infinite Data Pipeline*** which is built on Java, Apache Storm, Kafka, and the Twitter API. The Infinite Data Pipeline streams and preprocesses Twitter data online and directly injects the streamed data into a running Tensorflow topology.
77

88
## Requirements:
99
1. CUDNN (tested on cuDNN 5105)

0 commit comments

Comments
 (0)