https://github.com/tensorflow/
官方的githubgit
网址:https://github.com/tensorflow/models
这是一个收藏了大量 GoogleAI 和 TensorFlow 社区开源模型的大集合,包括了样本和代码片断。从树到神经元程序的合成都有。github
https://github.com/tensorflow/tensor2tensor
Tensor2Tensor, or T2T for short, is a library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research. 算法
tensorflow.org/hub/
若是你想在小型数据集上训练你的模型,或者提升泛化能力,你会须要使用迁移学习。TFHub 模块使它变得容易,而且能够在 https://tfhub.dev/ 这个开源软件商店中使用。框架
https://research.google.com/seedbank/
种子库是一个不断扩展的交互式机器学习示例集合,您能够使用、修改、实验和补充这些示例来知足您的需求+用例研究。在种子库的机器学习项目里面,甚至有关注公平和偏见的实例!机器学习
https://github.com/google/dopamine
https://github.com/google/dopamine/blob/master/dopamine/colab/README.md
这是一个用于原型化强化学习算法的、易于访问的框架。专一于:实验的简单性、灵活性、可靠性和重现性。备注:谷歌官方尚未正式发布这个产品!ide
https://github.com/scutan90/DeepLearning-500-questions
深度学习500问学习
https://blog.csdn.net/red_stone1/article/details/80755144
【通俗易懂】机器学习中 L1 和 L2 正则化的直观解释google