The bidirectional multi-task deep learning

조회 수: 4 (최근 30일)
Muhammed Zeki GUNGORDU
Muhammed Zeki GUNGORDU 2021년 2월 12일
답변: Raynier Suresh 2021년 2월 23일
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!

답변 (1개)

Raynier Suresh
Raynier Suresh 2021년 2월 23일
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

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by