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)
大数据案例分析(2)—— 特征工程概述
Featureengineeringistheprocessofusingdomainknowledgeofthedatatocreatefeaturesthatmakemachinelearning
algorithms
work
yaoqinghao
·
2020-06-29 13:57
深度学习
21天python入门 - 笔记
Python开发21天入门-笔记1、基础知识1.基本数据类型1.整型:intpy2:-超出范围后,Python回自动将其转换long(长整型)
py3
:-所有整型均为int类型在py2中,整型的除法只能保留整数位
wangcc342425
·
2020-06-29 12:50
python
Sort(Ⅱ)
Nowlet’ssee2NIUBI
algorithms
.mergeSort:thinking:(1)asimplewayismerging2differentarraysintothethirdarrayhowever
HITer~wsb
·
2020-06-29 11:05
总结笔记
268. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
Jeanz
·
2020-06-29 09:24
java—各种排序算法
.归并排序MergeSort7.基数排序RadixSort8.队列排序RadixQueueSort9.堆排序HeapSort1.BubbleSortpackagecn.DataStructureAnd
Algorithms
.Ravanla.co
Ravanla
·
2020-06-29 09:37
排序方法java版
java排序算法
归并排序
堆排序
基数排序
基数队列排序
寻找只出现一次的数字
题目要求:Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
冰美式
·
2020-06-29 08:11
Java编程
基于强化学习求解组合优化问题TSP
ANoteonLearning
Algorithms
forQuadraticAssignmentwithGraphNeuralNetworks:使用图神经网络解TSPOptimizationonaBudgetAReinforcementLearningApproach
三少Algorithm
·
2020-06-29 06:08
RL
使用Pycharm入门MNIST——所有踩过的坑(
Py3
)
1.MNIST的例子可以从Tensorflow的官方网站(http://www.tensorfly.cn/tfdoc/tutorials/mnist_beginners.html)上找到。首先做了里面的一个简单的回归例子就开始了MNIST之旅。2.首先要下载MNIST手写数字的例子,官网上提供的自动下载数据的程序链接崩了,可以从参考网址(YannLeCun'sMNISTpage)上直接下载数据。有
weixin_42577493
·
2020-06-29 05:57
入门学习
[Evolutionary Algorithm] 进化算法简介
MemeticAlgorithm,MA)3.进化多目标优化算法(Multi-ObjectiveEvolutionaryAlgorithm,MOEA)4.参考文献进化算法,也被成为是演化算法(evolutionary
algorithms
和你在一起^_^
·
2020-06-29 05:14
Ĵ进化计算
Algorithms
for Hyper-Parameter Optimization译文
仅供参考论文地址:
Algorithms
forHyper-ParameterOptimization摘要图像分类基准的最新进展来自于现有技术的更好配置,而不是新的特征学习方法。
AI-huni
·
2020-06-29 03:07
利用Python程序实现图片颜值打分
编码格式post请求访问接口得到结果1.获取access_token官方给的python示例代码,不过这个是python2的代码,python3里已经没有了urllib2,而且很繁琐给出博主自己编写的
py3
JiandaoStudio
·
2020-06-29 01:56
Python实践项目
人脸识别
GCN: Graph Convolutional Networks PGL详解
GraphConvolutionalNetwork(GCN)isapowerfulneuralnetworkdesignedformachinelearningongraphs.BasedonPGL,wereproduceGCN
algorithms
andreachthesamelevelofindicatorsasthepaperincitationnetworkbenchmarks
闫广庆
·
2020-06-29 00:36
车道检测网络论文(保持更新)
检测的过程分为:1检测,2拟合,3跟踪:具体可以参考如下综述论文:1.AdvancesinVision-BasedLaneDetection:
Algorithms
,Integration,Assessment
Johnnan002
·
2020-06-28 23:48
深度学习
五种使用python储存数据的方式
最主要的是,通过json这个包可以很方便的解决无论是py2还是
py3
中的编码问题,json的内容结构
Nick_Spider
·
2020-06-28 22:45
数据库
爬虫
python
Spark Summit2017上MLLIB的最新进展
ACOMPARISONOFSCIENTIFICDATAANALYTICSONSPARKANDMPIUSINGTHREECASESTUDIESExtendingSparkMachineLearning:AddingYourOwn
Algorithms
and
王佐_机器学习
·
2020-06-28 21:57
八、排序与搜索
ProblemSolvingwith
Algorithms
andDataStructuresusingPython1、冒泡排序思想:对于含有n个元素的数组来说相邻的两个元素比较,如果前面一个元素比后面一个元素大
奔向算法的喵
·
2020-06-28 21:17
深度学习入门论文集合
deeplearningcourse.SectionII:Listandhighlightofpapersyouhavestudied.Inthissection,Iseparatethepapersinto3parts-NNnetworks,
algorithms
gdtop818
·
2020-06-28 20:58
machine
learning
策略模式+元注解方式替代大量if else写法
策略模式符合“开闭原则“StrategyPattern:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminter
smileNicky
·
2020-06-28 19:00
2012总结
今年把两本数据结构(本科用的金远平版以及清华严蔚敏版)又过了一遍,复习了Sanjoy的《
algorithms
》,还把师兄推荐的李文新《程序设计导引及在线实践》给
weixin_34417183
·
2020-06-28 19:34
caltech行人检测数据集上的论文
caltech行人检测数据集上的论文地址:http://www.vision.caltech.edu/Image_Datasets/CaltechPedestrians/files/
algorithms
.pdf
weixin_34392843
·
2020-06-28 18:28
Golang 数据结构:图
参考:golang-data-structure-graph前言新坑最近在校事情不多,趁着还记得就开了个新坑
algorithms
,把常用数据结构和算法总结了一下。
weixin_34392843
·
2020-06-28 18:27
ssh 报error: kex protocol error: type 30 seq 1
navicat连接数据库报查看日志sshd[1990]:error:kexprotocolerror:type30seq1[preauth]解决办法vim/etc/ssh/sshd_configKex
Algorithms
curve25519
weixin_34357962
·
2020-06-28 17:08
学习笔记之Data Science
Data_scienceDatascience,alsoknownasdata-drivenscience,isaninterdisciplinaryfieldofscientificmethods,processes,
algorithms
andsystemstoextractknowledgeo
weixin_34256074
·
2020-06-28 15:31
Python 机器学习框架 - 收藏集 - 掘金
-后端-掘金DEAPisanovelevolutionarycomputationframeworkforrapidprototypingandtestingofideas.Itseekstomake
algorithms
explici
weixin_34233856
·
2020-06-28 14:54
Autonomous Networks Research Group of University of Southern California
anrg.usc.edu/www/index.php/Main_PageManyofourkeyresultsinrecentyearshavepertainedtothedesignandanalysisof
algorithms
fornext-generationwirelesssensornetworks.Thesenetworksareenvisionedtobeunatten
weixin_34192816
·
2020-06-28 13:10
ECS ssh无法登陆,提示fatal: No supported key exchange
algorithms
[preauth]
SSH无法登陆,通过管理终端登陆,查看/var/log/secure日志提示fatal:Nosupportedkeyexchange
algorithms
[preauth]导致该问题的根源是,sshd守护进程不能加载到正确的
weixin_34179968
·
2020-06-28 12:54
Uva 11078 Open Credit System
AOAPCI:BeginningAlgorithmContests--TrainingGuide(RujiaLiu)::Chapter1.AlgorithmDesign::DesigningEfficient
Algorithms
weixin_34128411
·
2020-06-28 11:15
计算机图形学知识综述
ComputerGraphicsGoalsinDetailIntroducebasicconceptsofcomputergraphicsDescribethe3DgraphicrepresentationflowincurrentPCDescribesomefundamental
algorithms
usedincomputergraphicsIntroducethecomputerg
weixin_34123613
·
2020-06-28 11:08
算法系列教程01 - 开篇
因为最近刚看完《
Algorithms
,4thEdition》这本经典算法书(电子书,中英版网上都有下载),有了些新收获,觉得那些零散的知识点和经验有必要也值得花时间好好整理一下。
weixin_34116110
·
2020-06-28 11:28
STL源码阅读(一)
STL源码阅读(一)(SGISTLv3.3)STL提供六大组件:容器(containers),算法(
algorithms
),迭代器(iterators),仿函数(functors),适配器(adapters
SimminonGarcia
·
2020-06-28 10:51
Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
weixin_34038652
·
2020-06-28 10:11
并查集算法 -
Algorithms
, Part I, week 1 UNION-FIND
链接:
Algorithms
,PartI
Algorithms
,PartII《算法》第四版:testbook链接(英文):https://algs4.cs.princeton.ed...主要内
weixin_34021089
·
2020-06-28 09:18
独家 | 一文读懂集成学习(附学习资源)
集成算法(Ensemble
Algorithms
)综述严格意义上来说,这不算是一种机器学习算法,而更像是一种优化手段或者策略,它通常是结合多个简单的弱机器学习算法,去做更可靠的决策。
weixin_34007906
·
2020-06-28 09:39
通过Python来操作kylin
起因:老大要求的数据,无法通过kylin里面的SQL查询到,只能通过调用接口来实现需求第一步,安装依赖的包(py2/
py3
都支持,我这边用的是py2)pipinstallkylinpypipinstallsqlalchemy
weixin_33963189
·
2020-06-28 08:26
斯坦福CS课程列表
IntroductiontoComputingPrinciples.3-5Units.Introducestheessentialideasofcomputing:datarepresentation,
algorithms
sas???
·
2020-06-28 07:27
本周学习小结(11/03 - 17/03)
学习笔记之ProblemSolvingwith
Algorithms
andDataStructuresusingPython-浩然119-博客园https://www.cnblogs.com/pegasus923
weixin_33895516
·
2020-06-28 07:00
A brief introduction to Hashing and Rehashing
地址:http://www.drdobbs.com/database/hashing-rehashed/184409859正文:Hashing
algorithms
occupyauniqueplaceintheheartsofprogrammers.Discoveredearlyo
weixin_33894640
·
2020-06-28 07:13
41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
Al73r
·
2020-06-28 06:24
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
weixin_33834910
·
2020-06-28 06:03
牛课网
1、《
Algorithms
》一本很经典的算法书
Algorithms
(中文翻译的书名叫算法概论)**2、刘汝佳的《算法竞赛入门经典(
狼之独步
·
2020-06-28 05:28
Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
weixin_33779515
·
2020-06-28 05:19
我的算法学习之路
原文链接:http://zh.lucida.me/blog/on-learning-
algorithms
/原文作者:Lucida这篇文章讲了什么?我这些年学习数据结构和算法的总结。一些不错的
weixin_33749242
·
2020-06-28 04:50
Python著名的lib和开发框架(均为转载)
awesome-pythonAwesomePythonAcuratedlistofawesomePythonframeworks,libraries,softwareandresources.Inspiredbyawesome-php.AwesomePythonAdminPanels
Algorithms
andDesignPatternsAnt
weixin_33743248
·
2020-06-28 04:14
STL"源码"剖析-重点知识总结
算法(
algorithms
):各种常
weixin_33696106
·
2020-06-28 03:24
编程艺术第十六~第二十章:全排列/跳台阶/奇偶调序,及一致性hash算法
故常常关注个人所建的
Algorithms
1-14群内朋友关于笔试,面试,宣讲会,offer,薪资的讨论以及在群内发布的各种笔/面试题,常感言道:咱们这群人之前
weixin_33670713
·
2020-06-28 03:48
Coursera
Algorithms
week3 快速排序 练习测验: Selection in two sorted arrays(从两个有序数组中寻找第K大元素)...
respectively,designanalgorithmtofindthekthlargestkey.Theorderofgrowthoftheworstcaserunningtimeofyour
algorithms
houldbelogn
weixin_30912051
·
2020-06-28 02:53
git clone时出现:"diffie-hellman-group1-sha1 "
解决办法1:在用户配置目录下添加一个ssh配置文件vim/root/.ssh/config内容如下:Host*Kex
Algorithms
+diffie-hellman-group1-sha1解决方法2:
weixin_30800807
·
2020-06-28 00:40
Algorithm ladder VI -- more BT/BST problems
references:Geeksforgeekshttps://www.geeksforgeeks.org/graph-data-structure-and-
algorithms
/topics:graph
aureole420
·
2020-06-27 23:12
java归并排序,单线程vs多线程
下面是归并排序的例子图解:二、单线程实现归并排序packagecom.bob.
algorithms
.sort;importjava.util.
weixin_30641999
·
2020-06-27 22:23
Awesome Python
AwesomePythonAcuratedlistofawesomePythonframeworks,libraries,softwareandresources.搬运自vintaInspiredbyawesome-php.AwesomePythonAdminPanels
Algorithms
andDesignPatternsAnti-spamAssetManagementAudioAuthenti
weixin_30608131
·
2020-06-27 22:49
上一页
63
64
65
66
67
68
69
70
下一页
按字母分类:
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
其他