回答編集履歴

1

改行が反映されていなかったため。

2015/12/07 19:08

投稿

ray.prorsum
ray.prorsum

スコア73

test CHANGED
@@ -1,17 +1,31 @@
1
1
  最近だとGoogleのTensorFlowが出たので、そのあたりはいろいろ出てますね。
2
2
 
3
- [TensorFlow Tutorials](https://www.tensorflow.org/versions/master/tutorials/index.html)
4
3
 
4
+
5
+ ・[TensorFlow Tutorials](https://www.tensorflow.org/versions/master/tutorials/index.html)
6
+
7
+
8
+
5
- [Qiita](http://qiita.com/tags/TensorFlow)
9
+ [Qiita](http://qiita.com/tags/TensorFlow)
10
+
11
+
12
+
13
+
6
14
 
7
15
  面白系であれば
8
16
 
17
+
18
+
9
- [ディープラーニングでおそ松さんの六つ子は見分けられるのか 〜実施編〜](http://bohemia.hatenablog.com/entry/2015/11/22/174603)
19
+ [ディープラーニングでおそ松さんの六つ子は見分けられるのか 〜実施編〜](http://bohemia.hatenablog.com/entry/2015/11/22/174603)
10
20
 
11
21
 
12
22
 
13
23
  TensorFlow以外ではChainerかTheonoが有名どころですね。
14
24
 
15
- [Chainer で Deep Learning: model zoo で R-CNN やりたい](http://sinhrks.hatenablog.com/entry/2015/07/05/224745)
16
25
 
26
+
27
+ ・[Chainer で Deep Learning: model zoo で R-CNN やりたい](http://sinhrks.hatenablog.com/entry/2015/07/05/224745)
28
+
29
+
30
+
17
- [Theanoによる自己符号化器の実装](http://aidiary.hatenablog.com/entry/20151203/1449146680)
31
+ [Theanoによる自己符号化器の実装](http://aidiary.hatenablog.com/entry/20151203/1449146680)