“Text-2014-12-18”版本间的差异
来自cslt Wiki
(→related paper) |
|||
第10行: | 第10行: | ||
* Learning Semantic Representations Using Convolutional Neural Networks for Web Search[http://wwwconference.org/proceedings/www2014/companion/p373.pdf] | * Learning Semantic Representations Using Convolutional Neural Networks for Web Search[http://wwwconference.org/proceedings/www2014/companion/p373.pdf] | ||
* Convolutional Neural Networks for Sentence Classification[https://files.nyu.edu/yhk255/public/data/Kim_EMNLP_2014.pdf](EMNLP2014) | * Convolutional Neural Networks for Sentence Classification[https://files.nyu.edu/yhk255/public/data/Kim_EMNLP_2014.pdf](EMNLP2014) | ||
+ | ==cnn code== | ||
+ | * Convolutional Neural Networks (LeNet) [http://deeplearning.net/tutorial/lenet.html] |
2014年12月18日 (四) 03:39的版本
CNN in NLP
PPT
- EMNLP2014 Convolutional Neural Networks for Sentence Classi�cation [1]
- NIPS2014 PPT(Natural Language Understanding in a Continuous Space)[2]
- A Convolutional Neural Network for Modelling Sentences [3](acl2014)
- Convolutional Neural Network Architectures for Matching Natural Language Sentences[4](nips 2014)
- Learning Semantic Representations Using Convolutional Neural Networks for Web Search[5]
- Convolutional Neural Networks for Sentence Classification[6](EMNLP2014)
cnn code
- Convolutional Neural Networks (LeNet) [7]