time series and sequence data networks -凯发k8网页登录
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.
classes
functions
topics
learn about deep learning hdl toolbox support for long short-term memory (lstm) networks.
understand how the
compile
method interprets an lstm layer.understand how deep learning hdl toolbox interprets the gru layer.
accelerate the prototyping, deployment, design verification, and iteration of your custom deep learning network running on a fixed bitstream by using the
dlhdl.workflow
object.