Deep Learning Toolbox question

2 vues (au cours des 30 derniers jours)
Eva
Eva le 31 Mar 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.

Réponse acceptée

drummer
drummer le 2 Avr 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.

Plus de réponses (0)

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by