摘要: Step 0: Prepare dataStep 0a: Load dataThe starter code contains code to load a set of natural images and sample 12x12 patches from them. The raw patch... 阅读全文
posted @ 2014-09-14 21:44 老姨 阅读(531) 评论(0) 推荐(0) 编辑
摘要: Step 0: Load dataThe starter code contains code to load 45 2D data points. When plotted using the scatter function, the results should look like the f... 阅读全文
posted @ 2014-09-14 20:41 老姨 阅读(499) 评论(0) 推荐(0) 编辑
摘要: The goal of whitening is to make the input less redundant; more formally, our desiderata are that our learning algorithms sees a training input where ... 阅读全文
posted @ 2014-09-14 16:59 老姨 阅读(401) 评论(0) 推荐(0) 编辑
摘要: http://deeplearning.stanford.edu/wiki/index.php/PCAPrincipal Components Analysis (PCA) is a dimensionality reduction algorithm that can be used to sig... 阅读全文
posted @ 2014-09-14 16:12 老姨 阅读(220) 评论(0) 推荐(0) 编辑
摘要: PCA:PCA的具有2个功能,一是维数约简(可以加快算法的训练速度,减小内存消耗等),一是数据的可视化。PCA并不是线性回归,因为线性回归是保证得到的函数是y值方面误差最小,而PCA是保证得到的函数到所降的维度上的误差最小。另外线性回归是通过x值来预测y值,而PCA中是将所有的x样本都同等对待。在使... 阅读全文
posted @ 2014-09-14 15:36 老姨 阅读(206) 评论(0) 推荐(0) 编辑
摘要: In this problem set, you will implement the sparse autoencoder algorithm, and show how it discovers that edges are a good representation for natural i... 阅读全文
posted @ 2014-09-14 15:21 老姨 阅读(159) 评论(0) 推荐(0) 编辑