主要内容

Time Series and Sequence Data Networks

R2026b
Deploy networks trained for time series classification, regression, and forecasting tasks to target FPGA and SoC boards

You can train and deploy networks to do time series classification, regression, and forecasting tasks by using long short-term memory (LSTM) networks. An LSTM is a type of recurrent neural network (RNN) that can learn long-term dependencies between time steps of sequence data. Learn about:

  • Support for LSTM networks.

  • How Deep Learning HDL Toolbox™ compiles the LSTM layer in a network.

  • How to deploy LSTM networks to target FPGA and SoC boards, then use Deep Learning HDL Toolbox and MATLAB® to retrieve the prediction results from the network.

Functions

dlhdl.WorkflowConfigure deployment workflow for deep learning neural network
dlhdl.TargetConfigure interface to target board for workflow deployment

Topics

Featured Examples