Deep Learning Toolbox question

3 Ansichten (letzte 30 Tage)
Eva
Eva am 31 Mär. 2023
Beantwortet: drummer am 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.

Akzeptierte Antwort

drummer
drummer am 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.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by