iT邦幫忙

鐵人檔案

2017 iT 邦幫忙鐵人賽
回列表
Big Data

tensorflow 學習筆記 系列

嗨,鐵人賽.還記得今年李世石對 AlphaGO 下出神之一手的時候,心裡真到好激動呀,他證明了至少現在人類還是有辦法與機器一戰!當時同事就一直在推坑說要好好研究 tensorflow.不過一直在忙(ㄓㄨㄤ)忙的關係,就沒有下文.剛好趁這次鐵人賽,來分享一下這三十天從零開始的學習筆記.

鐵人鍊成 | 共 30 篇文章 | 102 人訂閱 訂閱系列文 RSS系列文
DAY 11

Tensorflow Day11 MNIST CNN 各層視覺化分析

今日目標 建立三層卷積層的 CNN 使用 PCA 降維分析 使用 TSNE 降維分析 Github Ipython Notebook 好讀完整版 到現在為...

2016-12-26 ‧ 由 c1mone 分享
DAY 12

Tensorflow Day12 儲存以及載入模型參數

今日目標 了解如何儲存訓練好的模型參數 儲存模型範例 載入模型範例 Github Ipython Notebook 好讀完整版 還記得當我們在定義模型的時候...

2016-12-27 ‧ 由 c1mone 分享
DAY 13

Tensorflow Day13 使用 Google 的 Inception Model

今日目標 載入 Google 預訓練好的 Inception ResNet V2 模型 使用一張圖片給模型辨識 簡介 以下是一個 Google 所創造出來的...

2016-12-28 ‧ 由 c1mone 分享
DAY 14

Tensorflow Day14 Fine Tuning

今日目標 簡介 有一個問題

2016-12-29 ‧ 由 c1mone 分享
DAY 15

Tensorflow Day15 Autoencoder

今日目標 了解 Autoencoder 概念 了解 Autoencoder 用於無監督訓練 Autoencoder Autoencoder 是一種無監督 (...

2016-12-30 ‧ 由 c1mone 分享
DAY 16

Tensorflow Day16 Autoencoder 實作

今日目標 實作 Autoencoder 比較輸入以及輸出 Github Ipython Notebook 好讀完整版 實作 定義 weight 以及 bia...

2016-12-31 ‧ 由 c1mone 分享
DAY 17

Tensorflow Day17 Sparse Autoencoder

今日目標 了解 Sparse Autoencoder 了解 KL divergence & L2 loss 實作 Sparse Autoencoder...

2017-01-01 ‧ 由 c1mone 分享
DAY 18

Tensorflow Day18 Convolutional Autoencoder

今日目標 了解 Convolutional Autoencoder 實作 Deconvolutional layer 實作 Max Unpooling lay...

2017-01-02 ‧ 由 c1mone 分享
DAY 19

Tensorflow Day19 Denoising Autoencoder

今日目標 了解 Denoising Autoencoder 訓練 Denoising Autoencoder 測試不同輸入情形下的 Denoising Aut...

2017-01-03 ‧ 由 c1mone 分享
DAY 20

Tensorflow Day20 Variational Autoencoder

今日目標 實作 Variational Autoencoder 觀察結果 今天要來試試看 Variational Autoencoder,因為理論上的部分還...

2017-01-04 ‧ 由 c1mone 分享