Skip to content

Feed Forward Neural Network for Sentiment Classification and Language Modeling

Notifications You must be signed in to change notification settings

shuwang127/NLP-FFNN

Repository files navigation

Feed Forward Neural Network (FFNN)

for Sentiment Classification and Language Modeling

Build and train a feed forward neural network (FFNN) with 2 layers with hidden vector size 20.

Initalized weights: random weights.

Loss function: mean squared error.

Activation function: sigmoid.

Learning rate: 0.25-0.5.

Train/valid rate: 4:1.

Emoticon tokenizer: TweetTokenizer.

Minibatch: Yes.

About

Feed Forward Neural Network for Sentiment Classification and Language Modeling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages