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(Py3)
八大排序算法总结与java实现
首先罗列一下常见的十大排序算法:我们讨论的这八大排序算法的实现可以参考我的Github:Sort
Algorithms
,其中也包括了排序测试模块[Test.java]和排序算法对比模块[Bench.java
MOJY_1825
·
2018-02-07 17:32
java
数据结构与算法
支持C/C++、Java、python、Matlab等语言的第三方机器学习库汇总
VLFeat-VLFeat是开源的computervision
algorithms
库,有Matlabtoolbox。C++计算机视觉OpenCV-最常用的视觉库。有C++,C,Python以及J
忍耐恒_至拙胜至巧
·
2018-02-03 11:33
学习网站
Coursera | Andrew Ng (02-week2)—改善深层神经网络:优化算法
ZJCoursera课程|deeplearning.ai|网易云课堂CSDN:http://blog.csdn.net/junjun_zhao/article/details/79239514Optimization
Algorithms
2.1Mini-batchGradientDesce
ZJ_Improve
·
2018-02-02 16:42
深度学习
吴恩达-
Notes重点总结
linux 下创建虚拟环境
sudopipinstallvirtualenvsudopipinstallvirtualenvwrapper2激活虚拟环境sourcevirtualenvwrapper.sh3创建虚拟环境mkvirtualenv-p(编译地址)/usr/bin/pyhon3(名称)
py3
dapengzhao
·
2018-02-02 11:58
Django中向文件写数据时乱码
今天我学习Django框架时学习到从网页读取内容再显示,从而完成一个简易的留言板(没有用到数据库),使用的
py3
,中间的一切都没有问题,由于没有写在网页删除留言的功能,所以只能自己手动删除,删除时打开文件却发现文件中原来都是乱码
Chucki
·
2018-02-01 11:40
python入门教程
Django
py3
发送使用QQ邮箱发送html附件
fromemail.mime.textimportMIMETextimportsmtplibfromemail.mime.multipartimportMIMEMultipartfromemail.utilsimportformataddrimportosimporttimereportPath='C:\Logs\logs'classSendEmail:defget_report(self):#该
Demigod_
·
2018-01-31 15:49
python3自动化知识
py3
发送使用QQ邮箱发送html附件
fromemail.mime.textimportMIMETextimportsmtplibfromemail.mime.multipartimportMIMEMultipartfromemail.utilsimportformataddrimportosimporttimereportPath='C:\Logs\logs'classSendEmail:defget_report(self):#该
Demigod_
·
2018-01-31 15:49
python3自动化知识
深度学习论文和开源代码
AwesomeSemanticSegmentationhttps://github.com/mrgloom/awesome-semantic-segmentationSemanticSegmentation
Algorithms
ImplementedinPyTorchhttps
haoji007
·
2018-01-28 20:51
【
挑战赛及数据集
】
C with STL入门详解(适合初学者)
主要有容器(containers)和算法(
algorithms
)两部分。2.CwithSTL是什么?
mMingfunnyTree
·
2018-01-27 00:00
python2和python3共存的安装设置方法
安装了py2.7(64bit)版本,后因业务需要需要3.x,但2.7的也不能卸载,下面将我的安装设置方法记录一下有需要的朋友可以参考之下载python3.x版本直接安装,默认
py3
版本的安装目录页2.7
_________MAN
·
2018-01-22 14:43
Python
12-策略模式
其定义如下:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
梅啉豆
·
2018-01-21 08:37
设计模式
【最佳论文】KDD最佳论文 2006-
2016FRAUDAR:BoundingGraphFraudintheFaceofCamouflageBryanHooi,CarnegieMellonUniversity;etal.2015Efficient
Algorithms
forPu
砰啪噗叽噗叽
·
2018-01-12 10:58
汉诺塔算法和背后的数据结构
如果汉诺塔的算法符合Introductionto
algorithms
这本书的观点:在计算机出现以前就有了算法,只不过计算机的出现带来了更多的算法,那么汉诺塔[1]的算法肯定不是在计算机出现之后才被发现的
刘思宁
·
2018-01-10 23:04
numpy基础学习大集合(一)
(备注:python将于2020年停止python2的更新,建议选择学习
py3
)由来numpy的诞生就是为了更好做矩阵和数组的相关计算。“更好”就说
方naoke
·
2018-01-08 15:27
python学习
让R运行在jupter上
省得麻烦,直接安装Anaconda(
py3
或2都ok)自带了N多库,也好管理。
Stu_zhouyc
·
2018-01-06 20:50
R
268. Missing Number -- Python
findtheonethatismissingfromthearray.Example1Input:[3,0,1]Output:2Example2Input:[9,6,4,2,3,5,7,0,1]Output:8Note:Your
algorithms
h
Chris_zhangrx
·
2018-01-04 21:26
leetcode
computing short discrete logarithms and factoring RSA integers
#阅读“Quantum
algorithms
forcomputingshortdiscretelogarithmsandfactoringRSAintegers”一文,对文章稍作一些我的见解本文主要讲的是用于计算短离散对数的广义算法的应用
co_nan
·
2018-01-04 10:43
用于计算短离散对数和分解RS大整数的量子算法
阅读MartinEker˚a,JohanH˚astad在17年二月份发表的Quantum
algorithms
forcomputingshortdiscretelogarithmsandfactoringRSAintegers
杨立宇20152100058
·
2018-01-02 11:05
TensorFlow迭代速度变慢的问题
最近用TensorFlow实现遗传算法(Genetic
Algorithms
),发现迭代速度越来越慢,用time.time()观察以后,发现每次迭代都要比上一次慢0.5秒左右,但是每次迭代的计算量是差不多的
MSTK
·
2017-12-30 17:00
处理点云数据(三):三维点云可视化
三维可视化点云使用Mayavi可视化首先使用anaconda安装mayavi,打开命令行界面condainstallmayavi如果python版本是
py3
则会出错,需要安装python2.7版本:condacreate-npy2python
听说你爱吃芒果
·
2017-12-29 12:00
计算机视觉笔记
leetcode题目例题解析(十二)
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
catik
·
2017-12-28 19:36
课程作业
一种快速卷积实现方法
本文基于论文Fast
Algorithms
forConvolutionalNeuralNetworks,并且整理了相关知识点。
B1009
·
2017-12-28 15:45
替换空格
解题思路参考别人的Python实现https://github.com/Jack-Lee-Hiter/
Algorithms
ByPython/b
跌底
·
2017-12-25 17:08
java
java
可视化的数据结构 ——各种算法动画演示
可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html很有创意的排序比较(匈牙利Sapientia大学的6种排序算法舞蹈视频
sugargx
·
2017-12-25 00:00
专业知识—算法
[Python] Python学习资料
中文手册Python进阶PythonStyleGuide|Python代码、单元测试和项目规范PythonCookbook烹饪书关于Python的好文章集锦数据结构ProblemSolvingwith
Algorithms
andDataStructuresusingPython
DexterLei
·
2017-12-24 17:27
[Python] Python学习资料
中文手册Python进阶PythonStyleGuide|Python代码、单元测试和项目规范PythonCookbook烹饪书关于Python的好文章集锦数据结构ProblemSolvingwith
Algorithms
andDataStructuresusingPython
DexterLei
·
2017-12-24 17:27
期末作业
EH17-Quantum
algorithms
forDLOGandFactorin读后总结image.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.png
杜丽怡
·
2017-12-24 12:19
An overview of gradient descent optimization
algorithms
http://ruder.io/optimizing-gradient-descent/HeapedtionTableofcontents:GradientdescentvariantsBatchgradientdescentStochasticgradientdescentMini-batchgradientdescentChallengesGradientdescentoptimization
张博208
·
2017-12-21 17:36
Deep
Learning
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,
haoning747
·
2017-12-19 00:00
java
lucene
算法
搜索引擎
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,
haoning747
·
2017-12-19 00:00
java
lucene
算法
搜索引擎
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:public Map articleSearch
Algorithms
(SearchCondition condition,
haoning747
·
2017-12-19 00:21
Lucene
java
算法
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,Inde
haoning747
·
2017-12-18 19:00
2017年深度学习优化算法最新综述
Anoverviewofgradientdescentoptimization
algorithms
这篇文章旨在提供梯度下降算法中的不同变
gzq0723
·
2017-12-18 00:00
搜索引擎之全文搜索算法功能实现(基于Lucene)
废话也不多说了,直接上代码:publicMaparticleSearch
Algorithms
(SearchConditioncondition,Inde
haoning747
·
2017-12-18 00:00
搜索引擎
算法
lucene
java
Kotlin Design Pattern: Strategy
Thestrategypatternisusedtocreateaninterchangeablefamilyof
algorithms
fromwhichtherequiredprocessischosenatrun-time.Example1
ParanoidMarvern
·
2017-12-13 23:24
小猪的Python学习之旅 —— 2.爬虫初涉
1.urllib模块详解用于操作URL的模块(库,
py3
把urllib和urllib2合并到了一起)爬网页必须
coder-pig
·
2017-12-13 20:41
Python
小猪的Python学习之旅
机器学习缩写词汇
machinelearning:机器学习deeplearning:深度学习imageprocessing:图像处理naturallanguageprocessing:自然语言处理
algorithms
:算法
勇敢爱
·
2017-12-12 15:04
人工智能
机器学习
Teach Yourself Programming in 10 Years
Walkintoanybookstore,andyou'llseehowtoTeachYourselfJavain24HoursalongsideendlessvariationsofferingtoteachC,SQL,Ruby,
Algorithms
三少他梦
·
2017-12-11 15:23
Cousera 公开课Princeton
Algorithms
Part1 笔记:Priority Queues and Heap Tree
1.PQ的API接口PQ的API接口关键:能够找到最大(最小)的元素,能够删除最大(最小)的元素。2.应用的例子目标:在包含M个元素的stream中求最大(最小)的k个限制:没有足够的空间一次性装下所有M个元素,因此不能对所有元素进行sort。pq的应用-求topk关键:及时排除不可能的元素3.PQ的几种实现方式PQ的几种实现方式由于sort实现会违反对存储空间的约束,因此排除这个想法。4.实现1
MrPickles
·
2017-12-11 10:40
Elon's World
1#Oneday,soonenough,we’llbeabletodownloadourbrainstoacomputer,relax,andlettheir
algorithms
takecareofeverything.
algorithms
Yancee阳
·
2017-12-10 06:47
K-近邻算法的python实现代码分享
k-近邻算法概述:所谓k-近邻算法KNN就是K-Nearestneighbors
Algorithms
的简称,它采用测量不同特征值之间的距离方法进行分类用官方的话来说,所谓K近邻算法,即是给定一个训练数据集
kekezhai
·
2017-12-09 09:23
python3 爬虫的初步应用
到了
py3
中urllib得到同一合并,就叫urllib。2.爬取网址:http://placekitten.com/(这是一个快速简单的服务,获
dgut_guangdian
·
2017-12-06 22:50
python3
python
一致性hash(适合
py3
)
"""hash_ring~~~~~~~~~~~~~~Implementsconsistenthashingthatcanbeusedwhenthenumberofservernodescanincreaseordecrease(likeinmemcached).Consistenthashingisaschemethatprovidesahashtablefunctionalityinawayth
defending
·
2017-12-06 12:58
python
hash
python基础
Algorithms
- Heap
《啊哈!算法》第7章第3节,创建最小堆的Swift实现。问题把一个数组转换为最小堆,并从小到大输出。解决从最后一个非子节点开始,与它的左右子儿子比较,将最小值放到上面,循环遍历所有非子节点。//用一个一维数组存储完全二叉树varheap=[99,5,36,7,22,17,92,12,2,19,25,28,1,46]varcount=heap.count//向上(更小编号)调整,把小的值放到父节点,
su3
·
2017-12-06 04:50
笨办法学C 练习39:字符串算法
练习39:字符串算法原文:Exercise39:String
Algorithms
译者:飞龙这个练习中,我会向你展示可能是最快的字符串搜索算法之一,并且将它与bstrlib.c中现有的binstr比较。
布客飞龙
·
2017-12-03 06:01
逆序反转单链表 Python 版
例如,给定[1,5,12,22,33,45],返回[45,33,22,12,5,1]代码:classLinkedList
Algorithms
(object):def__init__(self):passdefreverse_linked_list
冬日新雨
·
2017-11-28 21:39
Python
算法
远程连接mysql数据库
Serverdoesnotsupportdiffie-hellman-group1-sha1forkeyexchange解决办法如下:1、进入/etc/ssh/sshd_config在最下面加入下面代码Kex
Algorithms
diffie-hellman
JD_peterLi
·
2017-11-27 15:42
mysql
策略模式
1.概念原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
北冥友余
·
2017-11-27 11:53
大话设计模式
What are the advantages of different classification
algorithms
?
HerearesomegeneralguidelinesI'vefoundovertheyears.Howlargeisyourtrainingset?Ifyourtrainingsetissmall,highbias/lowvarianceclassifiers(e.g.,NaiveBayes)haveanadvantageoverlowbias/highvarianceclassifiers(
Ms柠檬
·
2017-11-27 01:16
What are methods to make a predictive model more robust to outliers?
(Usingsmoothingmethod,movingaverage/Savizy-GolayMethod)Usetherobust
algorithms
:Tree
Algorithms
(decisiontree
Ms柠檬
·
2017-11-27 01:08
上一页
91
92
93
94
95
96
97
98
下一页
按字母分类:
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
其他