Skip to content

Commit

Permalink
Add 0.0 coco api demo
Browse files Browse the repository at this point in the history
  • Loading branch information
erhwenkuo committed Nov 26, 2017
1 parent 51f2bf5 commit ebd90a6
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 1 deletion.
590 changes: 590 additions & 0 deletions 0.0-coco-dataset-api.ipynb

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -3,10 +3,13 @@
這個github的repository主要是個人在學習Keras的一些記錄及練習。希望在學習過程中發現到一些好的資訊與範例也可以對想要學習使用
Keras來解決問題的同好,或是對深度學習有興趣的在學學生可以有一些方便理解與上手範例來練練手。

這些notebooks是使用Python 3.6與Keras 2.0.9版本跑在一台配置Nivida 1080Ti的Windows 10的機台所產生的結果。對於想要進行Deeplearning的朋友們, 真心建議要有GPU啊~!
這些notebooks是使用Python 3.6與Keras 2.1.1版本跑在一台配置Nivida 1080Ti的Windows 10的機台所產生的結果。對於想要進行Deeplearning的朋友們, 真心建議要有GPU啊~!

## 內容

### 圖像資料集
* [0.0: COCO API解說與簡單範例](http://nbviewer.jupyter.org/github/erhwenkuo/deep-learning-with-keras-notebooks/blob/master/0.0-coco-dataset-api.ipynb)

### Keras API範例
* [1.0: 使用圖像增強來進行深度學習](http://nbviewer.jupyter.org/github/erhwenkuo/deep-learning-with-keras-notebooks/blob/master/1.0-image-augmentation.ipynb)

Expand Down

0 comments on commit ebd90a6

Please sign in to comment.