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
leetcode137. Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextra
raledong
·
2017-08-15 00:00
leetcode
java
深度学习论文和开源代码
AwesomeSemanticSegmentationhttps://github.com/mrgloom/awesome-semantic-segmentationSemanticSegmentation
Algorithms
ImplementedinPyTorchhttps
老司机的诗和远方
·
2017-08-12 10:55
深度学习
ML&CV
shape. Shape Distance and Matching 形状距离与匹配
Themodulecontains
algorithms
thatembedanotionofshapedistance.These
algorithms
maybeusedforshapematchingandretrieval
会思考的鱼
·
2017-08-09 11:26
opencv
图像处理学习笔记
图像匹配
图像分析
128. Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
Jeanz
·
2017-08-08 02:56
Go语言(golang)开源项目大全
Astronomygonova-Awrapperforlibnova--CelestialMechanics,AstrometryandAstrodynamicsLibrarymeeus-Implementationof"Astronomical
Algorithms
"byJeanMeeusnovas-InterfacetotheNavalObservatoryVectorAstrometrySof
JumboWu
·
2017-08-02 11:05
chapter2 of OReilly.Hands-On.Machine.Learning.with.Scikit-Learn.and.TensorFlow
Lookatthebigpicture.2.Getthedata.3.Discoverandvisualizethedatatogaininsights.4.PreparethedataforMachineLearning
algorithms
akon_wang_hkbu
·
2017-08-02 09:30
hands-on
Machine
learning
读书笔记
《
Algorithms
》算法第四版相关学习文章及代码。
代码Git路径:https://github.com/fengjw1/
Algorithms
.gitrefertoblog:https://github.com/aistrate/
Algorithms
Sedgewick
hacker_crazy
·
2017-07-31 15:34
《Algorithms》第四版
深度学习之循环神经网络算法
ATourofRecurrentNeuralNetwork
Algorithms
forDeepLearningRecurrentneuralnetworks,orRNNs,areatypeofartificialneuralnetworkthataddadditionalweightstothenetworktocreatecyclesinthenetworkgraphinanefforttomai
wanglei1006
·
2017-07-29 18:32
深度学习
简单快速理解算法--快速排序
packagecn.exercise.
algorithms
Test;publicclassQuickSort2{publicstaticvoidqsort_asc(intsource[],intlow,
Fighting_Boss_Hao
·
2017-07-28 12:49
算法的学习
梯度下降优化算法综述
blog.csdn.net/heyongluoyao8/article/details/52478715梯度下降优化算法综述 该文翻译自Anoverviewofgradientdescentoptimization
algorithms
-牧野-
·
2017-07-27 22:15
深度学习
计算机编程学习之路好书推荐【转】
文章目录【推荐的原则】【计算机基础】【计算机网络】【数学(Mathematics)】【数据结构&算法(DataStructures&
Algorithms
)】【数据库(DataBase)】【操作系统(OperatingSystem
时光荏苒心依旧
·
2017-07-27 14:26
编程
简单实现的观察者模式
packagecn.exercise.
algorithms
Test;importjava.util.ArrayList;publicclassObservable{//被观察者接口interfaceSubject
Fighting_Boss_Hao
·
2017-07-25 11:04
设计模式
机器学习工程师应当掌握的四大算法,你学会了吗?
原文:4
algorithms
machinelearningengineersshouldknow作者:Allerin翻译:聂震坤审校:苏宓机器学习在过去几年取得了惊人的进步。
机智的小米米
·
2017-07-19 13:04
机器学习相关书籍
StephenBoyd《机器学习》周志华《机器学习实战》ShaiShalev-ShwartzandShaiBen-David.UnderstandingMachineLearning:FromTheoryto
Algorithms
.CambridgeUniversityPress.Bradl
iCGY96
·
2017-07-18 18:51
机器学习
带花树算法--一般图最大匹配
这篇blog就不讲述任何关于算法正确性的证明吧(也许以后会有兴趣翻译原论文:Efficient
Algorithms
forFindingMaximalMatchinginGraphs,不过现在肯定是懒了。
CRZbulabula
·
2017-07-15 16:10
网络流
带花树
leetcode 41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
raledong
·
2017-07-14 00:00
leetcode
java
数组
Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemo
迷上微笑
·
2017-07-07 18:59
leetcode
25 个你需要知道的人工智能术语
A算法(
Algorithms
):一组用于人工智能、神经网络或其他机器的规则或指令,以帮助它自己学习;分类、聚类、推荐和回归是四种最常见的类型。人工智能(Artificialintelligence):
「已注销」
·
2017-07-06 11:10
人工智能
术语
《算法》2.1-初级排序算法
1.基本规则排序类算法模板publicclassExample{publicstaticvoidsort(Comparable[]a){/*See
Algorithms
2.1,2.2,2.3,2.4,2.5
不会code的程序猿
·
2017-07-05 09:02
Reading Notes For Python Cookbook - Chapter 1 Data Structures and
Algorithms
PythonCookbook-RecipesformasteringPython3-3rdEditionChapter1DataStructuresand
Algorithms
1.1.UnpackingaSequenceintoSeparateVariablesProblemYouhaveanN-elementtupleorsequencethatyouwouldliketounpackintoac
势从千里奔
·
2017-06-29 19:10
排序算法学习笔记(sorting
algorithms
)
stdlib.jar里的,大家可以点这里去官网下载如果发生导入jar包后无法引用的情况,参考网页最下面的Q&A点击下载stdlib-package.jar再导入就行了排序算法模板(templateforsorting
algorithms
bw_yyziq
·
2017-06-28 21:56
算法-第四版
排序算法分析
算法课十七周 Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity
不折腾就闹心
·
2017-06-23 16:51
算法
算法设计与分析(17)-- Swap Nodes in Pairs(难度:Medium)
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youm
alexlau8
·
2017-06-22 11:04
算法设计作业
非负矩阵分解(NMF)论文笔记(1)
NMF经典论文:
Algorithms
forNon-negativeMatrixFactorization(NIPS,2001),此文主讲算法细节偏理论。(话说怎么去掉图片默认水印,有点影响视觉效果。)
Bear_Kai
·
2017-06-20 15:36
机器学习
1. PHP7 数据结构与算法之前言
Datastructuresand
algorithms
areanintegralpartofsoftwareapplicationdevelopment.数据结构与算法在软件程序开发中一个完整的章节。
苏近之2017
·
2017-06-15 16:20
记录一下有用的文章
:从零直达WGAN-GPNotesontheCramerGAN演讲|今日头条AI技术沙龙马毅:低维模型与深度模型的殊途同归Anoverviewofgradientdescentoptimization
algorithms
Hungryof
·
2017-06-12 09:27
Deep
Learning
修复Openssh漏洞:SSH Weak Ciphers And Mac
Algorithms
Supported
我扫出来的漏洞报告中只有:SSHWeakMac
Algorithms
Supported,在找修复的方法的时候找到了这篇文章,除了弱MAC之外还提到了弱Ciphers,所以就顺便把另一个也解决了。
JeremyYu66
·
2017-06-11 03:14
linux
openssh
ssh
漏洞
深度学习常用数据集
blog.csdn.net/garfielder007/article/details/50775269DatasetsThesedatasetscanbeusedforbenchmarkingdeeplearning
algorithms
若即若离ing
·
2017-06-09 16:09
深度学习
dataset
[LeetCode] 136.SingleNumber 和 137.SingleNumber II 和540.Single Element In a Sorted Array
136SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
不不与
·
2017-06-07 10:50
路径规划算法初步认识
上面那个论文把uav的路径规划分为以下5类:sampling-based
algorithms
node-based
algorithms
mathematicalmodelbased
algorithms
Bio-inspired
algorithms
multi-fusionbased
algorithms
zsdnr
·
2017-06-06 14:31
sp
6.6笔记
AReviewonImageSegmentationClustering
Algorithms
聚类算法:kmeans、fuzzyc-means、EM(ExpectationMaximizationAlgorithm
小小de文字
·
2017-06-06 09:19
路径规划算法初步认识
资料AliteraturereviewofUAV3Dpathplanning上面那个论文把uav的路径规划分为以下5类:sampling-based
algorithms
node-based
algorithms
mathematicalmodelbased
algorithms
Bio-inspired
algorithms
multi-fusionbased
algorithms
逍遥客33
·
2017-06-04 23:00
Grokking
Algorithms
算法图解 一本基于Python的算法科普读本
Grokking
Algorithms
算法图解是由美国软件工程师AdityaBhargava写的一本算法科普读物,由图灵教育引进,组织翻译之后17年三月份正式出版,目前来说知名度还不是很高。
xiaoyaoyao17
·
2017-06-01 10:55
Grokking
Algorithms
算法图解
读书笔记
Swap Nodes in Pairs (LeetCode Algorithm Problems)
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
YouyouPan
·
2017-05-29 16:38
leetcode
算法
编程语言
leetcode
TF/03_Linear_Regression/04_Loss_Functions_in_Linear_Regressions
LossFunctionsinLinearRegressionThechoiceoflossfunctioncansignificantlyimpacttheconvergenceofTensorFlow
algorithms
.WewillcompareandcontrastusingtheL1andL2lossfunctionsforlinearregression.L1LossTheL1loss
darren2015zdc
·
2017-05-26 09:33
tensorflow
2-3查找树
转自:http://blog.csdn.net/hk2291976/article/details/51496616作者:Vosky本系列文章主要介绍常用的算法和数据结构的知识,记录的是《
Algorithms
I
早起的虫儿灬
·
2017-05-21 16:42
数据结构与算法
犀牛软件rhinoceros的参数化设计插件草蜢grasshopper的安装
简介Fordesignerswhoareexploringnewshapesusinggenerative
algorithms
,GrasshopperisagraphicalalgorithmeditortightlyintegratedwithRhino
小木月生
·
2017-05-13 21:04
rhino
grasshopper
软件
设计
插件
rhino-GH
常用调度算法集锦
常用调度算法集锦Theusualschedule
algorithms
18Nov2014inDistributedLessthan1minuteread单资源调度算法单资源调度算法针对单一资源的调度,例如
iie_libi
·
2017-05-10 21:58
分布式消息服务
机器学习算法实验的重复次数估计
原文:EstimatetheNumberofExperimentRepeatsforStochasticMachineLearning
Algorithms
作者:JasonBrownlee编译:KK4SBB
csdn_csdn__AI
·
2017-05-04 09:14
技术书单整理
原文链接:https://yq.aliyun.com/articles/85850算法算法导论Introductionto
Algorithms
,SecondEdition,byThomasH.Cormen
weixin_33985679
·
2017-05-02 11:00
谁说前端就不需要学习数据结构了?来我们浅谈一下js的数据结构
前言
Algorithms
+DataStructures=Programs四月春光晴方好,斜风微醉不须归。北京的春,这么美,那么艳。青草联排,春花烂漫。不过,有的时候,这春风,倒是有点大出了格。
白昔月
·
2017-04-27 13:39
[LeetCode][Python]136. Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
bluescorpio
·
2017-04-21 16:35
spark.mllib源码阅读-分类算法5-GradientBoostedTrees
关于集成学习的理论知识,包括GBT和RandomForests的一些比较好的参考资料:周志华教授的"EnsembleMethods:Foundationsand
Algorithms
",系统的介绍了集成学习的理论
zbc1090549839
·
2017-04-19 15:00
spark
GBDT
decisiontree
GBT
leetCode 41.First Missing Positive (第一个丢失的正数) 解题思路和方法
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
clnchanpin
·
2017-04-18 11:00
Algorithms
, 4th Edition 配套学习网站
BOOK:
Algorithms
,4thEditionbyRobertSedgewickandKevinWayne
Algorithms
,4thEdition配套学习网站:http://algs4.cs.princeton.edu
Army9099
·
2017-04-16 09:07
Algorithms
4th
Face Landmark
Facelandmarkdetection
algorithms
:http://www.learnopencv.com/facial-landmark-detection/FacialFeatureDetectionResearchManydifferentapproacheshavebeenusedtosolvethisproblemanditisdifficulttosummarizethemi
dpstill
·
2017-04-10 15:56
Face Detection evaluation
http://www.cbsr.ia.ac.cn/faceevaluation/results.htmlPublished
algorithms
[top]No.CodeNamePublicationDescriptionDownload1ACFB.Yang
dpstill
·
2017-04-10 11:10
Java中的异或操作
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusin
Alvin_blog
·
2017-04-10 11:29
Java
驿站
集成剪枝分类算法的Bagging与Adaboost示例
Bagging(BootstrapAggregation)PruningClassificationisoneofthesimplestclassification
algorithms
.Itworksjustlikeif-then.However
止于至玄
·
2017-04-07 21:28
Machine
Learning
sklearn技巧
分桶按照取值范围均分成几个区间importpandas.core.
algorithms
asalgosimportpandasaspdbins=algos.quantile(numpy.unique(train_data
水墨小龙虾
·
2017-04-07 10:58
python
数据挖掘
上一页
79
80
81
82
83
84
85
86
下一页
按字母分类:
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
其他