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
数据挖掘十大算法之CART详解
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
白马负金羁
·
2016-11-23 11:57
数据挖掘十大算法
数据挖掘十大算法之CART详解
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
baimafujinji
·
2016-11-23 11:00
数据挖掘
Cart
机器学习
决策树
队列(FIFO)详解
算法学习书目:算法(第四版)RobertSedgewick算法视频教程:Coursera
Algorithms
Part1&2本文是根据《算法(第四版)》的个人总结,如有错误,请批评指正。
Pearl_zhen
·
2016-11-22 21:00
Shadow Map原理和改进
参考1、CommonTechniquestoImproveShadowDepthMaps2、Tutorial16:Shadowmapping3、ShadowMapping4、ShadowMapping
Algorithms
5
puppet_master
·
2016-11-22 14:19
图形学
数据挖掘十大算法之决策树详解(2)
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
baimafujinji
·
2016-11-20 15:00
数据挖掘
决策树
weka
id3
c45
数据挖掘十大算法之决策树详解(1)
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
白马负金羁
·
2016-11-20 10:32
数据挖掘
决策树
CART
C45
数据挖掘十大算法
数据挖掘十大算法之决策树详解(1)
年12月召开的IEEE数据挖掘国际会议上(ICDM,InternationalConferenceonDataMining),与会的各位专家选出了当时的十大数据挖掘算法(top10datamining
algorithms
baimafujinji
·
2016-11-20 10:00
数据挖掘
Cart
决策树
c45
我的算法学习之路
原文链接:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida关于严格来说,本文题目应该是我的数据结构和算法学习之路,但这个写法实在太绕口
江流儿Z
·
2016-11-18 12:41
swap-nodes-in-pairs
[Challenge]Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelis
奇得隆东枪
·
2016-11-15 08:11
CentOS openssh升级到openssh-7.2版本
(重要提示:当进行系统update的时候,会将sshd文件和ssh文件恢复到原来的版本,如果配置了支持jenkins相关的内容Kex
Algorithms
,会导致ssh无法启动,解决方式参考文章最后,使用不同目录安装方式
levy_cui
·
2016-11-09 15:46
LINUX
个人记录-LeetCode 24. Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
Gaugamela
·
2016-11-08 19:00
STL源码剖析--空间配置器
以下介绍的是SGISTL提供的配置器(linux的gcc)pjstlvisualc++STL六大组件1.容器(containers):各种数据结构,vector,list,deque,set,map等2.算法(
algorithms
hello_bravo_
·
2016-11-08 16:00
源码
C语言
STL
A Tour of Machine Learning
Algorithms
最近和做临床研究的大夫交流,他提出一个问题:所谓大数据分析的底层方法论是否适合用于临床研究?众所周知,临床研究目前主要采用的是流行病学的方法论,而底层基础数学理论是统计学。现在大数据分析方法中,主要部分是机器学习、模式识别等。我们知道,机器学习整合了大量统计学的方法,也有很多新的方法。但是,两个学科对于分析所要达到的目标其实预期不一样。统计学更注重逻辑的严谨性,而机器学习更看重学习的结果。那机器学
慢游
·
2016-11-04 16:08
Machine
Learning
Statistics
LeetCode_136_SingleNumber
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
水月心刀
·
2016-11-03 19:29
Algorithms
4 《算法》第四版 内容整理第一章干货
1.1基础编程模型1.1.1java程序基本结构原始数据类型:整型(int),浮点型(double),布尔型(boolean),字符型(char)语句:声明,赋值,条件,循环,调用,返回。数组静态方法:可以封装并重用代码,使我们可以用独立的模块开发程序。字符串标准输入/输出数据抽象:数据抽象封装和重用代码,使我们可以定义非原始数据类型,进而支持面向对象编程。1.1.5数组数组名表示的是整个数组——
HandyToo
·
2016-10-31 16:58
BATOffer计划
算法
求职
笔试
通俗易懂地介绍梯度下降法(以线性回归为例,配以Python示例代码)
gradient-descent-linear-regression/AnIntroductiontoGradientDescentandLinearRegressionGradientdescentisoneofthose“greatesthits”
algorithms
thatcanofferanewpers
huludan
·
2016-10-30 15:12
机器学习
Java设计模式之策略模式详解
定义如下:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
温柔狠角色
·
2016-10-25 11:05
hash table based list operation
defineDEBUG_LIST1 #ifdefDEBUG_LIST //TODOwarningremovalhere //https://www.tutorialspoint.com/data_structures_
algorithms
titer1
·
2016-10-24 21:00
How to Monitor Java Garbage Collection
Inthefirstissue UnderstandingJavaGarbageCollection wehavelearnedabouttheprocessesfordifferentGC
algorithms
wbj0110
·
2016-10-24 10:49
java
jvm
GC
How to Tune Java Garbage Collection
articleintheseriesof"BecomeaJavaGCExpert".Inthefirstissue UnderstandingJavaGarbageCollection wehavelearnedabouttheprocessesfordifferentGC
algorithms
wbj0110
·
2016-10-24 10:49
java
jvm
GC
训练神经网络的五大算法
原文:5
algorithms
totrainaneuralnetwork作者:AlbertoQuesada译者:KK4SBB责编:何永灿,关注人工智能,投稿请联系
[email protected]
或微信号289416419
csdn_csdn__AI
·
2016-10-23 22:14
LeetCode No.136 Single Number | #Operator #XOR
Q:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
wxqyppqm
·
2016-10-22 00:05
How to Monitor Java Garbage Collection
Thisisthesecondarticleintheseriesof"BecomeaJavaGCExpert".InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
wbj0110
·
2016-10-21 13:00
gc
jvm
java
How to Tune Java Garbage Collection
Thisisthethirdarticleintheseriesof"BecomeaJavaGCExpert".InthefirstissueUnderstandingJavaGarbageCollectionwehavelearnedabouttheprocessesfordifferentGC
algorithms
wbj0110
·
2016-10-21 13:00
GC
java
jvm
深入理解C++11 核心编程(二)
STL以迭代器(Iterators)和容器(Containers)为基础,是一种泛型算法(Generic
Algorithms
)库,容器的存在使这些算法有东西可以操作。
我是小居居
·
2016-10-14 16:59
常见数据结构(一)-栈,队列,堆,哈希表
常见数据结构(一)-栈,队列,堆,哈希表标签:
algorithms
[TOC]本文介绍几种常见的数据结构:栈、队列、堆、哈希表,等等。
brianway
·
2016-10-14 00:00
数据结构和算法
队列
哈希表
常见数据结构(二)-树(二叉树,红黑树,B树)
常见数据结构(二)-树(二叉树,红黑树,B树)标签:
algorithms
[TOC]本文介绍数据结构中几种常见的树:二分查找树,2-3树,红黑树,B树写在前面本文所有图片均截图自coursera上普林斯顿的课程
brianway
·
2016-10-14 00:00
数据结构和算法
二叉树
红黑树
【机器学习】Naive Bayes 朴素贝叶斯
1.基本原理和步骤NaiveBayesmethodsareasetofsupervisedlearning
algorithms
basedonapplyingBayes’theoremwiththe“naive
Emily Du
·
2016-10-10 17:07
机器学习
Lock-free vs. wait-free concurrency
Therearetwotypesof non-blockingthreadsynchronization
algorithms
-lock-free,andwait-free. https://rethinkdb.com
lobin
·
2016-10-09 21:00
A Taxonomy and Evaluation of Dense Two-Frame Stereo Correspondence
Algorithms
ATaxonomyandEvaluationofDenseTwo-FrameStereoCorrespondence
Algorithms
Abstract:本文主要提出的是稠密的、两帧图像的立体匹配方法的分类方法
小白的进阶
·
2016-10-09 11:53
立体视觉
梯度下降优化方法总结
原文地址参考并翻译自SebastianRuder博士的总结文章Anoverviewofgradientdescentoptimization
algorithms
。
BUPT_WX
·
2016-10-08 23:46
算法
Hough直线检测和圆检测
其中很多内容参照:教材《ComputerVision:
Algorithms
andApplications》,教材《LearningImageProcessingwithOpenCV》工具书《LearningOpenCV
视觉小站
·
2016-10-08 16:27
OpenCV
图像处理
计算机视觉
leetcode 136. Single Number
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
charles1e
·
2016-10-06 19:00
LeetCode
LeetCode 268. Missing Number 解题报告
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.示例Givennums=[0,1,3]return2.限制条件Your
algorithms
houldruninlinearruntimecomple
camellhf
·
2016-10-06 13:00
LeetCode
LeetCode------------single-number-ii
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
macans
·
2016-10-04 14:03
leetcode
复杂度
BinarySearch(二分查找)
//二分查找package
Algorithms
;importjava.util.Arrays;importedu.princeton.cs.algs4.In;importedu.princeton.cs.algs4
a2459956664
·
2016-10-04 14:15
算法
算法(第4版)
刷题笔记(计算机网络)
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。
超超级钢铁侠
·
2016-10-01 17:20
计算机网络
推荐两本算法书
推荐推荐两本书:Introductionto
Algorithms
(《算法导论》)
Algorithms
关于《算法导论》,全。想知道计算机需要的数学基础?书的附录部分就有。
baibaibai66
·
2016-09-28 23:15
领会
Windows下Eigen配置及测试
EigenisaC++templatelibraryforlinearalgebra:matrices,vectors,numericalsolvers,andrelated
algorithms
关于Eigen
hijack00
·
2016-09-27 09:33
Windows
Eigen
C/C++
超全的大数据术语,赶紧mark!
A聚合(Aggregation)–搜索、合并、显示数据的过程算法(
Algorithms
)–可以完成某种数据分析的数学公式分析法(Analytics)–用于发现数据的内在涵义异常检测
大圣众包平台
·
2016-09-23 11:53
IT
程序员
IT工程师
STL的6大组件
2、算法(
algorithms
):各种常用算法,如:sort、search、copy、erase。从实现的角度来看,STL算法是一种functiontemplate。3、迭代器(it
hackywit
·
2016-09-22 14:18
STL库
8-puzzle 可解性的证明 & 最优解性的证明
问题来自Coursera上Princeton所开
Algorithms
PartI第四周的作业:http://coursera.cs.princeton.edu/algs4/assignments/8puzzle.html
_Jason_ZHANG
·
2016-09-21 23:05
课程学习报告
Java
leetcode No41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your
algorithms
houldrunin
u011391629
·
2016-09-20 21:00
LeetCode
DotNet 资源大全中文版(Awesome最新版)
算法与数据结构(
Algorithms
andDatastructures)Algorithmia-Algorithmanddata-structurelibraryfor.NET3.5andup.Algorithmia
张果
·
2016-09-20 08:00
LeetCode 136. Single Number 解题报告
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.示例[1]返回1.[2,4,6,2,4]返回6.限制条件Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplem
camellhf
·
2016-09-16 11:00
LeetCode
梯度下降优化算法综述
梯度下降优化算法综述 该文翻译自Anoverviewofgradientdescentoptimization
algorithms
。
一只鸟的天空
·
2016-09-09 00:27
梯度下降
优化算法
SGD
机器学习
梯度下降算法
数据挖掘与机器学习
leetcode——Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimpl
duchy_8019
·
2016-09-09 00:13
LeetCode笔记:136. Single Number
问题:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Cloudox_
·
2016-09-07 14:00
LeetCode
深度学习(综述,2015,应用)
0.原文DeepLearning
Algorithms
withApplicationstoVideoAnalyticsforASmartCity:ASurvey1.目标检测目标检测的目标是在图像中精确定位目标的位置
DuinoDu
·
2016-09-06 08:33
读文章
深度学习(综述,2015,应用)
0.原文DeepLearning
Algorithms
withApplicationstoVideoAnalyticsforASmartCity:ASurvey1.目标检测目标检测的目标是在图像中精确定位目标的位置
DuinoDu
·
2016-09-06 08:00
算法
深度学习
上一页
81
82
83
84
85
86
87
88
下一页
按字母分类:
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
其他