New initial starting point (input and output) of already trained LSTM Network

4 views (last 30 days)
I have input data X and output data Y.
I am training a LSTM network using:
net = trainNetwork(X(1:500), Y(1:500), layers, options);
This trains and initialize the network
However is there a way to initialize the network with for example X(1:600) and Y(1:600), not by retraining but by using the previous trained network ansd start any new predictions from that point on (601 and up)?

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!