The reason why neural network is more powerful than linear function is because neural network use the nonlinear function to map the dataset which is ...
分类:
其他好文 时间:
2017-02-10 17:41:14
阅读次数:
685
Treasure Exploration Time Limit: 6000MS Memory Limit: 65536K Total Submissions: 8301 Accepted: 3402 Description Have you ever read any book about trea ...
分类:
其他好文 时间:
2017-02-08 23:00:00
阅读次数:
277
SGML / Standard Generalized Markup Language / 标准通用标记语言 ## A brief SGML tutorial https://www.w3.org/TR/WD-html40-970708/intro/sgmltut.html 看完上面这篇简明教程。S... ...
分类:
其他好文 时间:
2017-02-08 18:44:13
阅读次数:
607
8542-1090-0308-5951 2786-2836-1103-4104 6835-5846-6090-5388 5443-4068-2394-0845 ...
分类:
其他好文 时间:
2017-02-08 14:22:00
阅读次数:
140
【Java泛型】 1、(2)以下的泛型转换,不正确,是一种编译错误。 Let's test your understanding of generics. Is the following code snippet legal? List<String> ls = new ArrayList<Str ...
分类:
编程语言 时间:
2017-02-07 15:59:26
阅读次数:
241
A musical melody is represented as a sequence of N (1 <= N <= 5000) notes that are integers in the range 1..88, each representing a key on the piano. ...
分类:
其他好文 时间:
2017-02-06 22:04:20
阅读次数:
310
一、二叉树深度优先遍历 只介绍先序遍历: (1) 第一种方法是使用stack的结构 (2) 主要要理解后面的分治法 二、分治法 三个例子: 归并排序 快速排序 大多数的二叉树问题 归并排序和快速排队都是典型的分治法。 归并排序:强调先局部有序,再归并为整体有序. 最差时间复杂度和平均复杂度都是log ...
分类:
其他好文 时间:
2017-02-06 21:59:30
阅读次数:
255
资源管理器clover, Q-Dir 搜索Everything 笔记OneNote, myBase Desktop, my notes keeper ShellSecureCRT, Xshell, putty 同步SyncToy,FreeFileSync,GoodSync,Allway Sync ...
分类:
其他好文 时间:
2017-02-06 20:57:24
阅读次数:
165
在代理端 vi /etc/httpd/conf/httpd.conf ProxyPass / http://192.168.1.142ProxyPassReverse / http://192.168.1.142 去访问192.168.1.148.。就可以到192.168.1.142 ...
分类:
其他好文 时间:
2017-02-06 16:48:56
阅读次数:
122
Constructing Roads Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 23309 Accepted: 9997 Description There are N villages, which are numbere ...
分类:
其他好文 时间:
2017-02-06 10:26:21
阅读次数:
157