LoginSignup
0

More than 5 years have passed since last update.

Neural Networksで使われる記法

Last updated at Posted at 2017-09-03

[ ] 四角かっこ: レイヤーの位置を示す
( ) 丸かっこ: training exampleの位置を示す
添字: レイヤー内のユニットの位置を示す

入力層・隠れ層・出力層の3層からなるNNを仮定する。

例1

レイヤー1(隠れ層)の1番目の活性化関数を示す。

a^{[1](1)}

例2

レイヤー0(入力層)の1番目のユニット(=1番目の特徴)を示す。

a^{[0]}_1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0