- Deep Learning Quick Reference
- Mike Bernico
- 269字
- 2021-06-24 18:40:13
Visualizing training
Since we've written log data from both the models in Chapter 2, Using Deep Learning to Solve Regression Problems, we can use TensorBoard to compare the two models graphically. Open up TensorBoard and head to the SCALARS tab. You should see something like this. You may need to click loss and val_loss to expand the graphs:

If you look at the bottom-left corner of the screen, you should notice that each directory we created has a run associated with it. Both are currently selected. This means that on our graphs, we will see output for both models.
The default X scale on these graphs is epochs. The Y value is the loss function we chose, which was MAE. You can click on the graphs to explore them and drag to zoom.
Seeing the graphs like this, we can really see the relative bias and variance of each network. While there is a good separation between the models in train loss, the deep neural network only gets marginally better on the validation set, suggesting that we've headed into overfitting territory.
- 三菱FX3U/5U PLC從入門到精通
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 傳感器技術實驗教程
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 圖解PLC控制系統梯形圖和語句表
- iClone 4.31 3D Animation Beginner's Guide
- Supervised Machine Learning with Python
- 機器學習流水線實戰
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 基于單片機的嵌入式工程開發詳解
- 運動控制系統應用與實踐
- 西門子變頻器技術入門及實踐
- Excel 2007常見技法與行業應用實例精講
- Mastering Geospatial Analysis with Python
- Hands-On Dashboard Development with QlikView