TensorFlow學習介紹

2021-08-30 02:07:26 字數 589 閱讀 5735

最近學習了深度學習框架tensorflow,抽空時間來總結一下順便來複習一下

tensorflow學習系列教程

1.tensorflow安裝與python環境安裝

2.tensorflow基礎知識

3.tensorflow非線性回歸例子

4.tensorflow代價函式  擬合 優化器

5.機器學習常用的啟用函式

6.tensorflow視覺化除錯

7.tensorflow卷積神經網路cnn

8.tensorflow遞迴神經網路

9.tensorflow長期短記憶神經網路ltsm

10.tensorflow訓練網路儲存與載入

11.tensorflow使用已經訓練好的網路

12.tfrecord製作

13.tensorflow訓練自己的網路的三種方法

14.tensorflow多工訓練

15.tensorflow實現分類

16.tensorflow實現vgg

17.tensorflow實現resnet

18.tensorflow實現googenet

下面博文進行詳細講解

TensorFlow簡單介紹

tensorflow簡單介紹 tensorflow中文社群 中文社群中是這個介紹的 tensorflow tensorflow是乙個採用資料流圖 data flow graphs 用於數值計算的開源軟體庫。節點 nodes 在圖中表示數學操作,圖中的線 edges 則表示在節點間相互聯絡的多維資料陣...

TensorFlow 庫的介紹

1 numpy numpy 是用來儲存和處理大型矩陣的科學計算包,比 python 自身的巢狀列表結構 list 要高效的多。安裝 pip install numpy upgrade 2 matplotlib matplotlib 是 python 最著名的繪圖表,它提供了一整套和 matlab 相...

Google的TensorFlow 介紹與安裝教程

tensorflow 是由google推出的世界上最受歡迎的開源機器學習框架,它能夠靈活適用於各類應用,能夠讓所有開發者和研究者都能使用人工智慧來解決多樣化的挑戰。顧名思義,tensor的意思是張量,代表n維陣列 flow的意思是流,代表基於資料流圖的計算。tensorflow把n維數字從資料流圖的...