掘金貌似沒有類似文集的東西,所以來開一頁整理下我自己弄的有關TensorFlow的東西。不定期更新。
TensorFlow筆記系列
- TensorFlow筆記(1)——TensorFlow中的相關基本概念
- TensorFlow筆記(2)——利用TensorFlow訓練一個最簡單的一元線性模型
- TensorFlow筆記(3)——利用TensorFlow和MNIST資料集訓練一個最簡單的手寫數字識別模型
- TensorFlow筆記(4)——優化手寫數字識別模型之代價函式和擬合
- TensorFlow筆記(5)——優化手寫數字識別模型之優化器
Effective TensorFlow系列(譯)
- Effective TensorFlow Chapter1——TensorFlow 基礎
- Effective TensorFlow Chapter2——理解靜態和動態形狀
- Effective TensorFlow Chapter3——理解變數域Scope以及何時應該使用它們
- Effective TensorFlow Chapter4——TensorFlow中的Broadcast機制的優缺點
- Effective TensorFlow Chapter5——在TensorFlow中,給模型“喂”資料
- Effective TensorFlow Chapter6——在TensorFlow中,利用運算子過載
- Effective TensorFlow Chapter7——理解執行順序和控制依賴
- Effective TensorFlow Chapter8——控制流操作:條件和迴圈
- Effective TensorFlow Chapter8——控制流操作:條件和迴圈
- Effective TensorFlow Chapter8——控制流操作:條件和迴圈
- Effective TensorFlow Chapter9——使用Python ops進行核心設計和高階視覺化
- Effective TensorFlow Chapter10——在TensorFlow中利用多GPU處理並行資料
- Effective TensorFlow Chapter11——在TensorFlow中除錯模型
- Effective TensorFlow Chapter12——TensorFlow中的數值穩定性
- Effective TensorFlow Chapter13——在TensorFlow中利用learn API構建神經網路框架