I want to unify terminology for more useful docs. I found some different written forms - [x] Numpy Array -> Numpy配列 - [x] . -> . - [x] , -> , - [x] : -> : - [x] ; -> ; - [x] ( ) -> () - [x] str -> 文字列 - [x] boolean -> 真理値 - [x] int -> 整数 - [x] float -> 浮動小数点数 - [x] optimizer -> 最適化(アルゴリズム) - [x] Arguments -> 引数 - [x] input shape -> 入力のshape - [x] output shape -> 出力のshape - [x] Return -> 戻り値 - [x] Sequential Model -> Sequentialモデル - [x] Functional API -> Functional API - [x] Recurrent -> Recurrent - [x] metrics -> 評価値 - [x] EOS -> です/ます - [x] See something -> ~~を参照 - [x] whether insert space or not before/after syntax highlight in sentence -> No - [x] Data augmentation -> データ拡張 - [x] objective -> 目的関数 - [x] loss function -> 損失関数 - [x] training -> 学習 - [x] testing -> テスト - [x] validation -> 検証 - [x] index -> インデックス - [x] target -> ターゲット - [x] layer -> レイヤー - [x] shape -> shape - [x] numbers (1 or 一) -> 1 - [x] regularizer -> 正則化 - [x] nD tensor -> n階テンソル - [x] Fuzz factor -> 微小量 For example, `shape` is translated to "形状", "形" and "型" for now. I think that translation to follow [Japanses Python docs](http://docs.python.jp/3/library/index.html) is easy for built-in. thanks.
I want to unify terminology for more useful docs.
I found some different written forms
For example,
shapeis translated to "形状", "形" and "型" for now.I think that translation to follow Japanses Python docs is easy for built-in.
thanks.