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
希尔排序 时间复杂度 证明
ShellsortShellsortisoneoftheoldestsorting
algorithms
,namedafteritsinventorD.L.Shell(1959)[She59].Itisfast
刘鸿亮
·
2018-03-16 22:32
【algorithm】
重磅|基于深度学习的目标检测综述(一)
图像分类模型(详情见[这里](https://medium.com/comet-app/review-of-deep-learning-
algorithms
-for-image-classification
l7H9JA4
·
2018-03-16 00:00
图像骨架提取算法。细化算法
Afastparallelalgorithmforthinningdigitalpatterns”byT.Y.ZhangandC.Y.Suen.以及Parallelthinningwithtwosub-iteration
algorithms
click726
·
2018-03-15 18:11
图像
【源代码】C++实现严蔚敏数据结构所有算法(一)线性表-顺序表
头文件list.h#pragmaonce/***********************************
algorithms
.h:线性表的
Handoking
·
2018-03-13 20:36
数据结构与算法C++实现
栈——python
参考书籍:《problemsolvingwith
algorithms
anddatastructures》栈的方法:Stack(),构造方法,创建一个空栈,无参数,返回值是空栈push(value)向栈顶压入一个新数据项
Daci_xie
·
2018-03-08 20:34
数据结构
栈——python
参考书籍:《problemsolvingwith
algorithms
anddatastructures》栈的方法:Stack(),构造方法,创建一个空栈,无参数,返回值是空栈push(value)向栈顶压入一个新数据项
Daci_xie
·
2018-03-08 20:34
数据结构
Swap Nodes in Pairs(交换一对结点)
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
天天天青
·
2018-03-07 22:42
List
机器学习开源库
VLFeat-VLFeat是开源的computervision
algorithms
库,有Matlabtoolbox。C++计算机视觉
灬点点
·
2018-03-06 16:36
人工智能
TensorFlow机器学习
自适应学习率的优化算法(from goodfellow deep learning)
文章取自goodfellowdeeplearning书,位置如下:IIDeepNetworks:ModernPractices8OptimizationforTrainingDeepModels—–8.5
Algorithms
withAdaptiveLearningRates
chestnut--
·
2018-02-27 17:30
深度学习笔记
【算法竞赛入门经典】DAG上的动态规划 例题9-1 UVa1025
上的动态规划例题9-1UVa1025【算法竞赛入门经典】DAG上的动态规划例题9-1UVa1025例题UVa1025分析样例实现代码结果例题UVa1025SecretagentMariawassentto
Algorithms
Citytocarryoutanespeciallydangerousmission.Afterseveralthrillingeventswefind
企鹅崽
·
2018-02-27 09:16
【书籍】算法竞赛与入门经典
怎么过一个没有遗憾的人生?探索/利用算法
《生活中的算法(
Algorithms
toliveby)》第二章:探索/利用探索还是利用?生活中总会碰到,需要决定是探索(Explore)还是利用(Exploit)的场景。
坂本龙一
·
2018-02-19 21:17
策略模式
定义:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.意图:定义一系列的算法,把它们一个个封装起来,并且使它们可相互替换
午觉不眠Orz
·
2018-02-15 12:01
重磅独家 | 腾讯AI Lab AAAI18现场陈述论文:用随机象限性消极下降算法训练L1范数约束模型
腾讯技术工程官方号独家编译了论文《用随机象限性消极下降算法训练L1范数约束模型》(TrainingL1-RegularizedModelswithOrthant-WisePassiveDescent
Algorithms
腾讯技术工程
·
2018-02-10 00:00
八大排序算法总结与java实现
首先罗列一下常见的十大排序算法:我们讨论的这八大排序算法的实现可以参考我的Github:Sort
Algorithms
,其中也包括了排序测试模块[Test.java]和排序算法对比模块[Bench.java
MOJY_1825
·
2018-02-07 17:32
java
数据结构与算法
支持C/C++、Java、python、Matlab等语言的第三方机器学习库汇总
VLFeat-VLFeat是开源的computervision
algorithms
库,有Matlabtoolbox。C++计算机视觉OpenCV-最常用的视觉库。有C++,C,Python以及J
忍耐恒_至拙胜至巧
·
2018-02-03 11:33
学习网站
Coursera | Andrew Ng (02-week2)—改善深层神经网络:优化算法
ZJCoursera课程|deeplearning.ai|网易云课堂CSDN:http://blog.csdn.net/junjun_zhao/article/details/79239514Optimization
Algorithms
2.1Mini-batchGradientDesce
ZJ_Improve
·
2018-02-02 16:42
深度学习
吴恩达-
Notes重点总结
深度学习论文和开源代码
AwesomeSemanticSegmentationhttps://github.com/mrgloom/awesome-semantic-segmentationSemanticSegmentation
Algorithms
ImplementedinPyTorchhttps
haoji007
·
2018-01-28 20:51
【
挑战赛及数据集
】
C with STL入门详解(适合初学者)
主要有容器(containers)和算法(
algorithms
)两部分。2.CwithSTL是什么?
mMingfunnyTree
·
2018-01-27 00:00
12-策略模式
其定义如下:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
梅啉豆
·
2018-01-21 08:37
设计模式
【最佳论文】KDD最佳论文 2006-
2016FRAUDAR:BoundingGraphFraudintheFaceofCamouflageBryanHooi,CarnegieMellonUniversity;etal.2015Efficient
Algorithms
forPu
砰啪噗叽噗叽
·
2018-01-12 10:58
汉诺塔算法和背后的数据结构
如果汉诺塔的算法符合Introductionto
algorithms
这本书的观点:在计算机出现以前就有了算法,只不过计算机的出现带来了更多的算法,那么汉诺塔[1]的算法肯定不是在计算机出现之后才被发现的
刘思宁
·
2018-01-10 23:04
268. Missing Number -- Python
findtheonethatismissingfromthearray.Example1Input:[3,0,1]Output:2Example2Input:[9,6,4,2,3,5,7,0,1]Output:8Note:Your
algorithms
h
Chris_zhangrx
·
2018-01-04 21:26
leetcode
computing short discrete logarithms and factoring RSA integers
#阅读“Quantum
algorithms
forcomputingshortdiscretelogarithmsandfactoringRSAintegers”一文,对文章稍作一些我的见解本文主要讲的是用于计算短离散对数的广义算法的应用
co_nan
·
2018-01-04 10:43
用于计算短离散对数和分解RS大整数的量子算法
阅读MartinEker˚a,JohanH˚astad在17年二月份发表的Quantum
algorithms
forcomputingshortdiscretelogarithmsandfactoringRSAintegers
杨立宇20152100058
·
2018-01-02 11:05
TensorFlow迭代速度变慢的问题
最近用TensorFlow实现遗传算法(Genetic
Algorithms
),发现迭代速度越来越慢,用time.time()观察以后,发现每次迭代都要比上一次慢0.5秒左右,但是每次迭代的计算量是差不多的
MSTK
·
2017-12-30 17:00
leetcode题目例题解析(十二)
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
catik
·
2017-12-28 19:36
课程作业
一种快速卷积实现方法
本文基于论文Fast
Algorithms
forConvolutionalNeuralNetworks,并且整理了相关知识点。
B1009
·
2017-12-28 15:45
替换空格
解题思路参考别人的Python实现https://github.com/Jack-Lee-Hiter/
Algorithms
ByPython/b
跌底
·
2017-12-25 17:08
java
java
可视化的数据结构 ——各种算法动画演示
可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html很有创意的排序比较(匈牙利Sapientia大学的6种排序算法舞蹈视频
sugargx
·
2017-12-25 00:00
专业知识—算法
[Python] Python学习资料
中文手册Python进阶PythonStyleGuide|Python代码、单元测试和项目规范PythonCookbook烹饪书关于Python的好文章集锦数据结构ProblemSolvingwith
Algorithms
andDataStructuresusingPython
DexterLei
·
2017-12-24 17:27
[Python] Python学习资料
中文手册Python进阶PythonStyleGuide|Python代码、单元测试和项目规范PythonCookbook烹饪书关于Python的好文章集锦数据结构ProblemSolvingwith
Algorithms
andDataStructuresusingPython
DexterLei
·
2017-12-24 17:27
期末作业
EH17-Quantum
algorithms
forDLOGandFactorin读后总结image.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.png
杜丽怡
·
2017-12-24 12:19
An overview of gradient descent optimization
algorithms
http://ruder.io/optimizing-gradient-descent/HeapedtionTableofcontents:GradientdescentvariantsBatchgradientdescentStochasticgradientdescentMini-batchgradientdescentChallengesGradientdescentoptimization
张博208
·
2017-12-21 17:36
Deep
Learning
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,
haoning747
·
2017-12-19 00:00
java
lucene
算法
搜索引擎
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,
haoning747
·
2017-12-19 00:00
java
lucene
算法
搜索引擎
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:public Map articleSearch
Algorithms
(SearchCondition condition,
haoning747
·
2017-12-19 00:21
Lucene
java
算法
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,Inde
haoning747
·
2017-12-18 19:00
2017年深度学习优化算法最新综述
Anoverviewofgradientdescentoptimization
algorithms
这篇文章旨在提供梯度下降算法中的不同变
gzq0723
·
2017-12-18 00:00
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,Inde
haoning747
·
2017-12-18 00:00
搜索引擎
算法
lucene
java
Kotlin Design Pattern: Strategy
Thestrategypatternisusedtocreateaninterchangeablefamilyof
algorithms
fromwhichtherequiredprocessischosenatrun-time.Example1
ParanoidMarvern
·
2017-12-13 23:24
机器学习缩写词汇
machinelearning:机器学习deeplearning:深度学习imageprocessing:图像处理naturallanguageprocessing:自然语言处理
algorithms
:算法
勇敢爱
·
2017-12-12 15:04
人工智能
机器学习
Teach Yourself Programming in 10 Years
Walkintoanybookstore,andyou'llseehowtoTeachYourselfJavain24HoursalongsideendlessvariationsofferingtoteachC,SQL,Ruby,
Algorithms
三少他梦
·
2017-12-11 15:23
Cousera 公开课Princeton
Algorithms
Part1 笔记:Priority Queues and Heap Tree
1.PQ的API接口PQ的API接口关键:能够找到最大(最小)的元素,能够删除最大(最小)的元素。2.应用的例子目标:在包含M个元素的stream中求最大(最小)的k个限制:没有足够的空间一次性装下所有M个元素,因此不能对所有元素进行sort。pq的应用-求topk关键:及时排除不可能的元素3.PQ的几种实现方式PQ的几种实现方式由于sort实现会违反对存储空间的约束,因此排除这个想法。4.实现1
MrPickles
·
2017-12-11 10:40
Elon's World
1#Oneday,soonenough,we’llbeabletodownloadourbrainstoacomputer,relax,andlettheir
algorithms
takecareofeverything.
algorithms
Yancee阳
·
2017-12-10 06:47
K-近邻算法的python实现代码分享
k-近邻算法概述:所谓k-近邻算法KNN就是K-Nearestneighbors
Algorithms
的简称,它采用测量不同特征值之间的距离方法进行分类用官方的话来说,所谓K近邻算法,即是给定一个训练数据集
kekezhai
·
2017-12-09 09:23
Algorithms
- Heap
《啊哈!算法》第7章第3节,创建最小堆的Swift实现。问题把一个数组转换为最小堆,并从小到大输出。解决从最后一个非子节点开始,与它的左右子儿子比较,将最小值放到上面,循环遍历所有非子节点。//用一个一维数组存储完全二叉树varheap=[99,5,36,7,22,17,92,12,2,19,25,28,1,46]varcount=heap.count//向上(更小编号)调整,把小的值放到父节点,
su3
·
2017-12-06 04:50
笨办法学C 练习39:字符串算法
练习39:字符串算法原文:Exercise39:String
Algorithms
译者:飞龙这个练习中,我会向你展示可能是最快的字符串搜索算法之一,并且将它与bstrlib.c中现有的binstr比较。
布客飞龙
·
2017-12-03 06:01
逆序反转单链表 Python 版
例如,给定[1,5,12,22,33,45],返回[45,33,22,12,5,1]代码:classLinkedList
Algorithms
(object):def__init__(self):passdefreverse_linked_list
冬日新雨
·
2017-11-28 21:39
Python
算法
远程连接mysql数据库
Serverdoesnotsupportdiffie-hellman-group1-sha1forkeyexchange解决办法如下:1、进入/etc/ssh/sshd_config在最下面加入下面代码Kex
Algorithms
diffie-hellman
JD_peterLi
·
2017-11-27 15:42
mysql
策略模式
1.概念原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
北冥友余
·
2017-11-27 11:53
大话设计模式
上一页
76
77
78
79
80
81
82
83
下一页
按字母分类:
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
其他