We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
セルオートマトンの世代更新をRNNをつかって微分可能にする
上記リンクに遊べるデモあり
セル群の形態=画像表現とする
セルの世代交代ルール
上記の世代交代ルールはConvoloution層+Dense層からなるresidual connection、dropout付きRecurrent Neural Network(RNN)として捉えることができる
初期状態の敵対的なサンプリングによる安定化
欠損に対するロバスト性の向上
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
セルオートマトンの世代更新をRNNをつかって微分可能にする
論文本体・著者
上記リンクに遊べるデモあり
解きたい問題
新規性
実装
セル群の形態=画像表現とする
セルの世代交代ルール
上記の世代交代ルールはConvoloution層+Dense層からなるresidual connection、dropout付きRecurrent Neural Network(RNN)として捉えることができる
実験・議論
初期状態の敵対的なサンプリングによる安定化
欠損に対するロバスト性の向上
読んだ中での不明点などの感想
関連論文
The text was updated successfully, but these errors were encountered: