Why there is the need to train CNN and LSTM separately before combining them?
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Mirko Job
      
 el 27 de Mzo. de 2020
  
    
    
    
    
    Respondida: Srivardhan Gadila
    
 el 30 de Mzo. de 2020
            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 comentarios
Respuesta aceptada
  Srivardhan Gadila
    
 el 30 de Mzo. de 2020
        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 comentarios
Más respuestas (0)
Ver también
Categorías
				Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

