tutorials:深度学习和PaddlePaddle入门教程-源码

上传者: 42112894 | 上传时间: 2021-08-28 21:01:41 | 文件大小: 21.46MB | 文件类型: ZIP
飞轮深度学习教程[] 该教程是针对飞轮或深度学习初学者准备的入门教程,。 教程目录如下: 零基础入门深度学习 一个案例带你吃透深度学习 深度学习实践应用:计算机视觉 深度学习实践应用:自然语言处理 敬请期待... 运行教程 该教程是交互式的教程,有两种方式运行教程中的文件: clone到本地,在jupyter notebook中运行,首先需要安装PaddlePaddle 在百度的AI Studio平台上运行,运行环境已配置完成 教程运行准备环境 Python3 PaddlePaddle 1.6.0 麻木 ... 贡献内容 您要是能贡献新的章节那就太好了!请发Pull Requests把您写的章节加入到/ pending下面的一个子目录里。审核通过后,我们一起把您的扩展更新到根目录文档,欢迎参与飞桨教程制作。 本教程由创作 注意:如果您对教程有任何建议或问题,请首先在issue中留下您

文件下载

资源详情

[{"title":"( 34 个子文件 21.46MB ) tutorials:深度学习和PaddlePaddle入门教程-源码","children":[{"title":"tutorials-master","children":[{"title":"chapter-4-NLP","children":[{"title":"4-1-NLP-The_development_and_challenge_of_NLP.ipynb <span style='color:#111;'> 19.78KB </span>","children":null,"spread":false}],"spread":true},{"title":"chapter-2-step_to_deep_learning","children":[{"title":"2-1-starting_to_mnist_recognition_using_paddle.ipynb <span style='color:#111;'> 5.94KB </span>","children":null,"spread":false},{"title":"2-4-mnist_recognition-Neural_Network.ipynb <span style='color:#111;'> 26.78KB </span>","children":null,"spread":false},{"title":"2-9-mnist_recognition-Resume_Training.ipynb <span style='color:#111;'> 15.19KB </span>","children":null,"spread":false},{"title":"2-8-mnist_recognition-Debug_and_Optimization_for_Train.ipynb <span style='color:#111;'> 51.80KB </span>","children":null,"spread":false},{"title":"2-10-mnist-recogniyion-Conclusion.ipynb <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false},{"title":"2-2-mnist_recognition-Quick_Start.ipynb <span style='color:#111;'> 43.15KB </span>","children":null,"spread":false},{"title":"work","children":[{"title":"mnist.json.gz <span style='color:#111;'> 18.41MB </span>","children":null,"spread":false}],"spread":true},{"title":"2-5-mnist_recognition-Loss_Function.ipynb <span style='color:#111;'> 27.41KB </span>","children":null,"spread":false},{"title":"2-3-mnist_recognition-Data_Processing.ipynb <span style='color:#111;'> 23.92KB </span>","children":null,"spread":false},{"title":"2-7-mnist_recognition-Multi_GPU_Training.ipynb <span style='color:#111;'> 18.81KB </span>","children":null,"spread":false},{"title":"2-6-mnist_recognition-Optimizer.ipynb <span style='color:#111;'> 15.46KB </span>","children":null,"spread":false}],"spread":false},{"title":"chapter-1-hands_on_deep_learning","children":[{"title":"1-2-implementation_of_neural_network_using_numpy.ipynb <span style='color:#111;'> 131.55KB </span>","children":null,"spread":false},{"title":"1-4-implementation_of_neural_network_using_paddle.ipynb <span style='color:#111;'> 18.73KB </span>","children":null,"spread":false},{"title":"1-1-overview_of_deep_learning.ipynb <span style='color:#111;'> 19.31KB </span>","children":null,"spread":false},{"title":"1-4-build_neural_network_using_paddle.py <span style='color:#111;'> 6.36KB </span>","children":null,"spread":false},{"title":"work","children":[{"title":"housing.data <span style='color:#111;'> 47.93KB </span>","children":null,"spread":false}],"spread":true},{"title":"1-2-build_neural_network_using_numpy.py <span style='color:#111;'> 4.99KB </span>","children":null,"spread":false},{"title":"1-3-starting_to_paddle.ipynb <span style='color:#111;'> 10.51KB </span>","children":null,"spread":false}],"spread":true},{"title":"chapter-5-Recommended_System","children":[{"title":"5-3-Recommended_System-Neural_Network.ipynb <span style='color:#111;'> 89.80KB </span>","children":null,"spread":false},{"title":"5-5-Recommended_System-Movie_Recommended.ipynb <span style='color:#111;'> 33.02KB </span>","children":null,"spread":false},{"title":"5-1-Introduction_to_Recommended_System.ipynb <span style='color:#111;'> 19.86KB </span>","children":null,"spread":false},{"title":"5-2-Recommended System-Data_Processing.ipynb <span style='color:#111;'> 59.35KB </span>","children":null,"spread":false},{"title":"5-2-Recommended_System-Data_Processing.ipynb <span style='color:#111;'> 59.35KB </span>","children":null,"spread":false},{"title":"5-4-Recommended_System-Training_and_Extract_Feature.ipynb <span style='color:#111;'> 38.80KB </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 11.09KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false},{"title":"README_en.md <span style='color:#111;'> 1.18KB </span>","children":null,"spread":false},{"title":"chapter-3-Computer_Vision","children":[{"title":"3-1-CV-CNN_Basis.ipynb <span style='color:#111;'> 1.01MB </span>","children":null,"spread":false},{"title":"3-2-CV-Image_Classification.ipynb <span style='color:#111;'> 561.30KB </span>","children":null,"spread":false},{"title":"3-3-CV-Object_Detection.ipynb <span style='color:#111;'> 2.24MB </span>","children":null,"spread":false}],"spread":true},{"title":"chapter-4-Natural_Language_Processing","children":[{"title":"4-1-Introduction_to_NLP.ipynb <span style='color:#111;'> 19.78KB </span>","children":null,"spread":false},{"title":"4-2-Word_Embedding.ipynb <span style='color:#111;'> 57.53KB </span>","children":null,"spread":false},{"title":"4-3-Sentence_Classification.ipynb <span style='color:#111;'> 122.06KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明