Exercise:PCA in 2D习题的链接:Exercise:PCA in 2Dpca_2d.mclose all%%================================================================%% Step 0: Load data% We....
分类:
其他好文 时间:
2015-01-04 22:51:27
阅读次数:
329
Exercise:Vectorization习题的链接:Exercise:Vectorization注意点:MNIST图片的像素点已经经过归一化。如果再使用Exercise:Sparse Autoencoder中的sampleIMAGES.m进行归一化,将使得训练得到的可视化权值如下图:我的实现:更...
分类:
其他好文 时间:
2014-12-31 14:24:53
阅读次数:
116
习题的链接:http://deeplearning.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder我的实现:sampleIMAGES.mfunction patches = sampleIMAGES()% sampleIMAGES% R...
分类:
Web程序 时间:
2014-12-30 16:52:20
阅读次数:
348
exercise_2.2.1.scm #lang?racket/base
;;;?[HTDP]?<2.2?变量和程序>?<习题?2.2.1>
;;;?<合约>?Fahrenheit->Celeiue?:?number->number
;;;?<用途>?图形化的操作将华氏温度转化为摄氏温度
(require?...
分类:
其他好文 时间:
2014-12-30 12:03:59
阅读次数:
205
Exercise 6-1. write a program that will prompt for and read a positive integer less than1,000 from the keyboard, and then create and output a string t...
分类:
其他好文 时间:
2014-12-28 23:33:48
阅读次数:
190
Exercise 5-4. Define a two-dimensional array, data[11][5] , of type double. Initializethe elements in the first column with values from 2.0 to 3.0 inc...
分类:
其他好文 时间:
2014-12-28 19:29:56
阅读次数:
132
从输出结果来看,这个程序是错的。完全不知道什么意思。Exercise 5-5. Write a program that will calculate the average grade for the students ineach of an arbitrary number of classe...
分类:
其他好文 时间:
2014-12-28 19:28:10
阅读次数:
164
Exercise 5-3. Write a program that will read five values from the keyboard and storethem in an array of type float with the name amounts. Create two a...
分类:
Web程序 时间:
2014-12-27 17:18:48
阅读次数:
162
Exercise 5-2. Define an array, data, with 100 elements of type double. Write a loop thatwill store the following sequence of values in corresponding e...
分类:
其他好文 时间:
2014-12-19 12:53:02
阅读次数:
170
Exercise 5-1. Write a program that will read five values of type double from the keyboardand store them in an array. Calculate the reciprocal of each ...
分类:
其他好文 时间:
2014-12-18 20:26:11
阅读次数:
518