Evaluating Neural Networks
Last updated
Was this helpful?
Last updated
Was this helpful?
The most common ways of evaluating a neural network are the training loss, validation loss, training accuracy, and validation accuracy plots. These are essential steps for evaluating the robustness of your model but also the level of fit (e.g. overfit). Yellowbrick offers more intuitive visual diagnostic tools that extend the Scikit API. The main dependencies are: and .
What makes yellowbrick different from matplotlib or seaborn or plotly is that it's the only visulization that does model visulization, directly show you the performace of models and makes coding much easier and shorter.