- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 77字
- 2021-07-02 12:08:36
Measuring model performance
Once you've built a neural network, you want to make sure that it works correctly. CNTK offers a number of components to measure the performance of neural networks.
You will often find yourself looking for ways to monitor how well the training process for your model is doing. CNTK includes components that will generate log data from your model and the associated optimizer, which you can use to monitor the training process.