Hao Peng

Results 3 comments of Hao Peng

The Challenge in 2016.

Hello Rakashi, This file (review_sents_1859888.pkl) only contains the matrix representation of the words (refer to this IPython notebook: https://github.com/haoopeng/CNN-yelp-challenge-2016-sentiment-classification/blob/master/word2vec_model.ipynb). I guess you got this error when running `train_multi_class.ipynb`. Then the...

I actually didn't write code to predict new data samples. What I did in `train_keras_embedding.ipynb` was training the model and, after each epoch, evaluating it on the validation data on...