百度深度学习平台PaddlePaddle的深度学习入门教程

转自: 全球人工智能微信公众号

GitHub:
https://github.com/PaddlePaddle/book

新手入门

fit_a_line:
https://github.com/PaddlePaddle/book/blob/develop/fit_a_line
html:
http://book.paddlepaddle.org/fit_a_line

识别数字

recognize_digits:
https://github.com/PaddlePaddle/book/blob/develop/recognize_digits
html:
http://book.paddlepaddle.org/recognize_digits

图像分类
image_classification:
https://github.com/PaddlePaddle/book/blob/develop/image_classification
html:
http://book.paddlepaddle.org/image_classification

词向量
word2vec:
https://github.com/PaddlePaddle/book/blob/develop/word2vec
html:
http://book.paddlepaddle.org/word2vec

情感分析

understand_sentiment:
https://github.com/PaddlePaddle/book/blob/develop/understand_sentiment
html:
http://book.paddlepaddle.org/understand_sentiment

语义角色标注
label_semantic_roles:
https://github.com/PaddlePaddle/book/blob/develop/label_semantic_roles
html:
http://book.paddlepaddle.org/label_semantic_roles

机器翻译
machine_translation:
https://github.com/PaddlePaddle/book/blob/develop/machine_translation
html:
http://book.paddlepaddle.org/machine_translation

个性化推荐
recommender_system:
https://github.com/PaddlePaddle/book/blob/develop/recommender_system
html:
http://book.paddlepaddle.org/recommender_system

你可能感兴趣的:(深度学习)