码迷,mamicode.com
首页 >  
搜索关键字:exercise 1-3    ( 479个结果
【DeepLearning】Exercise:PCA in 2D
Exercise:PCA in 2D习题的链接:Exercise:PCA in 2Dpca_2d.mclose all%%================================================================%% Step 0: Load data% We....
分类:其他好文   时间:2015-01-04 22:51:27    阅读次数:329
【DeepLearning】Exercise:Vectorization
Exercise:Vectorization习题的链接:Exercise:Vectorization注意点:MNIST图片的像素点已经经过归一化。如果再使用Exercise:Sparse Autoencoder中的sampleIMAGES.m进行归一化,将使得训练得到的可视化权值如下图:我的实现:更...
分类:其他好文   时间:2014-12-31 14:24:53    阅读次数:116
【DeepLearning】Exercise:Sparse Autoencoder
习题的链接:http://deeplearning.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder我的实现:sampleIMAGES.mfunction patches = sampleIMAGES()% sampleIMAGES% R...
分类:Web程序   时间:2014-12-30 16:52:20    阅读次数:348
[HTDP] <2.2 变量和程序>
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
kk Exercise 6.1 Convert an integer to words
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
kExercise 5.4 Table of reciprocals, squares, cubes, and fourth powers.
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
bugkExercise 5.5 Calculating average student grades.
从输出结果来看,这个程序是错的。完全不知道什么意思。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
k-Exercise 5.3 Handling monetary values as integers
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 Summing 100 data values
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 Summing reciprocals of five values
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
479条   上一页 1 ... 37 38 39 40 41 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!