E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Algorithms:
Deep learning tutorial
deepstructuredlearning,hierarchicallearningordeepmachinelearning)isabranchofmachinelearningbasedonasetof
algorithms
thatattempttomodelhigh-levelabst-ractionsin
u011534057
·
2016-04-09 19:00
机器学习
深度学习
DeepLearn
LeetCode 137. Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
github_34333284
·
2016-04-09 00:00
LeetCode 128. Longest Consecutive Sequence
Forexample: Given[100,4,200,1,3,2] Thelongestconsecutiveelementis[1,2,3,4].Returnitslength:4 Your
algorithms
houl
github_34333284
·
2016-04-08 11:00
STL六大组件
2、算法(
algorithms
)如sort、search、copy、erase。从实现角度看,STL算法是一种函数模板。
蓝旭晨枫
·
2016-04-07 13:39
C/C++
STL六大组件
2、算法(
algorithms
)如sort、search、copy、erase。从实现角度看,STL算法是一种函数模板。
ouyangjinbin
·
2016-04-07 13:00
数据结构
C++
STL
《
Algorithms
算法》笔记:元素排序(4)——凸包问题
《
Algorithms
算法》笔记:元素排序(4)——凸包问题
Algorithms
算法笔记元素排序4凸包问题凸包问题凸包问题的应用凸包的几何性质Graham扫描算法代码凸包问题凸包问题就是说,找到一个最小的凸多边形能圈住所有的点
hk2291976
·
2016-04-06 23:00
算法
凸包问题
《
Algorithms
算法》笔记:元素排序(3)——洗牌算法
《
Algorithms
算法》笔记:元素排序(3)——洗牌算法
Algorithms
算法笔记元素排序3洗牌算法洗牌算法排序洗牌Knuth洗牌Knuth洗牌代码洗牌算法洗牌的思想很简单,就是像洗扑克牌一样,对一组数据进行随机打乱
hk2291976
·
2016-04-06 23:00
算法
洗牌算法
《Algorithm算法》笔记:元素排序(2)——希尔排序
《Algorithm算法》笔记:元素排序(2)——希尔排序Algorithm算法笔记元素排序2希尔排序希尔排序思想为什么是插入排序h的确定方法希尔排序的特点代码有关排序的介绍,看上一个笔记:《
Algorithms
hk2291976
·
2016-04-06 22:00
算法
希尔排序
《
Algorithms
算法》笔记:元素排序(1)——简单排序
《
Algorithms
算法》元素排序(1)——简单排序
Algorithms
算法元素排序1简单排序排序问题1回调函数2Java中回调函数的路线图3全序4ComparableAPI41实现原则42例子选择排序
hk2291976
·
2016-04-06 21:00
算法
排序
简单
algorithms
leetcode——24—— Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
happyxuma1991
·
2016-04-06 18:00
LeetCode
算法题
Top 10
Algorithms
for Coding Interview
歪果人面试题点击打开链接http://www.programcreek.com/2012/11/top-10-
algorithms
-for-coding-interview/?csdn
huyangshu87
·
2016-04-06 16:00
面试题
it
( Leetcode 24) Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifytheva
willduan1
·
2016-04-05 21:00
java
LeetCode
list
linked
LeetCode之旅(21)-Swap Nodes in Pairs
Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesintheli
u010321471
·
2016-04-05 10:00
LeetCode
算法
面试
merge
SortedList
LeetCode 229. Majority Element II(众数II)
problems/majority-element-ii/Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
jmspan
·
2016-04-05 06:28
排序
众数
频率
摩尔投票
最高频
困难
第K个
前K个
设计模式C++策略模式
(Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsth
u010154424
·
2016-04-04 20:00
设计模式
C++
策略模式
LeetCode-24.Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
zmq570235977
·
2016-04-04 17:00
算法
链表
LeetCodet题解--11. Container With Most Water
链接LeetCode题目:https://leetcode.com/problemset/
algorithms
/GitHub代码:https://github.com/gatieme/LeetCode/
gatieme
·
2016-04-03 14:00
LeetCode
github
算法
面试
csdn
leetcode229-Majority Element II(数组中出现最多的数II)
问题描述:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
will130
·
2016-04-02 20:00
XX2Vec算法汇总
XX2VecEmbedInSup/Unsup
Algorithms
usedChar2VecCharacterSentenceUnsupervisedCNN->LSTMWord2VecWordSentenceUnsupervisedANNGloVeWordSentenceUnsupervisedSGDDoc2VecParagraphVectorDocumentSuper
Er8cJiang
·
2016-04-02 18:29
机器学习
XX2Vec算法汇总
XX2VecEmbedInSup/Unsup
Algorithms
usedChar2VecCharacterSentenceUnsupervisedCNN->LSTMWord2VecWordSentenceUnsupervisedANNGloVeWordSentenceUnsupervisedSGDDoc2VecParagraphVectorDocumentSuper
Er8cJiang
·
2016-04-02 18:00
算法
机器学习
word2vec
可视化的数据结构 - 各种算法动画演示
可视化的数据结构-各种算法动画演示1.可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html 2.C++实现的各种算法演示
yuan22900
·
2016-04-02 14:42
数据结构
算法
可视化
可视化的数据结构 - 各种算法动画演示
可视化的数据结构-各种算法动画演示1.可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html2.C++实现的各种算法演示
yuan22900
·
2016-04-02 14:42
算法
数据结构
可视化
数据结构&算法
codeforces 650C (并查集)
C.TableCompressiontimelimitpertest4secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLittlePetyaisnowfondofdatacompression
algorithms
.Hehasalreadystudied
morejarphone
·
2016-04-01 23:00
Codeforces 367A Sereja and Algorithm 【规律】
Codeforces367ASerejaandAlgorithmA.SerejaandAlgorithmtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputSerejalovesallsortsof
algorithms
.Hehasrecentlycomeupw
笑着走完自己的路
·
2016-04-01 19:53
水题
codeforces
Codeforces 367A Sereja and Algorithm 【规律】
Codeforces367ASerejaandAlgorithmA.SerejaandAlgorithmtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputSerejalovesallsortsof
algorithms
.Hehasrecentlycomeupw
chenzhenyu123456
·
2016-04-01 19:00
24. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
jingmiaa
·
2016-03-30 15:00
LeetCode
C++
斯坦福公开课深度学习Deep Learning
you'lllearnaboutsomeofthemostwidelyusedandsuccessfulmachinelearningtechniques.You'llhavetheopportunitytoimplementthese
algorithms
y
garfielder007
·
2016-03-30 12:27
Deep
Learning
27.leetcode题目137: Single Number II(考察位操作)
题目:Givenanarrayofintegers,everyelementappears three timesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
hzj379805931
·
2016-03-29 23:00
VJ 【规律题】
/* Description Serejalovesallsortsof
algorithms
.Hehasrecentlycomeupwithanewalgorithm,whichreceivesastringasaninput.Let'srepresenttheinputstringofthealgorithmasq
u014641529
·
2016-03-29 22:00
26.leetcode题目136: Single Number
题目:Givenanarrayofintegers,everyelementappears twice exceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
hzj379805931
·
2016-03-29 16:00
[leetcode] 41. First Missing Positive 解题报告
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldr
qq508618087
·
2016-03-29 14:00
LeetCode
array
优化算法动画演示Alec Radford's animations for optimization
algorithms
AlecRadfordhascreatedsomegreatanimationscomparingoptimization
algorithms
SGD,Momentum,NAG,Adagrad,Adadelta
garfielder007
·
2016-03-29 12:41
算法
LeetCode 260
allotherelementsappearexactlytwice.Findthetwoelementsthatappearonlyonce.Forexample:Givennums=[1,2,1,3,2,5],return[3,5].
Algorithms
ho
github_34333284
·
2016-03-29 04:00
《leetCode》:Missing Number
Note: Your
algorithms
houldruninlinearruntimecomplexity.Couldyou
u010412719
·
2016-03-28 21:00
LeetCode
算法
Missing
Numbers
算法第四版 课后习题答案
:书上的过程图有些是比较坑的(非错误问题),比如P525的NFA并不是只执行了构造函数后的结果而是将构造函数和该类中的一个方法一起运行后的结果,比较坑,如果对书中算法有什么不懂的可以看看我写的注释(在
Algorithms
Zcc?
·
2016-03-28 17:59
An overview of gradient descent optimization
algorithms
转载自:http://sebastianruder.com/optimizing-gradient-descent/梯度下降优化及其各种变体。1.随机梯度下降(SGD)2.小批量梯度下降(mini-batch)3.最优点附近加速且稳定的动量法(Momentum)4.在谷歌毛脸中也使用的自适应学习率AdaGrad5.克服AdaGrad梯度消失的RMSprop和AdaDelta。S.RuderTabl
beihangzxm123
·
2016-03-28 10:51
深度学习Deep
Learning
《leetCode》:Majority Element II
The
algorithms
houldruninlineartimeandinO(1)space.思路这个题不会做也,下面思路来源于:https://leetcode.com/discuss/82195/
u010412719
·
2016-03-27 17:00
LeetCode
算法
element
majority
【LeetCode】24. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
qq_27991659
·
2016-03-26 21:00
[LeetCode]Missing Number
distinctnumberstakenfrom 0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Given nums = [0,1,3] return 2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyou
CiaoLiang
·
2016-03-26 14:00
lintcode-medium-Longest Consecutive Sequence
ClarificationYour
algorithms
houldruninO(n)complexity.ExampleGiven [100,4,200,1,3,2],Thelongestconsecutiveelementsseq
哥布林工程师
·
2016-03-26 08:00
leetcode: Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given 1->2->3->4,youshouldreturnthelistas 2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
frank-liu
·
2016-03-26 08:02
梯度下降优化算法综述(翻译)
原文题目:Anoverviewofgradientdescentoptimization
algorithms
原文链接:http://sebastianruder.com/optimizing-gradient-descent
hellonlp
·
2016-03-24 22:00
优化
算法
神经网络
深度学习
算法入门(一) 排序
thefollowingclassillustratestheconventionsthatwewillusepublicclassExample { publicstaticvoidsort(Comparable[]a) {/*See
Algorithms
2.1,2.2,2.3,2.4,2.5
胡马依北风
·
2016-03-23 21:00
【算法】- 动态规划的编织艺术
Reference:Introductionto
Algorithms
DynamicProgrammingisusedtosolveoptimizationproblem.Itfirstlypartitiontheproblemintosubproblems.Thencombinethesolutionofsubproblemsintothesolutionoftheoriginalproblem
aliceyangxi1987
·
2016-03-23 20:00
算法
这只猩猩很难控制 - Two star programming
Twostarprogramming2013-01-08•C,Torvalds,
Algorithms
•46CommentsAfewweeksagoLinusTorvaldsansweredsomequestionsonslashdot.Allhisresponsesmakegoodreadingbutoneinparticularcaughtmyeye.Askedtodescribehisfavo
shuimuyq
·
2016-03-23 16:00
This implementation is not part of the Windows Platform FIPS validated cryptographic
algorithms
while
今天运行自己的网站时报了这样一个错误,很是纳闷,这个网站运行了这么久,怎么报这个错呢,原来是做缓存的时候用到了基于windows平台的加密算法。解决方法如下:删除注册表下的这个节点即可。删除HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa下的FipsAlgorithmPolicy文件夹。然后保存,重启程序即可。
feng轻云淡
·
2016-03-22 23:00
Trees on the level(UVA122,二叉树的建立)
BackgroundTreesarefundamentalinmanybranchesofcomputerscience.Currentstate-of-theartparallelcomputerssuchasThinkingMachines'CM-5arebasedon fattrees.Quad-andoctal-treesarefundamentaltomany
algorithms
inco
longshanxiaoxuesheng
·
2016-03-22 17:00
计算机视觉的测试数据及源码站点
ComputerVision:
Algorithms
andApplicationsRi
jzwong
·
2016-03-22 17:00
<
> 总结
Machineleaningaddressesthequestionofhowtobuildcomputersthatimproveautomaticallythroughexperience.Conceptually,machine-learning
algorithms
can
xtydtc
·
2016-03-22 15:00
机器学习
python 下的数据结构与算法---1:让一切从无关开始
我也忘了大概多久了,好像是三周多一点,终于把DataStructureand
Algorithms
withpython以及ProblemSolvingwith
Algorithms
and DataStructures
billiepander
·
2016-03-21 22:00
上一页
87
88
89
90
91
92
93
94
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他