The bidirectional multi-task deep learning
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammed Zeki GUNGORDU
el 12 de Feb. de 2021
Respondida: Raynier Suresh
el 23 de Feb. de 2021
How can I create the bidirectional multi-task deep learning network with using deep learning toolbox in MATLAB?
For example; input(x1, x2, x3,....) --> Output(y1,y2,y3,...) , then vice versa.
Thank you in advance!
0 comentarios
Respuestas (1)
Raynier Suresh
el 23 de Feb. de 2021
Hi, The deep learning toolbox allows you to create custom layers and custom training loops, using these features you can define your network architecture and then train it. To use the network in reverse you must define the network architecture in a proper way and then train it accordingly.
Refer the below links for more information
0 comentarios
Ver también
Categorías
Más información sobre Image Data Workflows 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!