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:
What is k-means, How to set K?
K-MeansClustering–WhatitisandHowitWorksK-meansisaclusteringalgorithm,soit'soneoftheunsupervisedmachinelearning
algorithms
.Thisalgorithmaimstogroupthedatai
不会停的蜗牛
·
2019-07-20 23:54
cp2_TrainingSimpleMachineLearning
Algorithms
ForClassification_meshgrid_ravel_contourf_OvA_GradientDes
wewillmakeuseofoneofthefirstalgorithmicallydescribedmachinelearning
algorithms
forclassification,theperceptron
LIQING LIN
·
2019-07-18 18:02
Review 16 [coursera] Machine learning - Stanford University - Andrew Ng
LargeScaleMachineLearningAssumingthatyouhaveaverylargetrainingset,whichofthefollowing
algorithms
doyouthinkcanbeparallelizedusingmap-reduceandsplittingthetrainingsetacrossdifferentmachines
MoMo_qyc
·
2019-07-18 15:36
course
assignment
Grokking
algorithms
(第九章)动态规划
动态规划就是把一个复杂的问题,分解为几个简单的小问题举一个例子你有一个负载4lbs的篮子,装下图中的东西,目的是要使得价值最大。可以画一个如下格子,列为当前可以容纳的重量(单位是lbs),行为选择的物品,第一行表示只能选择guitar,第二行表示可选择guitaror/andstereo,第三行表示可选择guitaror/andstereoor/andlaptop,用格子的目的是可以利用之前的求解
_Gus_
·
2019-07-17 17:12
Grokking
algorithms
(第八章)greedy
algorithms
贪心算法可以得到近似的最优解,近似的意思是:与最完美的值接近,但是不是最完美的值举一个例子:Theknapsackproblem假设你有一个袋子,里面能装35lbs重量的货物,要从下图的物品中,挑出价值最大的物品,放入你的袋子中,同时重量不能超过35lbs使用贪心算法步骤如下使用贪心算法的话,你的袋子里只能装下stereo,价值3000,但是最优解为装一个laptop和一个guitar,价值350
_Gus_
·
2019-07-16 19:35
single-number
题目描述Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
有梦就不怕痛
·
2019-07-12 19:42
思维
基础数学
Java学习
牛客
【算法笔记+SGU275+HDU3949】线性基(XOR,求n个数异或得到的第k小的数)
https://blog.sengxian.com/
algorithms
/linear-basishttps://www.cnblogs.com/vb4896/p/6149022.html是我水平不够,
_奶酪
·
2019-07-11 13:32
线性基
jwt的简单使用
com.auth0java-jwt3.4.0工具类JWTUtil.javaimportcom.auth0.jwt.JWT;importcom.auth0.jwt.JWTVerifier;importcom.auth0.jwt.
algorithms
.Algorithm
塵埃飛揚
·
2019-07-11 10:00
《算法图解》读书笔记
《算法图解(Grokking
Algorithms
)》AdityaBhargava著袁国忠译入门级算法介绍,主要给出了基于empirical的算法知识,没有复杂严格的推导,适宜作为科普读物。
theMachine1894
·
2019-07-10 22:09
读书笔记-算法图解
算法图解
算法
Grokking
algorithms
(第二章)
Arraryarrary在内存中的地址是紧挨着的,如下图所示如上图所示,第一行只能存储3个数据,当存储第4个数据时,因为第一行第4列这个格子已经被占用了,所以需要重新找地址进行存储。可以有一种补偿措施:那就是一次分配10个位置,这样就能连着了,然而会及其浪费存储空间。所以Arrary的缺点就是当插入新的数据时,及其慢(需要重新找位置进行存储)。linkedlist数据可以存储在任意位置其实每一个格
_Gus_
·
2019-07-10 19:52
推荐系统实战第02课召回算法和业界最佳实践Part1
@toc推荐系统实战第02课.Match
Algorithms
andPractices(Part1)召回Match(CF,找到候选者);排序;重排序(多样性/新颖性)推荐系统的Match模块介绍业界通⽤推荐系统架构
酱油哥带你学
·
2019-07-07 16:28
Neo4j图分析—链接预测算法(Link Prediction
Algorithms
)
链接预测是图数据挖掘中的一个重要问题。链接预测旨在预测图中丢失的边,或者未来可能会出现的边。这些算法主要用于判断相邻的两个节点之间的亲密程度。通常亲密度越大的节点之间的亲密分值越高。TheAdamicAdaralgorithm(algo.linkprediction.adamicAdar)AdamicAdar是一种基于节点之间共同邻居的亲密度测算方法。2003年由LadaAdamic和EytanA
lijfrank
·
2019-07-06 18:20
一些觉得不错的国外Mooc课程
programming-languages/home/info程序设计语言https://www.coursera.org/learn/mobile-robot移动机器人设计https://www.coursera.org/learn/
algorithms
-part1
AiFool
·
2019-07-05 17:00
数据挖掘/机器学习
LINUX QOS 003 令牌桶完整实现代码
_INCLUDE_QOS_METER_H__#ifdef__cplusplusextern"C"{#endif/***@file*qosTrafficMetering**Trafficmetering
algorithms
confirmwz
·
2019-07-03 14:07
QOS
Fundamental
Algorithms
Analysis (008)-Cut Rod[切钢条问题/定长分配][C++/Java]
CutRodPlainrecursivemethodintcutRod(maplist,intn){if(n==0)return0;intq=INT_MIN;for(inti=1;itable(99999,INT_MIN);intcutRod(maplist,intn){if(table[n]>=0)returntable[n];//Ifexists,searchfromtableif(n==0)
你是天使放纵我的固执
·
2019-07-02 21:26
c++
java
算法
用 Numba 加速 Python 代码,变得像 C++ 一样快
@vectorize装饰器在GPU上运行函数扩展阅读参考注意:这篇文章的JupyterNotebook代码在我的Github上:SpeedUpYour
Algorithms
-Numba1.介
机器学习算法与Python学习-公众号
·
2019-07-02 00:00
Python 之 pywifi 使用文档
文章目录1.Installation:Example:2.Docmentation:Constants(常量):Authentication
Algorithms
(认证算法):KeyManagementType
玻璃水珠
·
2019-06-30 22:00
Python
Java设计模式-策略模式
定义Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.定义一组算法,将每个算法都封装起来,并且使它们之间可以互换
tianranll
·
2019-06-30 00:00
策略模式
设计模式
java
后端
Spark生态圈简介
Spark生态圈是加州大学伯克利分校的AMP实验室打造的,是一个力图在算法(
Algorithms
)、机器(Machines)、人(People)之间通过大规模集成来展现大数据应用的平台。
QYUooYUQ
·
2019-06-29 17:19
大数据
Fundamental
Algorithms
Analysis (007)-Binary Search[二分查找][C++/Java]
BinarySearchWeprovideaneasybinarysearchalgorithmhereasareferenceforfurtherusage.WementionedthebinarysearchbeforeandemphasizeditssignificanceandefficiencyPlainversion(c++)intbinarySearch(int*arr,intlen
你是天使放纵我的固执
·
2019-06-23 22:36
c++
算法
《算法刷题LeetCode(中文版)》
《数据结构》严蔚敏等著,清华大学出版社《
Algorithms
》,RobertSedgewick,Addison-WeslevProfessional.该书代码开源,github地址:
haimianjie2012
·
2019-06-22 18:25
leetcode
数据结构
算法
数据库
leetcode
Fundamental
Algorithms
Analysis (006)-Sort[排序][C++/Java]
InsertSortHahah,weaimtodoitaseasyaswecan.Wealsointroducemergealgorithm.Mergemethodisalwaysusefulwhenweusedevide&conquertechniqueandwecanuseittomergethesolutionsofsub-problems.Insertsort(C++)vectorinse
你是天使放纵我的固执
·
2019-06-22 17:28
c++
java
算法
Fundamental
Algorithms
Analysis (005)-Hanoi Tower【汉诺塔】
HanoiTower关于汉诺塔的问题描述已经人尽皆知了,在此便不再赘述。汉诺塔问题是一个经典的递归案列。Hanoitowerrecursivemethodvoidhanoi(intplates,vector&A,vector&B,vector&C){//position:A->C,Bistemporarystateif(plates==1)(C.push_back(A.back()),A.pop_
你是天使放纵我的固执
·
2019-06-22 11:57
c++
算法
Fundamental
Algorithms
Analysis (004)-Calculate Pi[计算Π值][C++/Java]
Calculateπ\piπHereπ\piπisestimatedbyLeibnizformula.Asourhobby,wealwayskeepcodeshortandefficientandnomorethanPythonorotherlanguagescouldbe.Forπ\piπ(C++)doublegetPi(longEnd){doublepi=0;longdenominator=-
你是天使放纵我的固执
·
2019-06-22 10:51
c++
java
算法
DSA---学习---introduction
Introduction1.1
Algorithms
asopposedtoprograms算法是程序相对面。
he_tiger
·
2019-06-21 13:07
K-means聚类算法
Author:xiaoran;Email:
[email protected]
,
[email protected]
简介1.聚类算法(clustering
Algorithms
Datawhale
·
2019-06-21 09:44
算法工程师面经
算法工程师面经
K-means聚类算法
Author:xiaoran;Email:
[email protected]
,
[email protected]
简介1.聚类算法(clustering
Algorithms
Datawhale
·
2019-06-21 09:44
算法工程师面经
算法工程师面经
八大排序算法详解(Java语言实现)
首先罗列一下常见的十大排序算法:直接插入排序希尔排序简单选择排序堆排序冒泡排序快速排序归并排序基数排序我们讨论的这八大排序算法的实现可以参考我的Github:Sort
Algorithms
,其中也包括了排序测试模块
学习真是太快乐了呀
·
2019-06-16 15:37
数据结构与算法
数据结构与算法
八大排序算法
排序算法java实现
Branch and Bound
Algorithms
(分支限界法)
BranchandBound
Algorithms
(分支限界法)文章目录BranchandBound
Algorithms
(分支限界法)分支限界法VS.回溯法基本思想DFS中剪枝依据界的更新BFS中LCSearch
Prince Peng
·
2019-06-13 14:07
CCF-CSP认证
C++基础
算法
图像分割---学习笔记
这里是一个利用python-graph工具包计算一幅较小的图的最大流/最小割的简单例子:frompygraph.classes.digraphimportdigraphfrompygraph.
algorithms
.minmaximportmaxim
youkiaaa
·
2019-06-11 15:36
study
CRC校验和C语言实现
1.参考资料参考APAINLESSGUIDETOCRCERRORDETECTION
ALGORITHMS
写给嵌入式程序员的循环冗余校验(CRC)算法入门引导CRC(循环冗余校验)模2运算前言本文首先参考了链接
mrzhuyuanheng
·
2019-06-08 18:08
算法
SNV分析软件/工具(持续更新中...)
体细胞SNVCalling的文献:Areviewofsomaticsinglenucleotidevariantcalling
algorithms
fornext-generationsequencingdata
晓佥
·
2019-06-05 13:36
Nonnegative Matrix Factorization: Complexity,
Algorithms
and Applications 论文笔记
NicolasGillisPhDThesisChapter3NonnegativeRank存在两个open的问题,对于非负矩阵分解M=UV:当矩阵M的秩固定时,NMF的复杂度如何?当两个矩阵印子UV的值固定时,NMF的复杂度如何?exactNMF问题:给定一个非负m*n矩阵M,其秩为r,如果可能,找到两个非负矩阵因子U,V,其维度分别为m*r,r*n,并且有M=UV。exactNMF问题有以下几个
LoveSigrid
·
2019-06-04 17:51
论文笔记
【干货】推荐系统中的机器学习算法与评估实战
作者|PavelKordík编译|专知翻译|XiaowenMachineLearningforRecommendersystems — Part1(
algorithms
,evaluationandcoldstart
stay_foolish12
·
2019-06-03 14:20
自然语言处理
机器学习
推荐系统
机器学习
评估
chapter-15-深度学习的硬件与方法
为了解决这一问题,视频从以下四个方面讲解:硬件基础在开始之前,先简单了解下硬件的基础知识:高效推断算法(
Algorithms
forEfficientInference)(关于推断的介绍,可见:https
JachinMa
·
2019-05-28 17:51
使用Github上Eigen库计算自适应信号处理中维纳滤波算法
Eigen库的线性代数便利计算,得到最小均方误差MSE,程序如下/*TheexampleofLMSalgorithmforAdaptiveFiltering*Leastmeansquares(LMS)
algorithms
areaclassofadaptivefilter
Dummkopfer
·
2019-05-27 21:21
使用Github上Eigen库计算自适应信号处理中维纳滤波算法
Eigen库的线性代数便利计算,得到最小均方误差MSE,程序如下/*TheexampleofLMSalgorithmforAdaptiveFiltering*Leastmeansquares(LMS)
algorithms
areaclassofadaptivefilter
Dummkopfer
·
2019-05-27 21:21
策略模式详解(用java语言实现策略模式)
(Defineafamilyof
algorithms
,encapsulateeachoneandmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientst
cui_yonghua
·
2019-05-27 13:40
设计模式实战案例
机器学习、人工智能最新资料pdf免币下载
ArtificalNeuralNetworks.pdf:https://andersen.pipipan.com/fs/1634288-375911423ArtificialIntelligenceforHumanVolume1Fundamental
Algorithms
.pdf
anderaa_
·
2019-05-27 11:17
十七、自己动手实现排序算法(5)-------- “ Shell Sort 希尔排序 ”
guoyaohua/p/8600214.html 十大经典排序算法最强总结(含JAVA代码实现)https://github.com/liuyubobobo/Play-with-
Algorithms
Gordon_run
·
2019-05-26 17:15
数据结构和算法
数据结构和算法(Java语言)
关于图算法 & 图分析的基础知识概览
网址:https://learning.oreilly.com/library/view/graph-
algorithms
-/9781492060116/你肯定没有读过这本书,因为这本书的发布日期是2019
Alan_Fire
·
2019-05-26 01:00
LeetCode(136)-Single Number(单数/异或实现)
题目:Givenanon-emptyarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
Fly_Fly_Zhang
·
2019-05-24 17:08
simHash 文档指纹去重算法
1.simHash算法过程:参考论文来源《Similarityestimationtechniquesfromrounding
algorithms
》。
SHAN某人
·
2019-05-24 07:06
SUSTech CS201 离散数学期末复习
先看一眼课程的大纲:复习就按下面的列表来:Logic&MathematicalProofs逻辑和证明(Lecture1-3)SetsandFunctions集合与函数Complexityof
Algorithms
Clover Wang
·
2019-05-24 01:56
CS理论课程
SUSTech
离散数学
LeetCode-
Algorithms
- 11.盛水最多的容器
1.题目描述 给定n个非负整数,,...,,每个数代表坐标中的一个点(i,)。在坐标内画n条垂直线,垂直线i的两个端点分别为(i,)和(i,0)。找出其中的两条线,使得它们与x轴共同构成的容器可以容纳最多的水。 说明:你不能倾斜容器,且n的值至少为2。图中垂直线代表输入数组[1,8,6,2,5,4,8,3,7]。在此情况下,容器能够容纳水(表示为蓝色部分)的最大值为49。示例:输入:[1,8,6,
lwyingyyy
·
2019-05-21 20:17
LeetCode-
Algorithms
-8.字符串转换为整数 (atoi)
/*1.题目描述*/请你来实现一个atoi函数,使其能将字符串转换成整数。首先,该函数会根据需要丢弃无用的开头空格字符,直到寻找到第一个非空格的字符为止。当我们寻找到的第一个非空字符为正或者负号时,则将该符号与之后面尽可能多的连续数字组合起来,作为该整数的正负号;假如第一个非空字符是数字,则直接将其与之后连续的数字字符组合起来,形成整数。该字符串除了有效的整数部分之后也可能会存在多余的字符,这些字
lwyingyyy
·
2019-05-20 18:07
C++STL六大部件概述以及容器结构概述
http://www.cplusplus.comhttps://en.cppreference.comhttp://gcc.gnu.org容器(Containers)分配器(Allocators)算法(
Algorithms
KingOfMyHeart
·
2019-05-20 16:10
C++
STL
C++STL
算法学习干货汇总
1、Python数据结构【1】印度小哥的Python实现所有算法:All
Algorithms
implementedinPython(45000+)2019.5https://github.com/The
Algorithms
NLP_victor
·
2019-05-19 22:10
资料大全
LeetCode-
Algorithms
-7. Reverse Integer(数字反转):
给出一个32位的有符号整数,你需要将这个整数中每位上的数字进行反转。示例1:输入:123输出:321示例2:输入:-123输出:-321示例3:输入:120输出:21注意:假设我们的环境只能存储得下32位的有符号整数,则其数值范围为[−2^31^,2^31^−1]。请根据这个假设,如果反转后整数溢出那么就返回0。由于"32位的有符号整数x"的取值范围为[-231,231-1],因此需要分三种情况讨
lwyingyyy
·
2019-05-18 13:38
Binary Log基于ROW模式下的从库复制延时问题
关键字innodbversion5.7replicationdelay参考&引用MySQLDocs:slave_rows_search_
algorithms
slave-performance-too-slow-with-row-based-events-causes-and-workarounds
__Jo
·
2019-05-17 18:28
上一页
71
72
73
74
75
76
77
78
下一页
按字母分类:
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
其他