Deep Learning Toolbox question

2 views (last 30 days)
Eva
Eva on 31 Mar 2023
Answered: drummer on 2 Apr 2023
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.

Accepted Answer

drummer
drummer on 2 Apr 2023
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!