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:
2018-07-18 《Graph Attention Networks》阅读笔记
DepartmentofComputerScienceandTechnology;CentredeVisi´operComputador,UAB;MontrealInstituteforLearning
Algorithms
hzyido
·
2018-07-19 00:30
2018-07-18 《Graph Attention Networks》阅读笔记
DepartmentofComputerScienceandTechnology;CentredeVisi´operComputador,UAB;MontrealInstituteforLearning
Algorithms
hzyido
·
2018-07-19 00:30
支撑现代存储系统的算法
阅读更多原文地址:
Algorithms
BehindModernStorageSystems原文作者:AlexPetrov读优化B-Tree和写优化LSM-Tree的不同用途作者:AlexPetrov随着应用程序处理的数据量不断增长
aoyouzi
·
2018-07-18 09:00
支撑现代存储系统的算法
深度学习第一讲:梯度下降算法
主要引自:Anoverviewofgradientdescentoptimization
algorithms
梯度下降主要的三种形式:1.批梯度下降是在整个数据集上计算损失函数关于参数,然后想着梯度相反的方向更新参数
Vivianyzw
·
2018-07-17 15:30
深度学习
小白笔记-------------------------------------------------(leetcode:24. Swap Nodes in Pairs)
swapeverytwoadjacentnodesandreturnitshead.Example:Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Note:Your
algorithms
houlduseonlyconstantextraspace.Youmaynotmodifythevaluesinthelis
Aaron92
·
2018-07-16 11:10
算法设计
人体姿态估计(Human Pose Estimation)文献综述
一、研究背景维基百科对人体姿态估计的定义如下:Articulatedbodyposeestimationincomputervisionisthestudyof
algorithms
andsystemsthatrecovertheposeofanarticulatedbody
BockSong
·
2018-07-13 20:57
计算机视觉
深度学习
目标检测(Object Detection)入门概要
ObjectionDetectionTasksMethods
Algorithms
RegionProposalSelectiveSearchEdgeBoxesR-CNNSPP-NetFastR-CNNFasterR-CNNSSDYOLOreferences
hyfine_
·
2018-07-12 11:32
论文研读
SHA256 的C语言实现
SHA256的CCode代码实现主要依照的这个git仓库crypto-
algorithms
,向大家推荐,里面实现了各种加密算法。
随煜而安
·
2018-07-07 18:17
探索比特币源码
C++标准库与内核分析第三讲(六大部件源码分析)
Algorithms
如果需要知道容器的某一些性质,则iterators必须进行回答,如果iterators没办法回答,则编译器
物理小乾乾
·
2018-07-05 19:44
C++
推荐系统
GroupLens所提出的推荐系统就是目前基于用户的协同过滤推荐算法(user-basedcollaborationfiltering
algorithms
)。在此之后
Joenyye
·
2018-07-03 16:02
应用
Java并发:CAS、及CAS中ABA问题解决方案
2、非阻塞算法(nonblocking
algorithms
):一个线程的失败或者挂起不应该影响其他线程的失败或挂起的算法。(1)非阻塞算法简介:https://www.ibm
缘自天方
·
2018-07-01 16:11
技术
最长连续序列O(n)解法,Python
Leetcode上的一道习题:Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Your
algorithms
houldruninO
Chip_Wan
·
2018-06-27 16:59
最长连续序列O(n)解法,Python
Leetcode上的一道习题:Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Your
algorithms
houldruninO
Chip_Wan
·
2018-06-27 16:59
算法学习之路和程序员(技术)学习必读书籍
原文链接:http://lucida.me/blog/on-learning-
algorithms
/转算法学习之路和程序员(技术)学习必读书籍2015年05月26日09:46:56阅读数:11154我的算法学习之路原文链接
NockinOnHeavensDoor
·
2018-06-24 19:26
面试
转载大法好
一种基于边缘的模版匹配算法
www.codeproject.com/Articles/99457/Edge-Based-Template-Matching著名机器视觉软件Halcon的开发人员出版的一本书MachineVision
Algorithms
andApplications
e1ki0lp
·
2018-06-22 10:59
软件
C#
算法
一种基于边缘的模版匹配算法
www.codeproject.com/Articles/99457/Edge-Based-Template-Matching著名机器视觉软件Halcon的开发人员出版的一本书MachineVision
Algorithms
andApplications
e1ki0lp
·
2018-06-22 00:00
软件
C#
算法
Golang 数据结构:图
参考:golang-data-structure-graph前言新坑最近在校事情不多,趁着还记得就开了个新坑
algorithms
,把常用数据结构和算法总结了一下。
wuYin
·
2018-06-22 00:00
golang
数据结构
图
STL六大组建-----初始
STL六大组建:1.容器(Containers)-各种数据结构(vectorliststring等)2.算法(
Algorithms
)-基本常见算法(sortsearchcopy等)3.迭代器(Iterator
我叫平常心
·
2018-06-21 21:10
STL六大组建
C++
C
++
并行矩阵乘法——Cannon算法的原理实现以及性能评测
源码:https://github.com/Cloveryww/MPI-parallel-
algorithms
/tree/master/cannon欢迎Star!!!
Cloveryww
·
2018-06-18 23:45
parallel
algorithm
5月份GitHub上最热门的JavaScript项目
1javascript-
algorithms
https://github.com/trekhleb/javascript-
algorithms
Star16722javascript-
algorithms
IT派
·
2018-06-18 07:40
CV算法:立体照片(Stereo)
参考资料:Lecture08:IntroductiontoStereoLecture09:Stereo
Algorithms
立体视觉通过多个摄像头同时拍出来的照片算出深度投影(眼镜/摄像头是怎么拍照的)为什么需要多个摄像头
抬头挺胸才算活着
·
2018-06-15 14:00
嵌入式AES加密实现汇总
fs000x/tiny-AES-c/issues/1)2.Tiny-AESissue中汇总的较小实现https://github.com/kokke/tiny-AES-c/issues/173.crypto-
algorithms
fs000x
·
2018-06-15 11:19
增量式在线学习:对最先进的算法进行回顾和比较
翻译论文:IncrementalOn-lineLearning:AReviewandComparisonofStateoftheArt
Algorithms
作者:ViktorLosing,BarbaraHammer
木呆呆瓶子
·
2018-06-14 08:41
增量学习
网易公开课-MIT麻省理工学院《算法导论》 学习笔记(1)
网易云课堂上该课程的网站为http://open.163.com/special/opencourse/
algorithms
.html。
大羚羊
·
2018-06-12 22:13
算法
Python hashlib模块用法实例分析
常用的属性和方法:
algorithms
:列出所有加密算法('md5'
breezey
·
2018-06-12 09:53
Spark
1、Spark起源:Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines,andPeopleLab)开发通用内存并行计算框架。
BOUBOU1
·
2018-06-08 21:39
大数据与云计算
强化学习资料汇总
Algorithms
forReinforcementLearning.CsabaSzepesvári.20
Vic时代
·
2018-06-06 00:00
人工智能
几种算法比较
https://blog.csdn.net/h3243212/article/details/51345445#%E5%86%99%E5%9C%A8%E5%89%8D%E9%9D%A2几种常见排序算法标签:
algorithms
Dzq_Boyka
·
2018-06-04 10:50
算法
128. Longest Consecutive Sequence
hard,直接上题目吧:Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Your
algorithms
houldruninO
Ares-T
·
2018-06-02 14:17
c++算法
个人
光场深度估计(Light Field Depth Estimation)
Inthispost,I’llintroducesomedepthestimation
algorithms
usingLightfieldinformation.Hereissomeofthecode.研究
Vincent_Qin
·
2018-05-31 13:47
资料
光场
深度估计
Light
Field
光场
机器学习的一些算法分类
刚开始学机器学习,网络上好多算法,不知如何学习,下面是2条算法分组的方式:Thefirstisagroupingof
algorithms
bythelearningstyle.
冰水_滔
·
2018-05-31 10:08
机器学习
机器学习的一些算法分类
刚开始学机器学习,网络上好多算法,不知如何学习,下面是2条算法分组的方式:Thefirstisagroupingof
algorithms
bythelearningstyle.
冰水_滔
·
2018-05-31 10:08
机器学习
怎么科学地管理自己的时间?调度算法
《生活中的算法(
Algorithms
toliveby)》:调度算法又到了一周一死的周一早晨,面对空白的计划表,和那一大堆任务,你不由头疼起来,该怎么安排呢?
坂本龙一
·
2018-05-28 10:26
遗传算法
遗传算法(Genetic
Algorithms
,GA)是一种随机优化算法,用于解决结构复杂的优化问题。遗传算法模仿自然界中生物的进化过程,即适者生存,不适者淘汰的过程。
MSTK
·
2018-05-27 12:00
[卷积神经网络]课程:Detection
algorithms
习题解析
这是>课程第三周的习题,一共10道。解答:因为图片中包含了car这个分类的物体,所以选项4和5首先排除。只要注意bx、by只的是检测对象中心点的坐标,而且按照惯例左上是(0,0),右下是(1,1),不难确定答案是选项1。解答:图片中没有汽车,所以Pc的值应该为0,其它的值都不需关心,所以答案是选项4。解答:这个题目有点混淆视听,第一次我就选择了选项3:Logisticunit,bx,by,bh(s
云水木石
·
2018-05-26 12:35
0.人工智能
算法(第四版)习题答案与Intellij IDEA算法环境配置
以下是本人上传到GitHub上的正文及习题的代码,部分代码有详细注释,部分答案参考了其他几位大神的答案并根据自己的理解加上了注释或有一点修改:https://github.com/hackeryang/
Algorithms
-Fourth-Edition-Exercises
书忆江南
·
2018-05-22 15:53
算法与数据结构
阅读笔记(全覆盖路径规划算法):The path planning of cleaner robot for coverage region using Genetic
Algorithms
论文下载:点击打开链接环境模型(seefigure1):1.1.环境被描述为圆形为了方便描述机器人的移动1.2.默认圆形半径和机器人半径一样1.3.每个圆形可以表示有障碍或无1.4.每个圆形有八个相邻圆1.5.连接线R_ij表示距离1.6.每个圆有它自己到号码,一一对于机器人到每一运动。算法细节:2.1.概述:2.1.1.由遗传算法启发,解决optimization的问题。2.1.2.全局规划被分
有梦想的田园犬
·
2018-05-19 18:54
全覆盖路径规划算法
【机器学习】机器学习解释:算法是你的朋友
原文:https://blog.dataiku.com/machine-learning-explained-
algorithms
-are-your-friend我们近来常常听到术语“机器学习”,通常是在预测分析和人工智能的背景下
ChenVast
·
2018-05-19 15:34
机器学习
简介
Machine
Learning
机器学习算法理论与实战
【机器学习】机器学习解释:算法是你的朋友
原文:https://blog.dataiku.com/machine-learning-explained-
algorithms
-are-your-friend我们近来常常听到术语“机器学习”,通常是在预测分析和人工智能的背景下
ChenVast
·
2018-05-19 15:34
Machine
Learning
机器学习算法理论与实战
目标检测算法评估
本文是对论文《Objectcount/AreaGraphsfortheEvaluationofObjectDetectionandSegmentation
Algorithms
》的部分理解翻译,用于学习对文本检测算法的评估
attitude_yu
·
2018-05-17 22:14
计算机视觉
常用查找算法与数据结构实现、适用场景及优缺点(Java)
本笔记涉及代码:https://github.com/hackeryang/
Algorithms
-Fourth-Edition-Exercises1.二分查找算法:packageChapter1_1Text
书忆江南
·
2018-05-17 20:12
算法与数据结构
学习笔记-----《Pattern Recognition and Machine Learning》Christopher M. Bishop
随后又提到了几个术语:approximateinference
algorithms
、vari
hare101
·
2018-05-17 09:00
人工智能资料库:第59辑(20170607)
TheartofusingPre-trainedModelsinDeepLearning简介:Neuralnetworksareadifferentbreedofmodelscomparedtothesupervisedmachinelearning
algorithms
.Wh
coderpai
·
2018-05-16 22:26
人工智能
人工智能
采用遗传算法求解函数最优值
一、实验要求遗传算法(Genetic
Algorithms
,GA)是一种基于自然选择和自然遗传机制的搜索算法,它是一种有效的解决最优化问题的方法,属于一种进化算法。
like不倒翁
·
2018-05-11 21:46
算法
人工智能
java
人工智能资料库:第42辑(20170308)
【代码】MachineLearningFromScratch简介:PythonimplementationsofsomeofthefundamentalMachineLearningmodelsand
algorithms
fromscratch.Whilesomeofthematrixoperationsthatareim
coderpai
·
2018-05-10 23:35
人工智能
人工智能
用js来实现那些数据结构及算法—目录
github代码地址是https://github.com/loiane/javascript-datastructures-
algorithms
。先说下我个人对这本书的看法吧。
Zaking
·
2018-05-10 20:00
sklearn 用户手册之1.12. 多类别与多标签算法
翻译官方文档:http://scikit-learn.org/stable/modules/multiclass.html#id41.12.多类别与多标签算法Multiclassandmultilabel
algorithms
影子飞扬
·
2018-05-08 15:26
技术文章翻译
人工智能资料库:第35辑(20170217)
Thisarticleispartofaseriescalled“Hello,”.InthisserieswewillgivesomeinsightsabouthowdifferentAI
algorithms
work
coderpai
·
2018-05-08 10:49
人工智能
LeetCode-137:Single Number II (只出现一次的数字)
Givenanon-emptyarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusi
大树先生的博客
·
2018-05-07 17:29
LeetCode刷题
LeetCode
刷题
闲谈5个改变未来的人工智能技术(CV方向)
前言计算机视觉(CV)一直是目前深度学习领域最热的研究领域,其是一种交叉学科包括计算机科学(computerscience/(Graphics,
Algorithms
,Theory,Systems,Architecture
Double_V_
·
2018-05-03 20:45
深度学习
上一页
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
其他