Deep Learning Toolbox class hierarchy

I am looking for some kind of condensed overview of the Deep Learning Toolbox class hierarchy. There are many types of network objects in the toolbox, and their descriptions are scattered across numerous pages in the online documentation. There seems to be a generic OG net object type such as the kind generated by feedforwardnet(). Then there are network types that trainNetwork() can generate such as SeriesNetworks and DAGNetworks from more recent generations of the toolbox. Even more recently there are dlnetworks, which seem to be the only type that can operate without an input or output layer. Below all these are more fundamental network building blocks like layers and layerGraphs.
I am looking for some kind of central document or video tutorial that discusses these objects, their different uses, and how they interrelate. Does such a thing exist?

Respuestas (1)

Muskan
Muskan el 17 de Mayo de 2023

0 votos

Hi Matt,
As per my understanding of the question, you can refer to the following documentations for a better understanding of the hierarchy in the Deep Learning Toolbox.
I hope the above information helps resolve your query.
Thanks

1 comentario

Matt J
Matt J el 17 de Mayo de 2023
Editada: Matt J el 17 de Mayo de 2023
No, these pages are all about the different layer object types, not the different network object types. They also don't talk about layerGraphs objects at all, as far as I can see.

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2023a

Preguntada:

el 5 de Mayo de 2023

Editada:

el 17 de Mayo de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by