cs231n-4---optimization
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cs231n-4---optimization相关的知识,希望对你有一定的参考价值。
There are two ways to compute the gradient: A slow, approximate but easy way (numerical gradient), and a fast, exact but more error-prone way that requires calculus (analytic gradient). We will now present both.
analytic gradient: 这里是指用subgradient近似后,不用再求导了。详见原文。
以上是关于cs231n-4---optimization的主要内容,如果未能解决你的问题,请参考以下文章