深度学习笔记整理

深度学习笔记整理:

tensorflow 中文api :
https://www.tensorflow.org/guide/custom_estimators?hl=zh_cn

深度神经网络(DNN)
https://www.cnblogs.com/pinard/p/6418668.html
https://blog.csdn.net/smilejiasmile/article/details/80718490

youtube基于深度学习的推荐
http://d0evi1.com/youtube-recommend2/

wide and deep 论文:
https://arxiv.org/pdf/1606.07792.pdf

wide and deep推荐算法:
http://d0evi1.com/widedeep/
https://blog.csdn.net/a819825294/article/details/71080472
https://ai.googleblog.com/2016/06/wide-deep-learning-better-together-with.html
google 视频:https://www.youtube.com/watch?v=NV1tkZ9Lq48

github:

https://github.com/Mikoto10032/DeepLearning
https://github.com/tensorflow/models/tree/master/official/wide_deep
https://github.com/AshutoshDongare/Tensorflow-Wide-Deep-Local-Prediction
deepFM:
https://github.com/ChenglongChen/tensorflow-DeepFM

深度学习优化器:
https://www.jianshu.com/p/0acd30a23e4e

你可能感兴趣的:(机器学习算法)