Recurrent Neural Networks Primer

11 ビュー (過去 30 日間)
Lui
Lui 2020 年 10 月 5 日
回答済み: Raunak Gupta 2020 年 10 月 9 日
Hi guys.
I am starting with Neural Networks in MATLAB. Nay pointer to a quick primer that one can use will be appreciated.
Thank you.

回答 (1 件)

Raunak Gupta
Raunak Gupta 2020 年 10 月 9 日
Hi,
There are two ways you can use recurrent neural networks.
If you want to use shallow network which have less complexity, you can start with layrecnet or timedelaynet to model recurrent neural networks. Here is an example for getting started with Recurrent Neural Network
If you want to use deep neural network for your problem statement, lstmLayer is useful for modelling time dependence in the sequence data. Here is an example which tells about how to design Long Short-Term Memory Networks.
Hope it helps to get started!

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by