今天是清明假期第一天,原定的到洛阳玩也成为了虚无缥缈的东东了吧,cb这位还有说的太对了,no game,no girlfriend,no holiday,only maching!这都不是什么大事,毕竟自认为还是个肯吃苦的人吧,但是组队形势不容乐观啊,由于人数的原因,我和一个大二的还有一个软件的临时...
分类:
其他好文 时间:
2015-04-04 19:46:22
阅读次数:
110
这是UFLDL的编程练习。Weight decay(Softmax 回归有一个不寻常的特点:它有一个“冗余”的参数集)后的cost function和梯度函数:
cost function:J(θ)=?1m??∑i=1m∑j=1k1{y(i)=j}logeθTjx(i)∑kl=1eθTlx(i)??+λ2∑i=1k∑j=0nθ2ij\begin{align}
J(\theta) = - \frac{...
分类:
其他好文 时间:
2015-04-04 16:47:26
阅读次数:
402
The konwledge is you need learning some basic knowledge.The experience is you can use konwledge make some product.
分类:
其他好文 时间:
2015-04-04 15:01:27
阅读次数:
106
Case 1:
使用推荐的配置
learning_rate = 0.01
L1_reg = 0.00
L2_reg=0.0001
n_epoches=1000
batch_size=20
n_hidden=500
实验结果:
实验耗时:
Case 2:
自己中间加入两个隐含层,分别为400 和 300 个节点。实验配置如下:
learn...
分类:
其他好文 时间:
2015-04-03 19:29:53
阅读次数:
218
http://www.infiniteskills.com/training/learning-computer-forensics.htmlhttps://www.youtube.com/watch?v=nxpu7ZeK2fMhttps://www.youtube.com/results?sear...
分类:
其他好文 时间:
2015-04-03 18:44:33
阅读次数:
110
The “BerCorp” company has got n employees. These employees can use m approved official languages for the formal correspondence. The languages are numbered with integers from 1 to m. For each employee w...
分类:
其他好文 时间:
2015-04-03 15:30:55
阅读次数:
135
http://jingyan.baidu.com/article/91f5db1bf715c01c7f05e39a.htmlhttp://cn.tek.com/learning/oscilloscope-tutorial?utm_source=Baidu-Success_Events&utm_med...
分类:
其他好文 时间:
2015-04-03 14:59:23
阅读次数:
172
CORS http://caniuse.com/#search=corsFoundation http://foundation.zurb.com/docs/sass.htmlD3 http://d3js.org/Generator https://github.com/yeoman/generat...
分类:
其他好文 时间:
2015-04-03 14:50:15
阅读次数:
108
机器学习Machine Learning - Andrew NG
courses学习笔记
Recommender Systems 推荐系统
Problem Formulation 问题的提出
Content Based Recommendations基于内容的推荐
Collaborative Filtering协同过滤
Collaborative...
分类:
系统相关 时间:
2015-04-03 11:29:27
阅读次数:
334