Finish the sequence to sequence learning feed forward and backward function. TODO: SGD, outter loop and gradient check functions.In afternoon I had a ...
分类:
其他好文 时间:
2015-02-12 00:36:04
阅读次数:
201
#include#includeusing namespace std;struct edge{ int u , v , w ;}e[10000 * 2];int p[110] , n , built , mid ;void init (){ for (int i = 0 ; i...
分类:
其他好文 时间:
2015-02-11 18:24:33
阅读次数:
159
Time Limit: 1000 mSec Memory Limit : 32768 KB
Problem Description
Year 2900. Many people left Earth and built some cities on Mars.
Currently there are N cities, some of which are connected b...
分类:
其他好文 时间:
2015-02-11 16:48:03
阅读次数:
168
http://www.queness.com/post/9806/5-missing-javascript-number-format-functions这篇文章介绍5种常用的数字转换格式 但是里面有一个小小的不好的编程习惯 就是在把数字转成字符串的时候 使用了 var s = new String...
分类:
其他好文 时间:
2015-02-10 23:03:10
阅读次数:
246
The Store class encapsulates a client side cache ofModelobjects. Stores load data via aProxy, and also provide functions forsorting,filteringand query...
分类:
Web程序 时间:
2015-02-10 14:50:52
阅读次数:
221
Most assets in Unity are combined into the project when it is built. However, it is sometimes useful to place files into the normal filesystem on the ...
分类:
其他好文 时间:
2015-02-10 11:10:42
阅读次数:
254
Jeff Iliff is a neuroscientist who explores the unique functions of the brain.神经科学家。在linkedin注册https://www.linkedin.com/pub/jeffrey-iliff/47/856/a52Go...
分类:
其他好文 时间:
2015-02-10 00:20:20
阅读次数:
468
Rails
There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. ...
分类:
其他好文 时间:
2015-02-09 09:30:01
阅读次数:
201
1.Hash functions直接定址法:h(k)=ak+b.数字分析法平方取中法:去关键字平方后的中间几位为hash address.折叠法:将关键字分割成位数相同的几部分(最后一部分位数可以不同),然后取这几部分的叠加(去掉进位)和作为hash address.除留余数法:h(k)=k mod...
分类:
其他好文 时间:
2015-02-09 00:34:59
阅读次数:
213
cheng@chpc:/usr/src/linux-3.18.4/drivers/acpi$ grep -rn "has zero elements" ./*
匹配到二进制文件 ./acpi.o
匹配到二进制文件 ./built-in.o
./utils.c:364: printk(KERN_ERR PREFIX "[Package] has zero elements (%p...
分类:
其他好文 时间:
2015-02-08 19:32:03
阅读次数:
273