LSTMを用いたニューラルネットワークのC言語化。
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MATLABを用いてLSTMを用いたニューラルネットワークを作成致しました。
下記2つに対して、MATLAB Coder 及び、GPU Coderを用いてC言語へ変換する事は可能でしょうか。
①学習を実施する為のプログラム
②学習済モデル
何卒よろしくお願い致します。
0 Commenti
Risposta accettata
michio
il 5 Feb 2019
GPU Coder でサポートされているネットワークは Supported Networks and Layers 、MATLAB Coder については Deep Learning Networks and Layers Supported for C++ Code Generation にリストしておりますが、残念ながら R2018b 時点では LSTM は対象外です。ご要望として開発にフィードバックいたします。ありがとうございます!
1 Commento
michio
il 1 Ott 2019
「②学習済モデル」のみですが、R2019b から lstmlayer が GPU Coder 対応しましたので、お知らせいたします。
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 深層学習のコード生成 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!