Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 401 Bytes

File metadata and controls

8 lines (7 loc) · 401 Bytes

CNN_Text_Experiment

Experimenting CNN for Text. Developing a base model for sentiment classification of Text. Let us checkout CNN using for Text data. For fun and why not :) ... But obviously, cnn has limitations learning timed sequqnece patters. So we will verify that by comparing with same configuration results with the LSTM.

--------------------------------------------------------------