Is there any difference between predictAndUpdateState function and transfer learning?
2 次查看(过去 30 天)
显示 更早的评论
Hellow,
I was looking at the functionality of LSTM and found predictAndUpdateState.
As MATLAB describes, it keeps the previously trained network and updates it with new data.
This is the same process that transfer learning learns from new data. Are these two functions the same?
First of all, thank you.
0 个评论
采纳的回答
Prateek Rai
2021-10-8
To my understanding, you want to know the difference between predictAndUpdateState and Transfer Learning. "predictAndUpdateState" is a function that predicts responses using a trained recurrent neural network and updates the network state, whereas, "transfer learning" is a process where you can take a pre-trained network and use it as a starting point to learn a new task.
You can refer to predictAndUpdateState MathWorks documentation page to learn more on predictAndUpdateState. You can also refer transfer learning using alexnet to MathWorks documentation page to learn more on transfer learning.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!