Benjamin-Lee / deep-rules

Ten Quick Tips for Deep Learning in Biology
https://benjamin-lee.github.io/deep-rules/
Other
227 stars 45 forks source link

Treat it as a statistical model #33

Open blengerich opened 6 years ago

blengerich commented 6 years ago

Have you checked the list of proposed rules to see if the rule has already been proposed?

This rule is related to @ttriche's comments in #5. Because DL models can be difficult to interpret intuitively, there is a temptation to anthropomorphize DL models. We should resist this temptation. We would not expect a linear model to learn beyond pattern recognition, so we should also not expect an overparameterized non-linear model to do so. Because of this, we need to pay just as much attention to statistical caveats with DL models as we do with traditional models. For instance:

Benjamin-Lee commented 6 years ago

"There is a temptation to anthropomorphize DL models. We should resist this temptation."

Well said, particularly with respect to #26. Both for better and for worse, DL models are not humans. Recognizing their capabilities and limitations is key for using them properly.