码迷,mamicode.com
首页 >  
搜索关键字:exercise 1-3    ( 479个结果
Deep Learning五:PCA and Whitening_Exercise(斯坦福大学UFLDL深度学习教程)
前言 本文是基于Exercise:PCA and Whitening的练习。 理论知识见:UFLDL教程。 实验内容:从10张512*512自然图像中随机选取10000个12*12的图像块(patch),然后对这些patch进行99%的方差保留的PCA计算,最后对这些patch做PCA Whi...
分类:其他好文   时间:2015-11-02 16:58:22    阅读次数:345
Deep Learning三:PCA in 2D_Exercise(斯坦福大学UFLDL深度学习教程)
前言这节主要是练习下PCA,PCA Whitening以及ZCA Whitening在2D数据上的使用,2D的数据集是45个数据点,每个数据点是2维的。一些matlab函数彩色分散点图函数:scatter(x,y,c,s) x, y为两个矢量,用于定位数据点,s为绘图点的大小,c为绘图所使用的色彩,...
分类:其他好文   时间:2015-11-02 13:52:38    阅读次数:294
c++面向对象程序设计
//EXERCISE 2.1//Write a program that reads integers from the standard input until the end of file and then prints the largest and the smallest values ...
分类:编程语言   时间:2015-10-25 19:08:44    阅读次数:174
HDU 2767 Proving Equivalences(强联通缩点)
Proving EquivalencesProblem DescriptionConsider the following exercise, found in a generic linear algebra textbook.Let A be an n × n matrix. Prove tha...
分类:移动开发   时间:2015-10-09 20:00:36    阅读次数:264
matlab(8) Regularized logistic regression : 不同的λ(0,1,10,100)值对regularization的影响,对应不同的decision boundary\ 预测新的值和计算模型的精度predict.m
不同的λ(0,1,10,100)值对regularization的影响\ 预测新的值和计算模型的精度%% ============= Part 2: Regularization and Accuracies =============% Optional Exercise:% In this .....
分类:其他好文   时间:2015-09-28 16:25:48    阅读次数:174
C++用法的学习心得
说实话我对C++语言不是很懂,更谈不上对用法的了解了。我一看到C++大量的英文组合就头疼,每次上课也只是一知半解。我就像以下图片中的人一样,老师上课讲,我在下面昏昏欲睡。如:Lab Exercise — Overloading printArray①#include using std::cout;...
分类:编程语言   时间:2015-09-09 17:24:03    阅读次数:193
AutoEncoder一些实验结果,并考虑
看之前Autoencoder什么时候,我做了一些练习这里:http://ufldl.stanford.edu/wiki/index.php/Exercise:Sparse_Autoencoder 。其实 从11月开始做。有没有经过调试,后来,加班太多,我没有那么做。抽出时间调了一天。最终顺利完毕了。...
分类:Web程序   时间:2015-08-17 13:46:14    阅读次数:242
单例模式的懒汉式在多线程的问题
我们都知道,单例设计模式中有两种方法,一种是饿汉式,另外一种就是懒汉式,具体如下:饿汉式:package com.seven.exercise.testEception;/** * 单例模式,饿汉式 * @author Seven * */public class SingleDemoHunger ...
分类:编程语言   时间:2015-08-09 15:24:19    阅读次数:161
C - The C Answer (2nd Edition) - Exercise 1-18
/* Write a program to remove trailing blanks and tabs from each line of input, and to delete entirely blank lines. */ #include #define MAXLINE 1000 /* maximum input line size */ int getl...
分类:其他好文   时间:2015-07-27 23:04:22    阅读次数:139
C - The C Answer (2nd Edition) - Exercise 1-19
/* Write a function reverse(s) that reverses the character string s. Use it to write a program that reverses its input a line at a time. */ #include #define MAXLINE 1000 /* maximum input l...
分类:其他好文   时间:2015-07-27 23:00:48    阅读次数:135
479条   上一页 1 ... 28 29 30 31 32 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!