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)
机器学习相关书籍
StephenBoyd《机器学习》周志华《机器学习实战》ShaiShalev-ShwartzandShaiBen-David.UnderstandingMachineLearning:FromTheoryto
Algorithms
.CambridgeUniversityPress.Bradl
iCGY96
·
2017-07-18 18:51
机器学习
第二章实战补充:Python操作Mysql
(一)导入pymysql基础铺垫:pymysql与MySQLdbpymysql–支持py2、
py3
;MySQLdb–仅支持python3;django内部默认为MySQLdb,用Python3需修改代码
朱元禄
·
2017-07-18 14:49
python
Python下实现的RSA加密/解密及签名/验证功能示例
分享给大家供大家参考,具体如下:原文是py2环境,而我的环境是
py3
,所以对原代码做了修改:decode(),encode()importrsa#生成密钥(pubkey,privkey)=rsa.newkeys
罗兵
·
2017-07-17 08:05
带花树算法--一般图最大匹配
这篇blog就不讲述任何关于算法正确性的证明吧(也许以后会有兴趣翻译原论文:Efficient
Algorithms
forFindingMaximalMatchinginGraphs,不过现在肯定是懒了。
CRZbulabula
·
2017-07-15 16:10
网络流
带花树
leetcode 41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
raledong
·
2017-07-14 00:00
leetcode
java
数组
Single Number II
Givenanarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemo
迷上微笑
·
2017-07-07 18:59
leetcode
25 个你需要知道的人工智能术语
A算法(
Algorithms
):一组用于人工智能、神经网络或其他机器的规则或指令,以帮助它自己学习;分类、聚类、推荐和回归是四种最常见的类型。人工智能(Artificialintelligence):
「已注销」
·
2017-07-06 11:10
人工智能
术语
用python的itchat库做微信智能回复
版本:
py3
调用图灵智能的智能服务;#coding=utf8importrequestsimportitchatKEY='d013d2a0c5564918b1270855582d5d4f'defget_response
CCH陈常鸿
·
2017-07-05 19:35
奇淫技巧
《算法》2.1-初级排序算法
1.基本规则排序类算法模板publicclassExample{publicstaticvoidsort(Comparable[]a){/*See
Algorithms
2.1,2.2,2.3,2.4,2.5
不会code的程序猿
·
2017-07-05 09:02
Reading Notes For Python Cookbook - Chapter 1 Data Structures and
Algorithms
PythonCookbook-RecipesformasteringPython3-3rdEditionChapter1DataStructuresand
Algorithms
1.1.UnpackingaSequenceintoSeparateVariablesProblemYouhaveanN-elementtupleorsequencethatyouwouldliketounpackintoac
势从千里奔
·
2017-06-29 19:10
anaconda python下openCV+theano+keras配置全过程
因此,计划安装anaconda2,并在其envs目录下建立文件夹
py3
,可通过activatepy3实现python2.x和3.x版本的切换,如下图所示。
Rosemary_Yan
·
2017-06-29 00:24
人脸识别
排序算法学习笔记(sorting
algorithms
)
stdlib.jar里的,大家可以点这里去官网下载如果发生导入jar包后无法引用的情况,参考网页最下面的Q&A点击下载stdlib-package.jar再导入就行了排序算法模板(templateforsorting
algorithms
bw_yyziq
·
2017-06-28 21:56
算法-第四版
排序算法分析
TF官方介绍示例
py3
改
importnumpyasnpimporttensorflowastf#使用NumPy生成假数据(phonydata),总共100个点.x_data=np.float32(np.random.rand(2,100))y_data=np.dot([0.100,0.200],x_data)+0.300#构造一个线性模型b=tf.Variable(tf.zeros([1]))W=tf.Variable(
CCH陈常鸿
·
2017-06-26 15:21
量化
算法课十七周 Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity
不折腾就闹心
·
2017-06-23 16:51
算法
算法设计与分析(17)-- Swap Nodes in Pairs(难度:Medium)
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youm
alexlau8
·
2017-06-22 11:04
算法设计作业
非负矩阵分解(NMF)论文笔记(1)
NMF经典论文:
Algorithms
forNon-negativeMatrixFactorization(NIPS,2001),此文主讲算法细节偏理论。(话说怎么去掉图片默认水印,有点影响视觉效果。)
Bear_Kai
·
2017-06-20 15:36
机器学习
1. PHP7 数据结构与算法之前言
Datastructuresand
algorithms
areanintegralpartofsoftwareapplicationdevelopment.数据结构与算法在软件程序开发中一个完整的章节。
苏近之2017
·
2017-06-15 16:20
记录一下有用的文章
:从零直达WGAN-GPNotesontheCramerGAN演讲|今日头条AI技术沙龙马毅:低维模型与深度模型的殊途同归Anoverviewofgradientdescentoptimization
algorithms
Hungryof
·
2017-06-12 09:27
Deep
Learning
修复Openssh漏洞:SSH Weak Ciphers And Mac
Algorithms
Supported
我扫出来的漏洞报告中只有:SSHWeakMac
Algorithms
Supported,在找修复的方法的时候找到了这篇文章,除了弱MAC之外还提到了弱Ciphers,所以就顺便把另一个也解决了。
JeremyYu66
·
2017-06-11 03:14
linux
openssh
ssh
漏洞
深度学习常用数据集
blog.csdn.net/garfielder007/article/details/50775269DatasetsThesedatasetscanbeusedforbenchmarkingdeeplearning
algorithms
若即若离ing
·
2017-06-09 16:09
深度学习
dataset
[LeetCode] 136.SingleNumber 和 137.SingleNumber II 和540.Single Element In a Sorted Array
136SingleNumberGivenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
不不与
·
2017-06-07 10:50
路径规划算法初步认识
上面那个论文把uav的路径规划分为以下5类:sampling-based
algorithms
node-based
algorithms
mathematicalmodelbased
algorithms
Bio-inspired
algorithms
multi-fusionbased
algorithms
zsdnr
·
2017-06-06 14:31
sp
6.6笔记
AReviewonImageSegmentationClustering
Algorithms
聚类算法:kmeans、fuzzyc-means、EM(ExpectationMaximizationAlgorithm
小小de文字
·
2017-06-06 09:19
一、Scrapy的安装
比如pygame编写游戏,目前pygame库只支持py2.7,
py3
就不可以啦。还有些库
py3
有所升级,为了不互相影响,放入一个虚拟环境中。
阿轲666
·
2017-06-05 09:29
路径规划算法初步认识
资料AliteraturereviewofUAV3Dpathplanning上面那个论文把uav的路径规划分为以下5类:sampling-based
algorithms
node-based
algorithms
mathematicalmodelbased
algorithms
Bio-inspired
algorithms
multi-fusionbased
algorithms
逍遥客33
·
2017-06-04 23:00
ubuntu16 下安装 python3 setuptools 以及 pip3 以及numpy
因为Ubuntu存在python2以及python3两种版本,而其默认是py2,所以在安装
py3
的依赖包的时候需要做一点小变化第一种方式,命令行安装,这种方式省力,但是对网络要求较高,稍不注意就连接超时
coder_oyang
·
2017-06-01 11:32
Python
Grokking
Algorithms
算法图解 一本基于Python的算法科普读本
Grokking
Algorithms
算法图解是由美国软件工程师AdityaBhargava写的一本算法科普读物,由图灵教育引进,组织翻译之后17年三月份正式出版,目前来说知名度还不是很高。
xiaoyaoyao17
·
2017-06-01 10:55
Grokking
Algorithms
算法图解
读书笔记
Swap Nodes in Pairs (LeetCode Algorithm Problems)
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmay
YouyouPan
·
2017-05-29 16:38
leetcode
算法
编程语言
leetcode
TF/03_Linear_Regression/04_Loss_Functions_in_Linear_Regressions
LossFunctionsinLinearRegressionThechoiceoflossfunctioncansignificantlyimpacttheconvergenceofTensorFlow
algorithms
.WewillcompareandcontrastusingtheL1andL2lossfunctionsforlinearregression.L1LossTheL1loss
darren2015zdc
·
2017-05-26 09:33
tensorflow
python的学习和注意点初学的几个例子
2.字符的编码和解码,可见#-*-coding:utf-8-*-这句话是多么的重要,虽然在
py3
上面不用写这句话,但是为了牢记于心我还是把这句话加在了最前面。3.
qlslq
·
2017-05-23 17:53
2-3查找树
转自:http://blog.csdn.net/hk2291976/article/details/51496616作者:Vosky本系列文章主要介绍常用的算法和数据结构的知识,记录的是《
Algorithms
I
早起的虫儿灬
·
2017-05-21 16:42
数据结构与算法
解决Vim"UltiSnips requires py >= 2.7 or
py3
"
由于UltiSnips依赖于Python,所以有时候你安装完UltiSnips再重新打开Vim时会弹出一个窗口提示”UltiSnipsrequirespy>=2.7orpy3”,出现这种情况的原因主要有两种,一种是Vim本身不支持Python,这种情况下你需要重新编译Vim打开对Python的支持,一般来说你从包管理器和官网获取的Vim都是支持Python,另外一种情况就是Vim使用的Python
SorelCheung
·
2017-05-16 22:09
Vim
犀牛软件rhinoceros的参数化设计插件草蜢grasshopper的安装
简介Fordesignerswhoareexploringnewshapesusinggenerative
algorithms
,GrasshopperisagraphicalalgorithmeditortightlyintegratedwithRhino
小木月生
·
2017-05-13 21:04
rhino
grasshopper
软件
设计
插件
rhino-GH
常用调度算法集锦
常用调度算法集锦Theusualschedule
algorithms
18Nov2014inDistributedLessthan1minuteread单资源调度算法单资源调度算法针对单一资源的调度,例如
iie_libi
·
2017-05-10 21:58
分布式消息服务
Mac 神器
SourceTree+GitWireshark+Charles+PostmaniHostsMacDown+XMind+OneNote+Evernotemac自带python2.7安装时,需要解决一下py2和
py3
钟沐
·
2017-05-08 19:33
简介+异步+协程
安装py2.7py3.3+concurrent.futures推荐使用的线程池
py3
自带,用于ThreadResolverpycurl用于tornado.curl_httpclientTwisted用于
xncode
·
2017-05-05 15:51
机器学习算法实验的重复次数估计
原文: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
Ubuntu16.04 下同时安装Anaconda2与Anaconda3
需要
py3
环境时,用下面命令切换。sourceactivatepy3下面是安装过程:1.安装Anaconda2Anacond
kamoxiduo
·
2017-05-01 12:32
谁说前端就不需要学习数据结构了?来我们浅谈一下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
mac 下 python3+Eclipse4+pydev环境搭建
因为习惯了eclipse下的开发,因为
py3
比py2进行了大量的重构,所以打算做这样的环境。
不要假装不在乎
·
2017-04-17 19:37
Algorithms
, 4th Edition 配套学习网站
BOOK:
Algorithms
,4thEditionbyRobertSedgewickandKevinWayne
Algorithms
,4thEdition配套学习网站:http://algs4.cs.princeton.edu
Army9099
·
2017-04-16 09:07
Algorithms
4th
Python3 基础学习笔记
基础语法
py3
里的print比py2多加了括号,使用方式为:print("helloworld!")多行语句的实现方式为反斜杠\total=item_one+\item_tw
Cyiano
·
2017-04-10 19:29
Python
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
上一页
94
95
96
97
98
99
100
101
下一页
按字母分类:
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
其他