码迷,mamicode.com
首页 >  
搜索关键字:ever    ( 3292个结果
卷积神经网络卷积层后一定要跟激活函数吗?
The reason why neural network is more powerful than linear function is because neural network use the non­linear function to map the dataset which is ...
分类:其他好文   时间:2017-02-10 17:41:14    阅读次数:685
POJ2594 Treasure Exploration[DAG的最小可相交路径覆盖]
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是什么
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
笔记evernote
8542-1090-0308-5951 2786-2836-1103-4104 6835-5846-6090-5388 5443-4068-2394-0845 ...
分类:其他好文   时间:2017-02-08 14:22:00    阅读次数:140
Java泛型
【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
USACO 5.1 Musical Themes(哈希+二分)
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
lamp----7 反向代理并实现负载均衡
在代理端 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
POJ 2421 Constructing Roads
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!