TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is it important to know backpropogation when studying ML/ Deep Learning?

3 点作者 arunsivadasan超过 6 年前
I could understand how in an earlier age, knowing backprop was quite important. But is there any real world use for this now that most of these aspects have been hidden from a practitioners view via tools and frameworks like Tensorflow, Fast.ai etc

2 条评论

Isammoc超过 6 年前
As any subject to learn, you don&#x27;t have to if you don&#x27;t want to.<p>More seriously, as in programmation, many new languages manage memory with a garbage collector or other mechanisms, but if you want to be a good developer, you need to know how all this is done underneath.<p>To drive a car, you don&#x27;t need to know how an engine works, but to create one...<p>And for the particular subject, you have to understand the principles under your tools to know how to change parameters and understand why the tools can be biased with bad parameters (or not enough data).
_Schizotypy超过 6 年前
I think it would be more important to have a broader understanding of neuroscience