首页 > 学院 > 开发设计 > 正文

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

2019-11-06 09:12:55
字体:
来源:转载
供稿:网友

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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表