01 2015 档案
摘要:Dungeon GameThe demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms l...
阅读全文
摘要:Largest NumberGiven a list of non negative integers, arrange them such that they form the largest number.For example, given[3, 30, 34, 5, 9], the larg...
阅读全文
摘要:Exercise:Convolution and Pooling习题链接:Exercise:Convolution and PoolingcnnExercise.m%% CS294A/CS294W Convolutional Neural Networks Exercise% Instructio...
阅读全文
摘要:Exercise:Learning color features with Sparse Autoencoders习题链接:Exercise:Learning color features with Sparse AutoencoderssparseAutoencoderLinearCost.mfu...
阅读全文
摘要:Exercise: Implement deep networks for digit classification习题链接:Exercise: Implement deep networks for digit classificationstackedAEPredict.mfunction [p...
阅读全文
摘要:Exercise:Self-Taught Learning习题链接:Exercise:Self-Taught LearningfeedForwardAutoencoder.mfunction [activation] = feedForwardAutoencoder(theta, hiddenSiz...
阅读全文
摘要:Exercise:Softmax Regression习题的链接:Exercise:Softmax RegressionsoftmaxCost.mfunction [cost, grad] = softmaxCost(theta, numClasses, inputSize, lambda, dat...
阅读全文
摘要:Exercise:PCA and Whitening习题链接:Exercise:PCA and Whiteningpca_gen.m%%================================================================%% Step 0a: Load d...
阅读全文
摘要:Exercise:PCA in 2D习题的链接:Exercise:PCA in 2Dpca_2d.mclose all%%================================================================%% Step 0: Load data% We...
阅读全文
摘要:Two Sum II - Input array is sortedGiven an array of integers that is alreadysorted in ascending order, find two numbers such that they add up to a spe...
阅读全文