Machine Learning Crash Course: The Bias-Variance Dilemma
ml.berkeley.edu
Machine Learning Crash Course: The Bias-Variance Dilemma
1–10 of 63 posts
Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#2Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#3Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#4And this is not unique to machine learning, per se. https://fivethirtyeight.com/features/trump-noncitizen-voters... has a great widget that shows that as you get more data, you do not necessarily decrease inherent noise. In fact, it stays very constant. (Granted, this is in large because machine learning has most of its roots in statistics.)
More explicitly, with ML, you are building probabilistic models. This is contrasted to most models folks are used to which are analytic models. That is, you run the calculations for an object moving across the field, and you get something within the measurement bounds that you expected. With a probabilistic model, you get something that is within the bounds of being in line with previous data you have collected.
(None of this is to say this is a bad article. Just a bias to keep in mind as you are reading it. Hopefully, it helps you challenge it.)
Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#5Regardless, that post was a great read.
Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#6Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#7Wow, the discussion on the Fukushima civil engineering decision was pretty interesting. However, I find it surprising that the engineers simply overlooked the linearity of the law and used a nonlinear model. I wonder if there were any economic / other incentives at play, and the model shown was just used to justify the decision? Regardless, that post was a great read.
I was also curious about how the data in the past few years did not follow the same trend as before. Does anyone know if that is what geologists call to be 'overdue' to an earthquake? Like California is supposed to be for a while?
Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#8Introduction, Regression/Classification, Cost Functions, and Gradient Descent:
https://ml.berkeley.edu/blog/2016/11/06/tutorial-1/
Perceptrons, Logistic Regression, and SVMs:
https://ml.berkeley.edu/blog/2016/12/24/tutorial-2/
Neural networks & Backpropagation:
Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#9Wow, the discussion on the Fukushima civil engineering decision was pretty interesting. However, I find it surprising that the engineers simply overlooked the linearity of the law and used a nonlinear model. I wonder if there were any economic / other incentives at play, and the model shown was just used to justify the decision? Regardless, that post was a great read.
Most likely, since building a facility to survive a 2.5x stronger shake would surely be a lot more expensive. I was also curious about how the data in the past few years did not follow the same trend as before. Does anyone know if that is what geologists call to be 'overdue' to an earthquake? Like California is supposed to be for a while?
Re: Machine Learning Crash Course: The Bias-Variance Dilemma
#10The whole problem of overfitting or underfitting exists because you're not trying to understand the underlying model, but you're trying to "cheat" by inventing some formula that happens to work in most cases.