Why there is the need to train CNN and LSTM separately before combining them?
2 次查看(过去 30 天)
显示 更早的评论
Looking for example about the possibility of using CNN+LSTM classification i went through this example:
And i was asking myself why LSTM is trained separately and then combined with convolutional layers pretrained from googleNET?
It is not possible to build the entire architecture from scratch and trained it as whole ?
0 个评论
采纳的回答
Srivardhan Gadila
2020-3-30
Fine-tuning a network built from pretrained network is usually much faster and easier than training a network with randomly initialized weights from scratch.Hence you can take a pretrained image classification network that has already learned to extract powerful and informative features from natural images and use it as a starting point to learn a new task.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!