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:
常用调度算法集锦
常用调度算法集锦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
谁说前端就不需要学习数据结构了?来我们浅谈一下js的数据结构
前言
Algorithms
+DataStructures=Programs四月春光晴方好,斜风微醉不须归。北京的春,这么美,那么艳。青草联排,春花烂漫。不过,有的时候,这春风,倒是有点大出了格。
白昔月
·
2017-04-27 13:39
[LeetCode][Python]136. Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
bluescorpio
·
2017-04-21 16:35
spark.mllib源码阅读-分类算法5-GradientBoostedTrees
关于集成学习的理论知识,包括GBT和RandomForests的一些比较好的参考资料:周志华教授的"EnsembleMethods:Foundationsand
Algorithms
",系统的介绍了集成学习的理论
zbc1090549839
·
2017-04-19 15:00
spark
GBDT
decisiontree
GBT
leetCode 41.First Missing Positive (第一个丢失的正数) 解题思路和方法
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
clnchanpin
·
2017-04-18 11:00
Algorithms
, 4th Edition 配套学习网站
BOOK:
Algorithms
,4thEditionbyRobertSedgewickandKevinWayne
Algorithms
,4thEdition配套学习网站:http://algs4.cs.princeton.edu
Army9099
·
2017-04-16 09:07
Algorithms
4th
Face Landmark
Facelandmarkdetection
algorithms
:http://www.learnopencv.com/facial-landmark-detection/FacialFeatureDetectionResearchManydifferentapproacheshavebeenusedtosolvethisproblemanditisdifficulttosummarizethemi
dpstill
·
2017-04-10 15:56
Face Detection evaluation
http://www.cbsr.ia.ac.cn/faceevaluation/results.htmlPublished
algorithms
[top]No.CodeNamePublicationDescriptionDownload1ACFB.Yang
dpstill
·
2017-04-10 11:10
Java中的异或操作
.SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusin
Alvin_blog
·
2017-04-10 11:29
Java
驿站
集成剪枝分类算法的Bagging与Adaboost示例
Bagging(BootstrapAggregation)PruningClassificationisoneofthesimplestclassification
algorithms
.Itworksjustlikeif-then.However
止于至玄
·
2017-04-07 21:28
Machine
Learning
sklearn技巧
分桶按照取值范围均分成几个区间importpandas.core.
algorithms
asalgosimportpandasaspdbins=algos.quantile(numpy.unique(train_data
水墨小龙虾
·
2017-04-07 10:58
python
数据挖掘
基于Problem Solving with
Algorithms
and Data Structures using Python的学习记录(5)——Sorting
5.6.排序排序是以某种顺序从集合中放置元素的过程。例如,单词列表可以按字母顺序或按长度排序。城市列表可按人口,按地区或邮政编码排序。我们已经看到了许多能够从排序列表中获益的算法(回忆之前的回文例子和二分查找)。有许多开发和分析的排序算法。表明排序是计算机科学的一个重要研究领域。对大量项进行排序可能需要大量的计算资源。与搜索一样,排序算法的效率与正在处理的项的数量有关。对于小集合,复杂的排序方法可
HeatDeath
·
2017-04-05 12:34
数据结构与算法分析
LeetCode-Easy部分中标签为Math 268. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplem
alg-flody
·
2017-04-05 08:29
算法/LeetCode
经典算法
LeetCode题目研究
MIT的《深度学习》精读(17)
Whendesigningfeaturesor
algorithms
forlearningfeatures,ourgoalisusually toseparatethefactorsofvariation
caimouse
·
2017-03-31 19:00
python
人工智能
AI
tensorflow
深度学习
基于Problem Solving with
Algorithms
and Data Structures using Python的学习记录(5)——Searching
5.1.目标能够解释和实现顺序查找和二分查找。能够解释和实现选择排序,冒泡排序,归并排序,快速排序,插入排序和shell排序。理解哈希作为搜索技术的思想。引入映射抽象数据类型。使用哈希实现Map抽象数据类型。5.2.搜索我们现在把注意力转向计算中经常出现的一些问题,即搜索和排序问题。在本节中,我们将研究搜索。我们将在本章后面的章节中介绍。搜索是在项集合中查找特定项的算法过程。搜索通常对于项是否存在
HeatDeath
·
2017-03-30 13:48
数据结构与算法分析
基于Problem Solving with
Algorithms
and Data Structures using Python的学习记录(4)——Recursion
4.1.目标本章的目标如下:要理解可能难以解决的复杂问题有一个简单的递归解决方案。学习如何递归地写出程序。理解和应用递归的三个定律。将递归理解为一种迭代形式。实现问题的递归公式化。了解计算机系统如何实现递归。4.2.什么是递归递归是一种解决问题的方法,将问题分解为更小的子问题,直到得到一个足够小的问题可以被很简单的解决。通常递归涉及函数调用自身。递归允许我们编写优雅的解决方案,解决可能很难编程的问
HeatDeath
·
2017-03-29 14:34
数据结构与算法分析
深度学习优化算法记录
1.Anoverviewofgradientdescentoptimization
algorithms
http://sebastianruder.com/optimizing-gradient-descent
upDiff
·
2017-03-27 15:38
tensorflow
MIT的《深度学习》精读(11)
Theperformanceofthesesimplemachinelearning
algorithms
dependsheavily ontherepresentationofthedatatheyaregiven.Forexample
caimouse
·
2017-03-27 10:00
python
人工智能
AI
tensorflow
深度学习
两个算法--Day5
*(Note:Your
algorithms
houldhavealinearruntimecomplexity.*Couldyouimplementitwithoutusingextramemory?)
TianTianXueXi_KEEP
·
2017-03-24 17:51
Spark笔记
ItwasdesignedtosolvewhatMRfailedtoaddress:perfissuesduetonowaytore-usedatabetweencomputations.Iterativejobs(popularinMachineLearning
algorithms
开水的杯子
·
2017-03-24 13:24
[leetcode]286. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
longma8520
·
2017-03-22 23:55
leetcode
Python数据结构与算法分析学习记录(2)——基于Problem Solving with
Algorithms
and Data Structures using Python的学习
2.1.目标了解为何算法分析的重要性能够用大“O”表示法来描述算法执行时间了解在Python列表和字典类型中通用操作用大“O”表示法表示的执行时间了解Python数据类型的具体实现对算法分析的影响了解如何对简单的Python程序进行执行时间检测2.2.什么是算法分析算法分析主要就是从计算资源的消耗的角度来评判和比较算法。我们想要分析两种算法并且指出哪种更好,主要考虑的是哪一种可以更高效地利用计算资
HeatDeath
·
2017-03-22 13:14
数据结构与算法分析
LeetCode
LeetCode刷题随手记-第一部分前256题(非会员),仅算法题,的吐槽https://leetcode.com/problemset/
algorithms
/说明刷题指南不要背题,前面的基本题型需要熟悉不要刷太多题前面的基本题型需要熟悉记模版背题很容易忘
蕾娜漢默
·
2017-03-21 20:57
Python数据结构与算法分析学习记录(1)——基于Problem Solving with
Algorithms
and Data Structures using Python的学习
1.1.目标了解计算机科学、程序设计和问题解决的基本概念;理解什么是“抽象”以及抽象在问题解决过程中的作用;理解“抽象数据类型”的概念以及在实际操作中学会运用;学习Python程序设计语言。1.2.开始学习本章接下来将主要强调两个重要的方面。第一,回顾计算机科学以及算法与数据结构的基本框架,并特别强调我们学习这些内容的原因以及理解这些内容如何帮助我们更好地解决问题。第二,了解python语言。1.
HeatDeath
·
2017-03-20 23:23
数据结构与算法分析
聚类
相关文献:-【书籍】数据挖掘概念与技术-Comparingdifferentclustering
algorithms
ontoydata
TheSnowBoy_2
·
2017-03-19 20:00
clustering
scikit
leetcode解题之268# Missing NumberJava版 (找出0~N中缺少的数字)
MissingNumberGivenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity
mine_song
·
2017-03-19 13:22
leetcode
Algorithms
- Depth First Search
《啊哈!算法》第4章第1节,深度优先搜索的Swift实现。问题输入一个数n,输出1~n的全排列解决假设有编号1、2、3张纸牌,放入1、2、3号盒子中,每个盒子都按照1、2、3的顺序依次尝试。letn=3//取值范围从1~n//下标0的位置没有使用,因此要初始化n+1项vara=[Int](repeatElement(0,count:n+1))//准备用来放数字的盒子varbook=[Int](re
su3
·
2017-03-17 20:07
268. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
西土城小羊
·
2017-03-17 13:32
optimizer优化算法总结
优化方法总结参考深度学习最全优化方法总结比较Anoverviewofgradientdescentoptimization
algorithms
目录优化方法总结SGD1Batchgradientdescent2Stochasticgradientdescent3Mini-batchgradientdescent
sherine
·
2017-03-17 00:01
deep-learning
面部变形+基于特征的图像变形+field warping-Siggraph 1992
ImageMorphing-Homework图像处理(十)基于特征线的图像变形-Siggraph1992FaceMorphingonAnimationProducing-ntu-csie2DImageMorphing
Algorithms
czl389
·
2017-03-13 10:45
图像变形
脸部变形
image-warp
图像处理与机器视觉
机器学习系列之——独立成分分析
7.ICA算法扩展描述上面介绍的内容基本上是讲义上的,与我看的另一篇《IndependentComponentAnalysis:
Algorithms
andApplications》(AapoHyvärinenandErkkiOja
tongle.Wang
·
2017-03-12 10:06
机器学习
网络流(Network Flow)
http://mindlee.com/2011/11/19/network-flow/比较好的解释,原理逐步理解http://zhangxiaoyang.me/categories/intro-to-
algorithms
-tutorial
清风予你
·
2017-03-08 22:43
算法
算法-“冒泡排序”程序模拟
作者:vuefine文献:-DataStructuresand
Algorithms
UsingC#|MichaelMcmillan平台:.NET2.0+冒泡排序排序最基础最基本的算法便是冒泡排序了,bubblesort
alg-flody
·
2017-03-07 21:11
算法/LeetCode
模拟排序算法
经典算法
LeetCode题目研究
使用matlab实现简单的遗传算法(一)
一、遗传算法简介遗传算法(Genetic
Algorithms
)是目前适用比较广泛的随机搜索和优化算法,也是众所周知的进化计算方法。
七月南归
·
2017-03-07 14:59
遗传算法
matlab
遗传算法
Preface
Coqisaformalproofmanagementsystem.Itprovidesaformallanguagetowritemathematicaldefinitions,executable
algorithms
andtheoremstogetherwithanenvironmentforsemi-interactivedevelopmentofmachine-chec
XYZ7
·
2017-03-06 15:53
英文分词算法(Porter stemmer)
Porterstemmer)主要可以实现单词原型的还原,官网http://tartarus.org/~martin/PorterStemmer/一些词汇的处理结果:http://snowball.tartarus.org/
algorithms
JOY酷酷
·
2017-03-05 18:24
NLP
如何用数学家的思维指导生活、管理时间?
最近读完了英文图书《指导生活的算法》——
Algorithms
toLiveBy:TheComputerScienceofHumanDecisions,结合万维钢的“数学家告诉你系列”解读,着实令人茅塞顿开
兔妈在美国
·
2017-03-05 09:16
Unsupervised Image-to-Image Translation Networks --- Reading Writing
htmlUnsupervisedImage-to-ImageTranslationNetworks---ReadingWriting2017.03.03Motivations:mostexistingimagetoimagetranslation
algorithms
areallneedimagep
a1424262219
·
2017-03-03 19:00
读书笔记_算法第四版(二)
个人练习代码:https://github.com/morefans/
Algorithms
FourthEdition第4章图4.1无向图l图是由一组顶点和一组能够将两个顶点相连的边组成的。
蚍蜉叹morefans
·
2017-03-01 16:27
读书笔记
数据结构和算法
算法题——Missing Number(JAVA)
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimple
ivyusing
·
2017-02-26 20:57
java
算法
算法
IT电子书
.MGH,.2010.pdfAndroid软件安全与逆向分析.pdfApacheCordova3Programming.pdfComputer.and.Machine.Vision,.Theory,.
Algorithms
阿南亮子
·
2017-02-26 11:05
电子书
Combination相关集合
packagew3ang.
algorithms
;importjava.util.ArrayList;publicclassCombination{publicstaticvoidmain(String[
dreamxiaowei
·
2017-02-22 10:58
Algorithms
Image processing Toolbox (Python)
**Labels:**ImageProcess,Python,Toolboxscikit-imagescikit-imageisacollectionof
algorithms
forimageprocessing.Itisavailablefreeofchargeandfreeofrestriction.ImageprocessinginPythonFunctions
qin7zhen
·
2017-02-21 20:16
STL标准库六大组件 关系 作用
2、算法(
Algorithms
):各种常用算法如Sort,Search,Copy,Erase,从实现的角度来看,STL算法是一种FunctionTemplates。3、迭代器(It
Aikenlan
·
2017-02-13 16:04
C++
求给定序列对应的哈夫曼树权值Huffman
packagew3ang.
algorithms
;importjava.util.TreeSet;classHuffmanNodeimplementsComparable{publicintweight;
dreamxiaowei
·
2017-02-13 14:31
Algorithms
Reservior Sampling (蓄水池抽样算法)
ReserviorSampling(蓄水池抽样算法)1.蓄水池抽样问题描述Reservoirsamplingisafamilyofrandomized
algorithms
forrandomlychoosingasampleofkitemsfromalistScontainingnitems
chouisbo
·
2017-02-13 11:35
学习
工作之后我推荐看的书籍
1.算法导论(原书第3版)/计算机科学丛书[Introductionto
Algorithms
,thirdedition]超过50万人阅读的算法圣经!
东升
·
2017-02-07 10:46
书籍推荐
Win10下查看文件哈希值
-Algorithm......分别对应文件路径和算法如:Get-Filehash-Path"C:\ProgramFiles\WindowsDefender\MSASCui.exe"-
AlgorithmS
HA1
Cytosine
·
2017-02-05 23:57
Windows
Win10
PowerShell
Hash
SHA1
Windows
Win10
PowerShell
Hash
上一页
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
其他