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:
topcoder arena 插件配置
module=MyHome]左边:Competitions->
Algorithms
->SingleMatchRoundsLaunchArena->LoadCompetitionArena下载插件[地址:
榴莲泡芙2018
·
2020-06-27 09:18
算法入门
optimizer个人总结
optimizer=SGD+LearningRatescheduler机器之心:Adagrad&优化器发展历程Paper:Anoverviewofgradientdescentoptimization
algorithms
cuixuange
·
2020-06-27 08:33
遗传算法优化BP神经网络
遗传算法原理遗传算法(Genetic
Algorithms
)是1962年由美国Michigan大学Holland教授提出的模拟自然界遗传机制和生物进化论而形成的一种并行随机搜索最优化方法。
wly2014
·
2020-06-27 08:50
算法
Single Number II解题报告
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutus
黑山老水
·
2020-06-27 08:05
计算机视觉/机器学习/深度学习 经典书籍整理
PatternRecognitionandMachineLearning.PDFMachineLearning:AProbabilisticProspective.PDF统计学习方法-李航PDF2.计算机视觉ComputerVision:
Algorithms
andApplications.PDF3
MultiMediaGroup_USTC
·
2020-06-27 08:52
教材
目标检测(Object Detection)入门概要
ObjectionDetectionTasksMethods
Algorithms
RegionProposalSelectiveSearchEdgeBoxesR-CNNSPP-NetFastR-CNNFasterR-CNNSSDYOLOreferences
hyfine_
·
2020-06-27 05:48
论文研读
C++ STL之stack栈容器
2)核心组建包括:容器(Containers)、算法(
Algorithms
)、迭代器(Iterators)。二、Stack栈容器:1)容器适配器,遵循先进后出(FILO)数据结构。
陌生的童话城堡
·
2020-06-27 05:17
C++算法
双目三维重建突然想保存的博客链接
推荐两个微信公众号:计算机视觉life、CVer所有期刊、会议文章下载链接均不贴出arxiv都有,只做标记这里有一个大家必看的PPT:Mattoccia-2012-StereoVision
Algorithms
andApplicationsUniversityofBologna
Frankenstein_Quasimo
·
2020-06-27 05:42
学习笔记
深度学习三维重建
立体匹配
Python 小技巧:for 循环后面接 else 语句
一、引言我在学习《Python
Algorithms
2nd》的时候,在第18页看到了这样一段代码:defsort_w_check(seq):n=len(seq)foriinrange(n-1):ifseq
曾经去过跨越一个小时的地方
·
2020-06-27 05:48
python
Python 小技巧:快速生成初始化二维数组
一、引言这是我在学习《Python
Algorithms
2nd》第29页时候看到的代码:N=[[0]*10foriinrange(10)]按照作者的说法,上述代码会生成一个初始化全部元素值为0的二维数组。
曾经去过跨越一个小时的地方
·
2020-06-27 05:48
python
语义漂移
参考文献KomachiM,KudoT,ShimboM,etal.Graph-basedAnalysisofSemanticDriftinEspresso-likeBootstrapping
Algorithms
长弓Smile
·
2020-06-27 04:58
信息抽取与问答系统
NIPS 2018 paper list(论文列表)
Efficient
Algorithms
forNon-convexIsotonicRegressionthroughSubmodularOptimizationFrancisBachStructure-AwareConvolutionalNeuralNetworksJianlongChang
TensorSense
·
2020-06-27 02:47
deep-learning
梯度下降常见算法 BGD, SGD, MBGD 简介
参考文献Anoverviewofgradientdescentoptimization
algorithms
梯度下降GD(GradientDescent)梯度方向是函数变化率最大的方向,是函数增长最快的方向
嘘二
·
2020-06-27 00:00
有价值的github项目
OpenMachineLearningCourse2、100-Days-of-ML-Code3、python-100-days4、git-flight-rules关于git的教程5、first-contribute6、The
Algorithms
python
牛andmore牛
·
2020-06-27 00:25
杂项
kafka在zookeeper中对应目录
ZookeeperDirectoriesThefollowinggivesthezookeeperstructuresand
algorithms
usedforco-ordinationbetweenconsumersandbrokers.NotationWhenanelementinapathisdenoted
技术蚂蚁
·
2020-06-27 00:18
Kafka
Zookeeper
gossip协议介绍
Gossipprotocol最早是在1987年发表在ACM上的论文《Epidemic
Algorithms
forReplicatedDataba
OshynSong
·
2020-06-26 22:51
Algorithm
【搞搞算法】用遗传算法解决多目标规划问题_论文阅读笔记
其中一篇《Multi-objectiveoptimizationusinggenetic
algorithms
:Atutorial
guihua_wulipcy
·
2020-06-26 22:13
搞搞算法
【转载】干货 | 上手机器学习,从搞懂这十大经典算法开始
姓名:郭滋栋班级:1402019学号:13020199007作者|JamesLe原文链接|https://towardsdatascience.com/a-tour-of-the-top-10-
algorithms
-for-machine-learning-newbies-dde4edffae11
Guo007
·
2020-06-26 21:16
有向图与无向图判断有环
最近开始认真学习算法,用的是Sedgewick的《
Algorithms
》.很多内容都与数据结构相同,不同的是对算法的内容更多的讲解.我会经常记录自己学习算法时遇到的困难和如何解决困难.在学习拓扑排序的时候遇到了判断存在环的问题
turingwy
·
2020-06-26 20:02
Algorithms
字符串匹配的KMP算法+PHP实现
2.概述[来自维基百科]字符串搜索算法字符串搜索算法(Stringsearching
algorithms
)又称字符串比对算法(stringmatching
algorithms
)是一种搜索算法,是字符串算法中的一类
10xjzheng
·
2020-06-26 19:04
LZO压缩算法
isalosslessdatacompressionalgorithmthatisfocusedondecompressionspeed.TheLZOlibraryimplementsanumberof
algorithms
withthefollowingcharacteristics
taolinke
·
2020-06-26 18:14
杂
算法
compression
literals
dictionary
library
algorithm
C++中的容器类详解
容器类STL(StandardTemplateLibrary)的六大组件:容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
乌托邦2号
·
2020-06-26 17:16
linuxC/C++编程
HEVC 编解码资源
入门EncoderDescription适合入门RecommendationH.265pdf2016-12-22标准文档,适合:提高;解码HighEfficiencyVideoCoding(HEVC):
Algorithms
andArchitecturesVivienneSze
叶广明_微信ye_guangming
·
2020-06-26 17:53
HEVC/H265
梯度下降优化算法的概述:SGD,Momentum,AdaGrad,RMSProp,Adam
最近有用到Adam优化器寻思了解下,找了些博客看看,大多是对比及几个的优劣,看不太懂,于是看了SebastianRuder的Anoverviewofgradientdescentoptimization
algorithms
友适之
·
2020-06-26 17:41
优化方法总结:SGD
Momentum
AdaGrad
RMSProp
加密算法名称、OID与URI对应表
Cryptographic
Algorithms
RegistrationProceduresFirstComeFirstServedReference[RFC5698]NameOID/URIReferencersaEncryption1.2.840.113549.1.1.1
swordfly369
·
2020-06-26 16:54
加密
加密
mean shift 图像分割 (一)
]meanshift,非常好的ppt,百度文库链接[3]PatternRecognitionandMachineLearning,Bishop,2006,Sec2.5[4]ComputerVision
Algorithms
a
TTransposition
·
2020-06-26 13:16
图像分割
mean
shift
OpenCV
图像分割
computer
vision
OpenSSL 修复可导致 DoS攻击的高危漏洞
安全公告指出,“因对‘signature_
algorithms
_cert’TLS扩展的错误处理而引发的空解指针引用,会导致在TLS1.3握手
奇安信代码卫士
·
2020-06-26 13:03
Codeforces Round #352 (Div. 2)
A.SummerCamptimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputEveryyear,hundredsofpeoplecometosummercamps,theylearnnew
algorithms
andsolvehardproblems.Thisisyour
slime_kirito
·
2020-06-26 13:40
Codeforces
Unable to negotiate with legacyhost: no matching key exchange method found.
OpenSSHimplementsallofthecryptographic
algorithms
neededforcompatibilitywithstandards-compliantSSHimplementations
skyghost_s
·
2020-06-26 12:22
openssh
嵌入式 OpenSSL 常用函数——SSL/TLS编程
主要函数1、初始化SSL算法库函数IntSSL_Library_init(void);#defineOpenSSL_add_ssl_
algorithms
()SSL_Library_init()#defineSSLeasy_add_ssl_
algorithms
skdkjzz
·
2020-06-26 12:08
嵌入式
JAVA八大排序算法
最近面试招人,感觉自己的智商秀逗了,强化训练,强化原理记忆,跑通多种思路不混乱https://github.com/singgel/eight-sorting-
algorithms
选择排序---直接选择排序选择排序包括两种
阿拉斯加大闸蟹
·
2020-06-26 12:47
java
ssm项目实现用户登陆持久化——token
创建JWT工具类用于创建token和解析tokenimportcom.auth0.jwt.JWT;importcom.auth0.jwt.JWTVerifier;importcom.auth0.jwt.
algorithms
.Algorithm
郝你个建强
·
2020-06-26 12:23
Util
Cousera 公开课Princeton
Algorithms
Part 1笔记:Union-Find
1.DynamicConnectivity首先介绍了基本的关于dynamicconnectivity的概念两个操作:unioncommand的作用是连接两个对象。findquery是检查是否两个对象连通然后说明连接是一个等价关系(抽象代数中有具体的定义和延伸)提到了connectedcomponents:数量最多的那组相互连通的对象组成的集合定义了一个unionfind数据结构以下是API2.Qu
MrPickles
·
2020-06-26 12:24
三向切分快速排序(Java实现)
封装成类:packagecom.roc.
algorithms
.sort;/***三向切分快速排序*适合有较多重复元素的排序算法**@authorimroc*/publicclassThreeWayQuickSort
imroc
·
2020-06-26 10:07
Google 技术论文集
BelowisapartiallistofpaperswrittenbypeopleatGoogle,organizedbycategory.
Algorithms
AchievingAnonymityviaClusteringinaMetricSpace
shunkai_fu
·
2020-06-26 10:19
基于Java实现LeetCode算法汇总(持续更新)
Imakeaplan,exercisingalgorithmeveryday.Sothisrepositoryisusedforstoringalgorithmprograms,whichincludeLeetCode
algorithms
and
sjll
·
2020-06-26 09:23
Java基础
CGAL window 10安装、Demo使用步骤以及问题解决记录
由于需要进行三维数据优化,提高显示性能,初步计划使用CGAL(TheComputationalGeometry
Algorithms
Library,计算几何算法库)优化,开发环境定在了win10,且使用vs2015
shenyi0_0
·
2020-06-26 09:03
CGAL
LeetCode 问题汇总(算法,难度,频率)
IdQuestionDifficultyFrequencyDataStructures
Algorithms
1TwoSum25array+setsort+twopointers2AddTwoNumbers34linkedlisttwopointers
Mavs
·
2020-06-26 07:19
Leetcode
RIP的基本原理与实现
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),度量基于跳数,16跳为网络不可达。RIP应用于OSI网络七层模型的网络层。管理距离(AD)优先级是120。
santt
·
2020-06-26 07:47
Shadow Map 原理和改进
参考1、CommonTechniquestoImproveShadowDepthMaps2、Tutorial16:Shadowmapping3、ShadowMapping4、ShadowMapping
Algorithms
5
ronintao
·
2020-06-26 06:49
Unity
unity
render
序《计算机程序构造与解释 中文版》
^_&程序员应该追求好的算法和惯用法
algorithms
andidioms两种古老的语言,至今还在使用lisp:人工智能fortran科学和工程制造IEEEschema标准IEEE1990前言在不同的用途中
落叶大人
·
2020-06-26 05:32
常见十大(内部)排序算法 - Sorting
Algorithms
C++
基本概念内部和外部排序内部排序在这里指的是只用到了电脑内存而不使用外存的排序方式。相对的,外部排序就是同时动用了电脑内存和外存的排序方式。本文在这里只讨论内部排序。分类比较和非比较排序比较在这里指的是需要比较两个元素的大小(前后)才能进行的排序。难道有排序算法不需要比较吗?的确有,但是不多。常见的有三种:计数排序,桶排序,基数排序。它们用统计的方法规避了比较,详细的可查看之后讲到的这些算法。转换每
real_lisa
·
2020-06-26 05:36
Algorithms
值得一看的网络课程推荐(不限于计算机科学)
Algorithms
,PartI:Union-Find,Analysisof
Algorithms
,StacksandQueu
quguang1011
·
2020-06-26 04:30
网络课程
教程
leetcode_268. Missing Number 找0-n个数中缺失的数字
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimple
你猜_哈哈
·
2020-06-26 04:10
策略模式
Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
狐尼克朱迪
·
2020-06-26 02:54
侯捷 STL
StandardLibrary(标准库)vs.StandardTemplateLibrary(标准模板库)2.2STL体系结构基础六大部件:容器(Container)分配器(Allocators)算法(
Algorithms
面朝大海 & 春暖花开
·
2020-06-26 02:38
数论基础:模奇素数的二次剩余 (2)
Adleman-Manders-Millersquarerootextractionmethodpython实现求解模奇素数的二次同余方程Cipolla-LehmerandTonelli-Shanks
algorithms
随缘懂点密码学
·
2020-06-26 00:34
#
数论知识和相关算法
网络基础之动、静态路由
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。这种协议的路由器只关心自己周围的世界,只与自己相邻的路由
有敬无畏乐以忘忧
·
2020-06-25 23:55
课堂笔记
网络基础
[LeetCode 128] Longest Consecutive Sequence (Medium)
Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.ClarificationYour
algorithms
houldruninO
蓝眼睛灰
·
2020-06-25 23:00
Shared memory parallelization of data mining
algorithms
: techniques, programming interface and performance
1.Abstractfocuson数据挖掘任务的并行共享内存贡献1:并行策略(fullreplication,buffering,fulllocking,fixedlocking,grouplocking,optimizedfulllocking)贡献2:编程接口(reductionobject)贡献3:性能测试(aprioriassociationmining,k-meansclustering
世间五彩我执纯白
·
2020-06-25 23:03
上一页
56
57
58
59
60
61
62
63
下一页
按字母分类:
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
其他