Deep Learning Toolbox question

1 次查看(过去 30 天)
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 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