Text CNN for sentence classification in Tensorflow based on Yoon Kim's paper and Denny Britz's blog post trained on the Stanford IMDB Movie Review Dataset .
Added some functionality including a param search, support for multiple fully connected layers and different types of nonlinearity.
- python 3.5
- Tensorflow
- numpy