Tensorflow學習筆記1

https://github.com/tensorflow/
官方的github

網址:https://github.com/tensorflow/models
這是一個收藏了大量 GoogleAI 和 TensorFlow 社區開源模型的大集合,包括了樣本和代碼片段。從樹到神經元程序的合成都有。

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
這是一個用於原型化強化學習算法的、易於訪問的框架。專注於:實驗的簡單性、靈活性、可靠性和重現性。備註:谷歌官方還沒有正式發佈這個產品!

https://github.com/scutan90/DeepLearning-500-questions
深度學習500問

https://blog.csdn.net/red_stone1/article/details/80755144
【通俗易懂】機器學習中 L1 和 L2 正則化的直觀解釋

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章