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
TinySTL设计与实现
计划实现ContainersLibrary(中的一种或几种)实现
Algorithms
Lib
南friend
·
2020-06-30 01:55
C++
Install OpenCV 2.4.9 in Ubuntu 14.04, 13.10
OpenCVisthemostpopularandadvancedcodelibraryforComputerVisionrelatedapplicationstoday,spanningfrommanyverybasictasks(captureandpre-processingofimagedata)tohigh-level
algorithms
xiaojidan2011
·
2020-06-30 00:56
学习点滴
OPENCV
《awesome-AIOps》
awesome-AIOpsAwesomeAIOpsWhitePaperCourseandSlidesIndustryPracticeArticleToolsand
Algorithms
PaperDatasetUsefulWeChatOfficialAccountsWhitePaper
cx_2016
·
2020-06-30 00:00
算法设计经典书籍推荐
2.
Algorithms
算法概论短小精悍,别据一格,准经典之作。一个坏消息:同算法导论,该书没有习题答案。好消息:习题很经典,难度也适中,只需花点点时
xiaoding133
·
2020-06-30 00:14
文章
[
Algorithms
] 证明支配集问题是NP完全问题
声明:原题目出自《算法概论》,解答部分为原创Problem:InanundirectedgraphG=(V,E),wesayD⊆Visadominatingsetifeveryv∈ViseitherinDoradjacenttoatleastonememberofD.IntheDOMINATINGSETproblem,theinputisagraphandabudgetb,andtheaimist
xblog_
·
2020-06-29 23:38
系统学习编程笔记(十一)
计算机科学和Python编程导论第三讲-简单算法Lecture3-Simple
Algorithms
ProblemSet1:使用for循环打印以下内容print"Hello!"
wxw060709
·
2020-06-29 22:48
系统学习编程
迭代算法
穷举法
二分法
Newton-Raphson
计算机电子书 2019 归档
185Gitee下载Github下载SourceForge下载AComprehensiveGuidetoMachineLearning(UCBCS189)Gitee下载Github下载SourceForge下载
Algorithms
布客飞龙
·
2020-06-29 19:46
资料整理
贪心算法(Greedy
Algorithms
)
1.贪心法的设计思想贪心算法在解决问题的策略上目光短浅,只根据当前已有的信息就做出选择,而且一旦做出了选择,不管将来有什么结果,这个选择都不会改变。换言之,贪心法并不是从整体最优考虑,它所做出的选择只是在某种意义上的局部最优。贪心算法对于大部分的优化问题都能产生最优解,但不能总获得整体最优解,通常可以获得近似最优解。该算法存在问题:1).不能保证求得的最后解是最佳的;2).不能用来求最大或最小解问
winbobob
·
2020-06-29 18:10
学习笔记
算法&数据结构
贪心算法
Greedy
Algorithms
动态规划
MATLAB神经网络工具箱函数各种图的解释
NeuralNetwork该部分展示了神经网络的结构,从结构图中可以看出该网络有三个隐含层,神经元个数分别为9个、8个、7个
Algorithms
该部分展示了该网络所使用的训练算法,可以看出DataDivision
weixin_45810108
·
2020-06-29 16:04
笔记
神经网络
大数据案例分析(2)—— 特征工程概述
Featureengineeringistheprocessofusingdomainknowledgeofthedatatocreatefeaturesthatmakemachinelearning
algorithms
work
yaoqinghao
·
2020-06-29 13:57
深度学习
Sort(Ⅱ)
Nowlet’ssee2NIUBI
algorithms
.mergeSort:thinking:(1)asimplewayismerging2differentarraysintothethirdarrayhowever
HITer~wsb
·
2020-06-29 11:05
总结笔记
268. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
Jeanz
·
2020-06-29 09:24
java—各种排序算法
.归并排序MergeSort7.基数排序RadixSort8.队列排序RadixQueueSort9.堆排序HeapSort1.BubbleSortpackagecn.DataStructureAnd
Algorithms
.Ravanla.co
Ravanla
·
2020-06-29 09:37
排序方法java版
java排序算法
归并排序
堆排序
基数排序
基数队列排序
寻找只出现一次的数字
题目要求:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
冰美式
·
2020-06-29 08:11
Java编程
基于强化学习求解组合优化问题TSP
ANoteonLearning
Algorithms
forQuadraticAssignmentwithGraphNeuralNetworks:使用图神经网络解TSPOptimizationonaBudgetAReinforcementLearningApproach
三少Algorithm
·
2020-06-29 06:08
RL
[Evolutionary Algorithm] 进化算法简介
MemeticAlgorithm,MA)3.进化多目标优化算法(Multi-ObjectiveEvolutionaryAlgorithm,MOEA)4.参考文献进化算法,也被成为是演化算法(evolutionary
algorithms
和你在一起^_^
·
2020-06-29 05:14
Ĵ进化计算
Algorithms
for Hyper-Parameter Optimization译文
仅供参考论文地址:
Algorithms
forHyper-ParameterOptimization摘要图像分类基准的最新进展来自于现有技术的更好配置,而不是新的特征学习方法。
AI-huni
·
2020-06-29 03:07
GCN: Graph Convolutional Networks PGL详解
GraphConvolutionalNetwork(GCN)isapowerfulneuralnetworkdesignedformachinelearningongraphs.BasedonPGL,wereproduceGCN
algorithms
andreachthesamelevelofindicatorsasthepaperincitationnetworkbenchmarks
闫广庆
·
2020-06-29 00:36
车道检测网络论文(保持更新)
检测的过程分为:1检测,2拟合,3跟踪:具体可以参考如下综述论文:1.AdvancesinVision-BasedLaneDetection:
Algorithms
,Integration,Assessment
Johnnan002
·
2020-06-28 23:48
深度学习
Spark Summit2017上MLLIB的最新进展
ACOMPARISONOFSCIENTIFICDATAANALYTICSONSPARKANDMPIUSINGTHREECASESTUDIESExtendingSparkMachineLearning:AddingYourOwn
Algorithms
and
王佐_机器学习
·
2020-06-28 21:57
八、排序与搜索
ProblemSolvingwith
Algorithms
andDataStructuresusingPython1、冒泡排序思想:对于含有n个元素的数组来说相邻的两个元素比较,如果前面一个元素比后面一个元素大
奔向算法的喵
·
2020-06-28 21:17
深度学习入门论文集合
deeplearningcourse.SectionII:Listandhighlightofpapersyouhavestudied.Inthissection,Iseparatethepapersinto3parts-NNnetworks,
algorithms
gdtop818
·
2020-06-28 20:58
machine
learning
策略模式+元注解方式替代大量if else写法
策略模式符合“开闭原则“StrategyPattern:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminter
smileNicky
·
2020-06-28 19:00
2012总结
今年把两本数据结构(本科用的金远平版以及清华严蔚敏版)又过了一遍,复习了Sanjoy的《
algorithms
》,还把师兄推荐的李文新《程序设计导引及在线实践》给
weixin_34417183
·
2020-06-28 19:34
caltech行人检测数据集上的论文
caltech行人检测数据集上的论文地址:http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/files/
algorithms
.pdf
weixin_34392843
·
2020-06-28 18:28
Golang 数据结构:图
参考:golang-data-structure-graph前言新坑最近在校事情不多,趁着还记得就开了个新坑
algorithms
,把常用数据结构和算法总结了一下。
weixin_34392843
·
2020-06-28 18:27
ssh 报error: kex protocol error: type 30 seq 1
navicat连接数据库报查看日志sshd[1990]:error:kexprotocolerror:type30seq1[preauth]解决办法vim/etc/ssh/sshd_configKex
Algorithms
curve25519
weixin_34357962
·
2020-06-28 17:08
学习笔记之Data Science
Data_scienceDatascience,alsoknownasdata-drivenscience,isaninterdisciplinaryfieldofscientificmethods,processes,
algorithms
andsystemstoextractknowledgeo
weixin_34256074
·
2020-06-28 15:31
Python 机器学习框架 - 收藏集 - 掘金
-后端-掘金DEAPisanovelevolutionarycomputationframeworkforrapidprototypingandtestingofideas.Itseekstomake
algorithms
explici
weixin_34233856
·
2020-06-28 14:54
Autonomous Networks Research Group of University of Southern California
anrg.usc.edu/www/index.php/Main_PageManyofourkeyresultsinrecentyearshavepertainedtothedesignandanalysisof
algorithms
fornext-generationwirelesssensornetworks.Thesenetworksareenvisionedtobeunatten
weixin_34192816
·
2020-06-28 13:10
ECS ssh无法登陆,提示fatal: No supported key exchange
algorithms
[preauth]
SSH无法登陆,通过管理终端登陆,查看/var/log/secure日志提示fatal:Nosupportedkeyexchange
algorithms
[preauth]导致该问题的根源是,sshd守护进程不能加载到正确的
weixin_34179968
·
2020-06-28 12:54
Uva 11078 Open Credit System
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)::Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
weixin_34128411
·
2020-06-28 11:15
计算机图形学知识综述
ComputerGraphicsGoalsinDetailIntroducebasicconceptsofcomputergraphicsDescribethe3DgraphicrepresentationflowincurrentPCDescribesomefundamental
algorithms
usedincomputergraphicsIntroducethecomputerg
weixin_34123613
·
2020-06-28 11:08
算法系列教程01 - 开篇
因为最近刚看完《
Algorithms
,4thEdition》这本经典算法书(电子书,中英版网上都有下载),有了些新收获,觉得那些零散的知识点和经验有必要也值得花时间好好整理一下。
weixin_34116110
·
2020-06-28 11:28
STL源码阅读(一)
STL源码阅读(一)(SGISTLv3.3)STL提供六大组件:容器(containers),算法(
algorithms
),迭代器(iterators),仿函数(functors),适配器(adapters
SimminonGarcia
·
2020-06-28 10:51
Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
weixin_34038652
·
2020-06-28 10:11
并查集算法 -
Algorithms
, Part I, week 1 UNION-FIND
链接:
Algorithms
,PartI
Algorithms
,PartII《算法》第四版:testbook链接(英文):https://algs4.cs.princeton.ed...主要内
weixin_34021089
·
2020-06-28 09:18
独家 | 一文读懂集成学习(附学习资源)
集成算法(Ensemble
Algorithms
)综述严格意义上来说,这不算是一种机器学习算法,而更像是一种优化手段或者策略,它通常是结合多个简单的弱机器学习算法,去做更可靠的决策。
weixin_34007906
·
2020-06-28 09:39
斯坦福CS课程列表
IntroductiontoComputingPrinciples.3-5Units.Introducestheessentialideasofcomputing:datarepresentation,
algorithms
sas???
·
2020-06-28 07:27
本周学习小结(11/03 - 17/03)
学习笔记之ProblemSolvingwith
Algorithms
andDataStructuresusingPython-浩然119-博客园https://www.cnblogs.com/pegasus923
weixin_33895516
·
2020-06-28 07:00
A brief introduction to Hashing and Rehashing
地址:http://www.drdobbs.com/database/hashing-rehashed/184409859正文:Hashing
algorithms
occupyauniqueplaceintheheartsofprogrammers.Discoveredearlyo
weixin_33894640
·
2020-06-28 07:13
41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
Al73r
·
2020-06-28 06:24
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
weixin_33834910
·
2020-06-28 06:03
牛课网
1、《
Algorithms
》一本很经典的算法书
Algorithms
(中文翻译的书名叫算法概论)**2、刘汝佳的《算法竞赛入门经典(
狼之独步
·
2020-06-28 05:28
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
weixin_33779515
·
2020-06-28 05:19
我的算法学习之路
原文链接:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida这篇文章讲了什么?我这些年学习数据结构和算法的总结。一些不错的
weixin_33749242
·
2020-06-28 04:50
Python著名的lib和开发框架(均为转载)
awesome-pythonAwesomePythonAcuratedlistofawesomePythonframeworks,libraries,softwareandresources.Inspiredbyawesome-php.AwesomePythonAdminPanels
Algorithms
andDesignPatternsAnt
weixin_33743248
·
2020-06-28 04:14
STL"源码"剖析-重点知识总结
算法(
algorithms
):各种常
weixin_33696106
·
2020-06-28 03:24
编程艺术第十六~第二十章:全排列/跳台阶/奇偶调序,及一致性hash算法
故常常关注个人所建的
Algorithms
1-14群内朋友关于笔试,面试,宣讲会,offer,薪资的讨论以及在群内发布的各种笔/面试题,常感言道:咱们这群人之前
weixin_33670713
·
2020-06-28 03:48
Coursera
Algorithms
week3 快速排序 练习测验: Selection in two sorted arrays(从两个有序数组中寻找第K大元素)...
respectively,designanalgorithmtofindthekthlargestkey.Theorderofgrowthoftheworstcaserunningtimeofyour
algorithms
houldbelogn
weixin_30912051
·
2020-06-28 02:53
上一页
53
54
55
56
57
58
59
60
下一页
按字母分类:
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
其他