Neural Network Libraries
latest
Python パッケージ
C++ API
C++ ライブラリのビルド
C++ コマンドラインインターフェイス
C++ API 実装例
C++ API Document
NNABLA C++ API Document
NNABLA Class
NNABLA Struct
NNABLA Namespace
NNABLA Ext Cuda C++ API Document
データファイルフォーマット
データフォーマット
ファイルフォーマットコンバーター
サポート状況
コントリビューションガイド
License
Neural Network Libraries
C++ API
C++ API Document
NNABLA C++ API Document
NNABLA Class
class nbla::Sgd
Edit on GitHub
class nbla::Sgd
template
<
typename
T
>
class
Sgd
:
public
nbla
::
Solver
Vanilla SGD.
This is defined as
\[ w_{t+1} \leftarrow w_t - \eta \Delta w_t \]
Public Functions
inline
virtual
float
learning_rate
(
)
Set learning rate.