Add site
This commit is contained in:
0
_drafts/.keep
Normal file
0
_drafts/.keep
Normal file
12
_drafts/deconvolutiontohu-bufalsehamouyameyou.markdown
Normal file
12
_drafts/deconvolutiontohu-bufalsehamouyameyou.markdown
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Deconvolutionと呼ぶのはもうやめよう
|
||||
date: 2017-03-05 13:44:00 +09:00
|
||||
---
|
||||
|
||||
深層学習において、Convolutional Layer (畳み込み層)とは、あるシェイプのテンソルをそれ以下のサイズに縮約する性質のレイヤーです。一方でDeconvolution Layer (逆畳み込み層)とは、[Jonathan Long, et al](https://arxiv.org/abs/1411.4038)の論文で提案されたレイヤーで、あるシェイプのテンソルをそれ以上のサイズに拡大する性質を持ちます。
|
||||
|
||||
ところが実際のところ、このレイヤーはTransposed Convolution Layer (転置畳み込み層)と呼ぶべきです。なぜかを以下に示します。
|
||||
|
||||
> Upsampling is backwards strided convolution. (アップサンプリングは
|
||||
|
||||
[Stack Exchange](http://datascience.stackexchange.com/questions/6107/what-are-deconvolutional-layers)での議論を踏まえると
|
13
_drafts/deep-learning-travel-guide.markdown
Normal file
13
_drafts/deep-learning-travel-guide.markdown
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Deep Learning Travel Guide
|
||||
date: 2017-02-27 01:28:00 +09:00
|
||||
---
|
||||
|
||||
## Online Courses
|
||||
|
||||
- Coursera Machine Learning
|
||||
- fast.ai
|
||||
- Udacity
|
||||
|
||||
## Books
|
||||
|
11
_drafts/gst-a-powerful-pal-for-ghq.markdown
Normal file
11
_drafts/gst-a-powerful-pal-for-ghq.markdown
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: 'gst: a powerful pal for ghq'
|
||||
date: 2017-06-02 23:02:00 +09:00
|
||||
---
|
||||
|
||||
[gst](https://github.com/uetchy/gst) is tiny and simple but powerful pal for [ghq](https://github.com/motemen/ghq).
|
||||
|
||||
Have you ever imagined what if you know which commits are unpushed or which changes are uncommitted yet, for all of the repositories you have cloned on your machine?
|
||||
|
||||
You might want to check out my ongoing project `gst`:
|
||||
it might help you to know what ongoing changes are remained to be committed or pushed among entire your local repositories.
|
Reference in New Issue
Block a user