I'm a CS junior (about to become a senior) and in our last year, people choose their capstone project that they work on for the entire year. For some years (say since 2017), deep learning projects completely dominate the other projects in term of number and the awards that they go on to win. I understand the principles behind it, even find it cool, but the whole inscrutable nature of it is problematic to me.
Ask HN: Is deep learning obsession in college ill founded?
1–10 of 37 posts
Re: Ask HN: Is deep learning obsession in college ill founded?
#2Re: Ask HN: Is deep learning obsession in college ill founded?
#3Imo deep learning is so popular because it "works". For a classification problem, if you try a linear baseline and a deep learning model, and you do a reasonable job of hyperparameter tuning and experimental design, it's likely you will outperform a simpler model. This holds true across many problem spaces.
I think the issue is that modern DL frameworks make it a little too easy to get pretty good performance on new problems. Other techniques generally require more background knowledge to make reasonable modeling assumptions, and still frequently perform worse than a naively applied DL approach.
I think DL will remain, in practice and education, a very popular tool. But it is essential to learn traditional statistical inference and other background to appropriately contextualize DL models so it isn't just some form of black magic.
Re: Ask HN: Is deep learning obsession in college ill founded?
#4Re: Ask HN: Is deep learning obsession in college ill founded?
#5It's not completely inscrutable in why it works, follow the thread on deep learning theory research by starting from the names here: http://www.vision.jhu.edu/tutorials/CVPR17-Tutorial-Math-Dee...
Re: Ask HN: Is deep learning obsession in college ill founded?
#6I will point out that the real win is with new data sources, and simple linear regressions may still work there.
Re: Ask HN: Is deep learning obsession in college ill founded?
#7But that isn't really a problem. In most cases, the projects you do as an undergrad don't affect your professional life in any way after you get your first job. Very, very few undergrad projects turn into real projects that anyone uses after the student graduates.
So don't worry too much about it. Ten years ago, every senior project was an app. Twenty years ago, every senior project was a website. It's just a sign of the times and doesn't matter in the long run.
Re: Ask HN: Is deep learning obsession in college ill founded?
#8Re: Ask HN: Is deep learning obsession in college ill founded?
#9Re: Ask HN: Is deep learning obsession in college ill founded?
#10It's not ideal - but if it wasn't DL it would be another topic / application.