您的位置:首页 > 其它

Tensorflow 框架下的NLP学习,收集学习资料中

2017-02-27 19:11 260 查看

Tensorflow资料:

tensorflow官网:

https://www.tensorflow.org/

tensorflow begginer example code:

https://github.com/aymericdamien/TensorFlow-Examples

NLP资料:

基于论文”Character-Aware Neural Language Models”的实现,原项目只支持Python2.7, tensorflow 0.9, 并不像作者声明的同时支持python3.0+

https://github.com/carpedm20/lstm-char-cnn-tensorflow

稍加修改支持tensorflow1.0:

https://github.com/sushanwang/nlp_learning

结巴中文分词器:

https://github.com/fxsjy/jieba/

Python资料:

fluent python—Luciano Ramalho
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: