Math library

2016-12-08・machine learning

背景

在接触深度学习框架及上层程序应用,比如自动驾驶的感知模块,经常会遇到向量、矩阵的运算; 这些场景对计算效率 …


Derivative of function

2014-04-06・machine learning

之前讨论了如何计算标量函数的梯度 (gradient), 下面讨论矩阵梯度 (derivative) 的 计算过程. 这是深度学习链式法则计算梯度的基础.

在单 …


Gradient of function

2014-01-23・machine learning

In machine learning and image processing, calculating gradient of a funcion is one of the most frequent operations. Here are some common rules.

首先,介绍下标量函数(scalar function)和向量函数(vector function)。

标量函数是将一个实 …