- Hands-On Java Deep Learning for Computer Vision
- Klevis Ramo
- 280字
- 2021-07-02 13:25:45
Bias and variance
During the training of the neural network, the model may undergo various symptoms. One of them is high bias value. This leads to a high error rate on our training dataset and therefore, consecutively, a similar error on the development dataset. What this tells us is that our network has not learned how to solve the problem or to find the pattern. Graphically, we can represent the model like this:

This graph depicts senior boundaries and the errors caused by the model, where it marks the red dots as green squares and vice versa.
We may also have to worry about the high variance problem. Assume that the neural network does a great job during the training phase and figures out a really complex decision bundle, almost perfectly. But, when the same model uses the development testing dataset, it performs poorly, having a high error rate and an output that is not different from the high bias error graph:

If we look at the previous graph, it looks like a neural network really learned to be specific to the training dataset, and when it encounters examples it hasn't seen before, it doesn't know how to categorize our data.
The final unfortunate case is where our neural network may have both of these two symptoms together. This is a case where we see a high error rate on the training dataset and a double or higher error rate for the development dataset. This can be depicted graphically as follows:

The first line is the decision boundary from the training dataset, and the second line is the decision boundary for the development dataset, which is even worse.
- 信息系統(tǒng)與數(shù)據(jù)科學(xué)
- Python數(shù)據(jù)分析、挖掘與可視化從入門到精通
- 深入淺出數(shù)字孿生
- 大數(shù)據(jù)營銷:如何讓營銷更具吸引力
- MySQL 8.x從入門到精通(視頻教學(xué)版)
- Starling Game Development Essentials
- Hands-On Mathematics for Deep Learning
- 大數(shù)據(jù)精準(zhǔn)挖掘
- SQL Server 2012實施與管理實戰(zhàn)指南
- 從實踐中學(xué)習(xí)sqlmap數(shù)據(jù)庫注入測試
- 基于數(shù)據(jù)發(fā)布的隱私保護(hù)模型研究
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)教程(第二版)
- 推薦系統(tǒng)全鏈路設(shè)計:原理解讀與業(yè)務(wù)實踐
- 高效使用Redis:一書學(xué)透數(shù)據(jù)存儲與高可用集群
- 大學(xué)計算機(jī):理解和運用計算思維