Keras : バックエンド(翻訳/要約) * 本ページは、Keras 本家サイトの Keras : Backends の簡単な要約です。 “バックエンド” とは何か? Keras …
投稿者: Masashi Okumura
Keras : FAQ
Keras : FAQ(翻訳/要約) * 本ページは、Keras 本家サイトの Keras : FAQ の簡単な要約です。 Keras FAQ: Frequently Asked Keras Questio…
Keras : オプティマイザ
Keras : オプティマイザ(翻訳/要約) * 本ページは、Keras 本家サイトの Keras : Optimizers の簡単な要約です。 オプティマイザの使用方法 optimizer は Keras モデルのコン…
Keras : 目的関数
Keras : 目的関数(翻訳/要約) * 本ページは、Keras 本家サイトの Keras : Objectives の簡単な要約です。 目的関数の使用方法 目的関数(あるいは損失関数、あるいは最適化スコ…
Keras : データセット
Keras : Datasets(翻訳/要約) * 本ページは、Keras 本家サイトの Keras : Datasets の簡単な要約です。 CIFAR10 小画像分類 keras.datasets.ci…
Recurrent Neural Networks (2) – Python, Numpy と Theano による RNN の実装 (翻訳/要約)
Recurrent Neural Networks (2) – Python, Numpy と Theano による RNN の実装(翻訳/要約) * Recurrent Neural Networks Tutorial…
Recurrent Neural Networks (1) – RNN への序説 (翻訳/要約)
Recurrent Neural Networks (1) – RNN への序説 (翻訳/要約) * Recurrent Neural Networks Tutorial, Part 1 – Introduction t…
LSTM ネットワークの理解 (翻訳/要約)
LSTM ネットワークの理解 (翻訳/要約) * TensorFlow : コード解説 : RNN – リカレント・ニューラルネットワーク & LSTM で参照されている Understanding LSTM …
TensorFlow : RNN : Sequence-to-Sequence モデル(コード解説)
TensorFlow : コード解説 : RNN : Sequence-to-Sequence モデル * TensorFlow : Tutorials : Sequence-to-Sequence モデル (翻訳/解説…
TensorFlow : RNN – リカレント・ニューラルネットワーク & LSTM (コード解説)
TensorFlow : コード解説 : RNN – リカレント・ニューラルネットワーク & LSTM * TensorFlow : Tutorials : リカレント・ニューラルネットワーク に、…