Deep Learning Toolbox question

2 ビュー (過去 30 日間)
Eva
Eva 2023 年 3 月 31 日
回答済み: drummer 2023 年 4 月 2 日
I am transitioning to MATLAB's deep learning toolbox.
At my university, they are using PyTorch, and I do not like it, nor do I like working with Python.
Question on the MATLAB toolbox, it can simulate fully-connected networks , as well, correct ?
I see on the advertisement, you advertised the ability to evaluate CNN's, but can you also simulate fully connected networks, as well ?
Also, another question, if I am understanding correctly, the Deep Learning Toolbox, can also export code for PyTorch, is that true also ?
Regards,
E. R.

採用された回答

drummer
drummer 2023 年 4 月 2 日
Question on the MATLAB toolbox, it can simulate fully-connected networks , as well, correct ?
I see on the advertisement, you advertised the ability to evaluate CNN's, but can you also simulate fully connected networks, as well ?
You can take a look on the MATLAB documentation here and here. for the DL toolbox.
If that's not enough, you can take a look on this video.
Also, another question, if I am understanding correctly, the Deep Learning Toolbox, can also export code for PyTorch, is that true also ?
That's not quite acurate. You can write your code in MATLAB and call them in a Python script through MATLAB engine API. Take a look here.
Let us know if you nailed it (or not).
Cheers.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by