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
(Boolan)STL与泛型编程学习笔记(第二周)
STL整体结构STL主要由六部分组成,分别为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
)、仿函数
孙浩_9bfd
·
2017-08-28 17:35
各种导数(梯度)下降优化算法python实现
refer=intelligentunit2:Anoverviewofgradientdescentoptimization
algorithms
http://ruder.io/optimizing-g
dikar
·
2017-08-27 22:00
Disruptor__概述
互斥与可见性,写竞争是代价最高的Locks锁的代价CAS的代价Developingconcurrentprogramsusinglocksisdifficult;developinglock-free
algorithms
jiangmo
·
2017-08-27 15:57
GeekBand C++ STL与泛型编程 第二周学习笔记
StandardTemplateLibrary2017年8月17日9:30推荐阅读
Algorithms
+DataStructures=Programs1976wirttenbyNiklasuWirthPascal
淡定若然
·
2017-08-25 11:36
JavaScript 排序算法图解(JavaScript sorting
algorithms
)
基础构造函数以下几种排序算法做为方法放在构造函数里。functionArrayList(){vararray=[];//交换位置varswap=function(index1,index2){varaux=array[index1];array[index1]=array[index2];array[index2]=aux;}this.insert=function(item){array.pus
Givebest
·
2017-08-21 00:00
javascript
Uninformed search Python实现【译】
译自Uninformedsearch
algorithms
inPython版权所有,如需转载,请联系译者图的搜索可以分为uninformed搜索和informed搜索,两者的区别是前者是的搜索是盲目的,它不知道目标节点在哪
fireflow
·
2017-08-20 00:00
算法
[LeetCode] 137. Single Number II (位操作)
DescriptionGivenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithout
zxzhang
·
2017-08-19 17:00
An overview of gradient descent optimization
algorithms
解读
文章主要内容:本文旨在为读者提供不同算法的原理以及效果的直观展示,并希望读者能够在实际问题中更合理地选用梯度下降法。文章结构:1.简介:梯度下降法2.随机梯度下降法3.随机梯度下降的问题与挑战4.随机梯度下降的优化算法(主要内容)5.并行与分布式架构6.随机梯度下降的其他优化方法正文1梯度下降法如果J(θ)是一个多元函数,在θ0点附近对J(θ)做线性逼近J(θ0+△0)=J(θ0)+△Tθ⋅∇J(
Ce1estial
·
2017-08-17 15:05
[LeetCode] 136. Single Number(位操作)
传送门DescriptionGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zxzhang
·
2017-08-15 00:00
leetcode136. Single Number
题目要求Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
raledong
·
2017-08-15 00:00
leetcode
java
hashset
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
上一页
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
其他