How do I visualize fitrnet derived neural network?

6 visualizaciones (últimos 30 días)
Bryan Mackey
Bryan Mackey el 7 de Sept. de 2022
Respondida: Kartik el 20 de Feb. de 2023
I've been working a regression neural network and have finalized a model using the fitrnet function. I have three layers and the the NN perfroms adequately well. Mdl = fitrnet(Xtrain,Ytrain,"Standardized",true,"LayerSizes",[10 5 2]); Is there a way to visualize this model similarly to fitnet, viewnet,...?

Respuestas (1)

Kartik
Kartik el 20 de Feb. de 2023
Hello,
For visualizing and analysing the designed Neural Network, the following methods can be used:
analyzeNetwork: Analyze deep learning network architecture
trainingProgressMonitor: Monitor and plot training progress for deep learning custom training loops
plot: Plot neural network architecture
updateInfo: Update information values for custom training loops
recordMetrics: Record metric values for custom training loops
groupSubPlot: Group metrics in training plot
For information regarding feature visualization and related methods, refer to the following link:

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by