京橋のバイオインフォマティシャンの日常

南国のビーチパラソルの下で、Rプログラムを打ってる日常を求めて、、Daily Life of Bioinformatician in Kyobashi of Osaka

2020-06-18から1日間の記事一覧

R/Keras/TensorFlowでやる『ディープラーニング(Deep Learning)』のすゝめ【その1】教師なしニューラルネットワークDeep Autoencoder のsimple modelをやってみた件

はじめに Keras/TensorFlowのセットアップ 手書き文字MNISTデータセットの用意 Autoencoderのモデル構築 シンプルAutoencoderモデル 01 RStudioセッションの初期化 シンプルAutoencoderモデル 02 シンプルAutoencoderモデル 03 各モデルのlossの比較 …