【NumPy基础】100道numpy练习——Apprentice篇
@author:wepon
@blog:http://blog.csdn.net/u012162613/article/details/42811297
今天又用半小时扫了一下Apprentice篇里的10道exercise,不知道怎么翻译Apprentice(学徒~~)这个词,就直接以Apprentice篇作为...
分类:
移动开发 时间:
2015-01-18 09:22:12
阅读次数:
311
100道numpy练习
@author:wepon
@blog:http://blog.csdn.net/u012162613/article/details/42784403
今天在deeplearning.net上看theano tutorial,发现一个numpy-100-exercise,介绍numpy一些基本用法的,不过不是很具体,我利用闲暇时间照着敲了一些,权且当作翻...
分类:
其他好文 时间:
2015-01-16 22:22:57
阅读次数:
353
Exercise:Convolution and Pooling习题链接:Exercise:Convolution and PoolingcnnExercise.m%% CS294A/CS294W Convolutional Neural Networks Exercise% Instructio....
分类:
其他好文 时间:
2015-01-13 19:21:03
阅读次数:
268
Exercise:Learning color features with Sparse Autoencoders习题链接:Exercise:Learning color features with Sparse AutoencoderssparseAutoencoderLinearCost.mfu...
分类:
Web程序 时间:
2015-01-12 12:57:05
阅读次数:
260
Exercise: Implement deep networks for digit classification习题链接:Exercise: Implement deep networks for digit classificationstackedAEPredict.mfunction [p...
分类:
Web程序 时间:
2015-01-11 20:17:05
阅读次数:
241
Exercise:Self-Taught Learning习题链接:Exercise:Self-Taught LearningstlExercise.m%% CS294A/CS294W Self-taught Learning Exercise% Instructions% ----------.....
分类:
其他好文 时间:
2015-01-10 12:28:09
阅读次数:
252
Exercise:Softmax Regression习题的链接:Exercise:Softmax RegressionsoftmaxCost.mfunction [cost, grad] = softmaxCost(theta, numClasses, inputSize, lambda, dat...
分类:
其他好文 时间:
2015-01-08 21:23:36
阅读次数:
162
package exercise;import java.util.*;public class exercise { int year=0; int month=0; int day=0; public static void main...
分类:
其他好文 时间:
2015-01-08 07:04:39
阅读次数:
178
exercise_2.3.scm #lang?racket/base
;;;?[HTDP]?<2.3?字处理问题>?<习题?2.3.1>
;;;?<合约>?tax?:?(number?number?number)->number
;;;?<用途>?计算所得税
;;;?<合约>?netpay?:?(number?num...
分类:
其他好文 时间:
2015-01-06 23:20:13
阅读次数:
464
Exercise:PCA and Whitening习题链接:Exercise:PCA and Whiteningpca_gen.m%%================================================================%% Step 0a: Load d...
分类:
其他好文 时间:
2015-01-05 00:33:58
阅读次数:
222