How to merge/combine training accuracy and loss in same graph?

4 views (last 30 days)
Hi,
I would like to merge both training accuracy and loss in same plot, is there any method to do so. Below are the image of my training accuracy and loss.
I want to change into a plot like this, but dont know how to tweak it with training options.

Answers (1)

Kanupriya Singh
Kanupriya Singh on 26 Jun 2020
Edited: Kanupriya Singh on 26 Jun 2020
I understand that you would like to have both the training accuracy and loss graphs in the same plot. To achieve this, use the 'hold on' and 'hold off' commands.
Follow the code for plotting the first graph by 'hold on'. Then after writing the code for plotting the second graph, use 'hold off'. This would ensure that both your graphs lie on the same plot.

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!