项目地址:https://github.com/audier/my_deep_project
最近准备整理一些使用深度模型实现的项目,作为工作学习的一个整理。
按照这个结构处理深度学习的任务,会更加规范更易提升,后续我将严格按照这个流程执行自己的项目以及整理回溯。
文档地址:https://blog.csdn.net/chinatelecom08/article/details/83413623
项目地址:https://github.com/audier/my_deep_project/tree/master/basic_deep_model
- TensorFlow实现mnist分类
- DNN示例
- CNN示例
- RNN示例
- keras实现mnist分类
- DNN示例
- CNN示例
- RNN示例
-
文章自动生成 文档地址:https://blog.csdn.net/chinatelecom08/article/details/83654602
项目地址:https://github.com/audier/my_deep_project/tree/master/NLP/1.moyan_novel- lstm : tensorflow
- lstm : keras
-
翻译系统 文档地址:https://blog.csdn.net/chinatelecom08/article/details/83860179
项目地址:https://github.com/audier/my_deep_project/tree/master/NLP/2.translation- seq2seq (tensorflow)
- seq2seq + attention (tensorflow)
-
对话系统
- seq2seq +attention (keras)
-
输入法系统
- CBHG (tensorflow)
- CBHG (keras)
文档地址:https://blog.csdn.net/chinatelecom08/article/details/82557715
项目地址:https://github.com/audier/my_ch_speech_recognition
- CTC + RNN
- CTC + CNN
- seq2seq +attention (keras)
- 目标检测
- 风格迁移
- 文本生成
- mnist图像生成
- TensorFlow
- keras
这是给自己立的一个flag,当这些都完成后,希望能够更好的理解这些深度框架,以及一些细节理论。 当然,也有很大的可能完不成这些任务,图像相关的任务自己也只做过mnist,其他的也不是很了解。但是不管怎么说,还是希望能够把列出来的这些任务都能做一遍,更好的理解深度模型在这些任务中是如何发挥作用的。加油。