webmproject / webp-wic-codec
https://github.com/webmproject/webp-wic-codec
Windows Imaging Component wrapper around libwebp for WebP support.
Currently, only decoding is supported, but that allows to e.g., see the files in Windows PhotoViewer.
プログラミングのメモ
Windows Imaging Component wrapper around libwebp for WebP support.
Currently, only decoding is supported, but that allows to e.g., see the files in Windows PhotoViewer.
Activation function - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Activation_function#Comparison_of_activation_functions
エフェメラルポート - Wikipedia
http://ja.wikipedia.org/wiki/%E3%82%A8%E3%83%95%E3%82%A7%E3%83%A1%E3%83%A9%E3%83%AB%E3%83%9D%E3%83%BC%E3%83%88
f(x) = max(0, x)で、x > 0 の時は f(x) = x、x <= 0 の時は f(x) = 0 となります。
x > 0 の時は f'(x) = 1です。x <= 0 の時は f'(x) = 0 となるので、結合荷重は変化しません。
Rectifier (neural networks) - Wikipedia, the free encyclopedia(2) Maxout activation functions (Maxout) について
http://en.wikipedia.org/wiki/Rectifier_(neural_networks)
[1302.4389] Maxout Networks
http://arxiv.org/abs/1302.4389
Java theory and practice: Dealing with InterruptedException
http://www.ibm.com/developerworks/library/j-jtp05236/
_byteswap_uint64, _byteswap_ulong, _byteswap_ushort (CRT) http://msdn.microsoft.com/en-us/library/a3140177%28v=vs.71%29.aspx
melancholic afternoon
http://homepage1.nifty.com/herumi/diary/1312.html#6
artificial neural network / normal distribution
Artificial neural network learns normal distribution using back propagation