常用英语词汇-andrew Ng 课程 intensity 强度 Regression 回归 Loss function 损失函数 non-convex 非凸函数 neural network 神经网络 supervised learning 监督学习 regression problem 回归问题处理的是连续的问题 classification problem 分类问题 discreet value 离散值 support vector machines 支持向量机 learning theory 学习理论 learning algorithms 学习算法 unsupervised learning 无监督学习 gradient descent 梯度下降 linear regression 线性回归 Neural Network 神经网络 gradient descent 梯度下降 normal equations linear algebra 线性代数 superscript 上标 exponentiation 指数 training set 训练集合 training example 训练样本 hypothesis 假设,用来表示学习算法的输出 LMS algorithm “ least mean squares 最小二乘法算法 batch gradient descent 批量梯度下降 constantly gradient descent 随机梯度下降 iterative algorithm 迭代算法 partial derivative 偏导数 contour 等高线 quadratic function 二元函数 locally weighted regression 局部加权回归 underfitting 欠拟合 overfitting 过拟合 non-parametric learning algorithms 无参数学习算法 parametric learning algorithm 参数学习算法 activation 激活值 activation function 激活函数 additive noise 加性噪声 autoencoder 自编码器 Autoencoders 自编码算法 average firing rate 平均激活率 average sum-of-squares error 均方差 backpropagation 后向传播 basis 基 basis feature vectors 特征基向量 batch gradient ascent 批量梯度上升法 Bayesian regularization method 贝叶斯规则化方法 Bernoulli random variable 伯努利随机变量 bias term 偏置项 binary classfication 二元分类 class labels 类型标记 concatenation 级联 conjugate gradient 共轭梯度 contiguous groups 联通区域 convex optimization software 凸优化软件 convolution 卷积 cost function 代价函数 covariance matrix 协方差矩阵 DC component 直流分量 decorrelation 去相关 degeneracy 退化 demensionality reduction 降维 derivative 导函数 diagonal 对角线 diffusi...