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
COMP3702 DragonGame
DragonGameReinforcementLearningKeyinformation:•Due:4pm,Monday1November•Thisassignmentwillassessyourskillsindeveloping
algorithms
forsolvingReinf
·
2022-06-20 17:15
后端
华为设备IPSec配置命令
Huawei-ipsec-proposal-a1]transformah//配置安全提议采用的安全协议,默认是esp[Huawei-ipsec-proposal-a1]ahauthentication-
algorithms
ha2
Tony_long7483
·
2022-06-16 09:00
网络设计与配置
华为
网络
软件工程师必读的12本书
1.IntroductionTo
Algorithms
数据结构和算法是每个软件工程师的基础支柱,虽然这些在日常工作中用的不多,但是了解不同的技术和模式是一个很好的加分项Introduc
SpringLeee
·
2022-06-15 08:00
机器学习13种算法的优缺点,你都知道哪些?
正则化算法(Regularization
Algorithms
)集成算法(Ensemble
Algorithms
)决策树算法(DecisionTreeAlgorithm)回归(Regression)人工神经网络
weixin_34362991
·
2022-06-13 13:33
人工智能
大数据
数据结构与算法
ccf分区查询_中国计算机学会(CCF)
Recommendersystemsareimportantandvaluabletoolsformanypersonalizedservices.CollaborativeFiltering(CF)
algorithms
xu534328661
·
2022-06-08 15:10
ccf分区查询
发现一个宝藏!全网最全的Python算法仓库
这里推荐给大家一个Gitthub上练习的项目,算法仓库-
algorithms
。
程序员枸杞.
·
2022-06-08 06:46
python
算法
开发语言
2022年除了深度学习,人工智能算法有可能突破的10个方向
参见:https://www.reddit.com/r/MachineLearning/comments/rq6uih/d_other_ai_methods
algorithms
_except_deep_neural
常政
·
2022-06-07 14:50
人工智能
神经网络
人工神经网络 神经网络区别_人工神经网络概述
人工神经网络神经网络区别Artificialneuralnetworks(ANN)inmachinelearning(artificialintelligence)arecomplexcompoundsof
algorithms
thatworkinanorganizedmannertoextractlabelsorresultsforagivensetofdata.Itisbelievedthatt
weixin_26630173
·
2022-06-06 07:50
神经网络
CS224N学习笔记(十五)Natural Language Generation
1.Recap:LMsanddecoding
algorithms
课程首先回顾了前面讲的语言模型和相关decode算法。
沃特么.拆基.达柴机
·
2022-06-04 07:29
通过人脸测试心率和呼吸率
主要参考文献:1.
Algorithms
forMonitoringHeartRateandRespiratoryRateFromtheVideoofaUser’sFace(心率和呼吸率)算法框架图2.DetectingPulsefromHeadMotionsUsingSmartphoneCamera
jinggegebuaa
·
2022-06-03 22:56
通过人脸测试心率和呼吸率
【值得收藏的】380个python常用库(包含:爬虫、图文、音视频、机器学习、PDF、Office等等)
演算法
algorithms
–数据结构和算法的最小示例。python-ds-用于采访采访的数据结构和算法的集合。sortedcontainers-排序集合的快速和纯Python实现。
wwwarewow
·
2022-05-31 20:31
python
python
开发语言
Edge AI边缘智能:Communication-Efficient Edge AI:
Algorithms
and Systems(未完待续)
边缘设备的大规模部署产生了空前规模的数据,这为在网络边缘开发各种智能应用提供了机会。然而,由于不同的信道质量、网络拥挤和隐私问题,这些庞大的数据不可能全部从终端设备发送到云端进行处理。通过将人工智能模型的推理和训练过程推到边缘节点,边缘人工智能成为一个很有前途的替代方案。edgeAI需要智能手机和智能汽车等边缘设备与无线接入点(AP)和基站(BS)的边缘服务器之间的密切合作,但这会导致大量的通信开
weixin_42707080
·
2022-05-30 07:36
How to Prepare Your Data For Machine Learning
Manymachinelearning
algorithms
makeassumptionsaboutyourdata.Itisoftenaverygoodideatoprepareyourdatainsuchwaytobestexposethestructureoftheproblemtothemachinelearning
algorithms
thatyouintendtouse.Inthischa
梦想家DBA
·
2022-05-28 07:09
Machine
Learning
深度学习
sklearn
人工智能
BTH004 实验
BTH004-Laboratoryassignment1Inthislaboratoryassignmentyoushoulddesignandimplement
algorithms
forthemultipleknapsackproblem.Theassignmentcontainstwoparts
·
2022-05-27 20:12
后端
CS260 测试类
CS260:
Algorithms
ClassTestsamplesolutionsDecember2020(a)True;(b)True;(c)False;(d)False;(e)True;(f)False
·
2022-05-27 19:38
后端
CSE 102 图论
IntroductiontoAnalysisof
Algorithms
GraphTheoryGraphsAgraphGconsistsofanorderedpairofsets=(,)where≠?
·
2022-05-27 15:44
后端
MCD4710 编程算法介绍
MCD4710-Introductionto
Algorithms
andProgrammingAssignment1(8%)ObjectivesTheobjectivesofthisassignmentare
·
2022-05-27 10:49
后端
LeetCode算法题2:双指针
输入有序数组五、反转字符串六、反转字符串中的单词III七、链表的中间结点八、删除链表的倒数第N个结点总结前言Leetcode算法系列:https://leetcode-cn.com/study-plan/
algorithms
消逝者
·
2022-05-23 11:35
LeetCode算法
算法
leetcode
职场和发展
LeetCode刷题笔记 -
Algorithms
- Easy - Python
按Frequency的顺序刷。斜体重点或未掌握。05/20/20221)1.TwoSumInput:nums=[2,7,11,15],target=9Output:[0,1]Explanation:Becausenums[0]+nums[1]==9,wereturn[0,1].思路:用字典(hashmap)存已经遍历过的数字,就不用再遍历一次了。=。每经过一个数字n,去字典里找target-n,在
·
2022-05-23 09:37
pythonleetcode
数据结构进阶篇-红黑树
红黑树是一种平衡二叉搜索树,它的自平衡机制简单高效,因此常被用在许多底层设计当中,他的发明者之一RobertSedgewick正是经典算法书籍《
Algorithms
》的作者。
weixin_33941350
·
2022-05-22 11:03
BTH004 编程水平
Laboratoryassignment2Thepurposeofthislaboratoryassignmentistopracticetheoreticalandpracticalalgorithmanalysis.Inparticular,youwillanalyzetwosorting
algorithms
·
2022-05-21 12:09
后端
机器学习32问
Machinelearning(ML)isthestudyofcomputer
algorithms
thatimproveautomaticallythroughexperience.机器学习研究能够从经验中自动提升自身性能的计算机算法
zqwlearning
·
2022-05-21 07:41
机器学习
计算机科学本科课程
机器学习
人工智能
3.深度强化学习------PPO(Proximal Policy Optimization)算法资料+原理整理
文章地址:PPO:ProximalPolicyOptimization
Algorithms
一.PPO资料PPO原理讲解BLOG①:这篇blog详细讲了PPO算法的产生过程及原理,包含部分理论推导,看完这篇
EdenGabriel
·
2022-05-16 07:47
深度强化学习
算法
tensorflow
深度强化学习
强化学习-PPO
论文地址ProximalPolicyOptimization
Algorithms
流程图参考强化学习–从DQN到PPO,流程详解代码实现参考PPO实现(Pendulum-v0)importgymimportargparseimporttorchimporttorch.nnasnnimporttorch.nn.functionalasFimportnumpyasnpimportmatplotlib.p
我的辉
·
2022-05-16 07:06
强化学习
机器学习单词记录--01章初识机器学习
Application应用Computervision计算机视觉Rapidadvancesinxxx在xxx方面的飞速发展Brand标志Invent创造出Neuralnetworkarchitecturesand
algorithms
weixin_30642561
·
2022-05-15 07:56
操作系统
人工智能
数据结构与算法
COSC 2123/1285 算法分析
Algorithms
andAnalysisCOSC2123/1285Assignment2:AlgorithmDesign&ComplexityAnalysisAssessmentTypeIndividualAssignment.SubmitonlineviaCanvas
·
2022-05-13 15:22
后端
程序 = 数据结构 + 算法《禅与计算机程序设计艺术》 / 陈光剑
《ThinkDataStructures:
Algorithms
andInformationRetrievalinJava》(AllenB.Downey)基本数据类型道生一,一生二,二生三,三生万物。
东海陈光剑
·
2022-05-05 15:01
人工智能
编程语言
java
大数据
芯片
Simulation | Multi-Armed Bandit Algorithm
Simulation|Multi-ArmedBanditAlgorithmI.Propose∙\bullet∙SimulationofMulti-ArmedBandit
Algorithms
:ε\varepsilonε-Greedy
Rein_Forcement
·
2022-05-05 07:56
机器学习
算法
CAB301工具开发
CAB301DATASTRUCTURESAND
ALGORITHMS
1DevelopmentofaSoftwareApplicationforaToolLibraryDueDate:24May2021Weighting
·
2022-05-04 13:37
前端
COSC 1285 算法求解
Algorithms
andAnalysisCOSC1285/2123Assignment1AssessmentTypeGroupassignment.GroupsasallocatedandnotifiedonCanvas.SubmitonlineviaCanvas
·
2022-05-03 16:05
后端
450-删除二叉搜索树中的节点
450-删除二叉搜索树中的节点删除二叉搜索树中的节点CategoryDifficultyLikesDislikes
algorithms
Medium(49.03%)606-TagsCompanies给定一个二叉搜索树的根节点
古路
·
2022-05-01 12:10
删除节点
二叉树删除节点
二叉搜索树删除节点
二叉树节点删除
ELE00028I 电力工程
DepartmentofElectronicEngineeringELE00028I
Algorithms
&NumericalMethodsCourseworkAssessment2020/21SUMMARYDETAILSThiscoursework
·
2022-05-01 10:48
后端
COSC 3320 指南
UniversityofHoustonProgrammingAssignment4COSC3320
Algorithms
andDataStructuresGopalPanduranganNAMEDue:Sunday
·
2022-04-26 11:19
后端
CS 3114算法分析
CS3114DataStructures&
Algorithms
J4:GeographicInformationSystemVersion6.00Thisisapurelyindividualassignment
·
2022-04-24 14:44
算法
R语言数据分析从入门到高级:(三)数据基础处理(mutate、filter、select等)
R语言数据分析参考资料:DataAnalysisandPrediction
Algorithms
withR文章目录R语言数据分析3.使用tidyverse包进行数据处理3.1处理数据框3.1.1使用mutate
JoJo的数据分析历险记
·
2022-04-22 07:59
R语言数据分析和预测
统计学习
R语言数据分析
探索性数据
tidyverse
R语言数据分析从入门到高级:(四)文件读取、导入和复制
R语言数据分析参考资料:DataAnalysisandPrediction
Algorithms
withR文章目录R语言数据分析4.数据导入4.1路径和工作目录4.1.1文件系统4.1.2相对路径和绝对路径
JoJo的数据分析历险记
·
2022-04-22 07:59
R语言数据分析和预测
R语言数据分析
R语言文件读取
文件复制
力扣解法汇总821-字符的最短距离
目录链接:力扣编程题-解法汇总_分享+记录-CSDN博客GitHub同步刷题项目:https://github.com/September26/java-
algorithms
原题链接:力扣描述:给你一个字符串
失落夏天
·
2022-04-20 15:17
LeetCode编程题解法汇总
leetcode
算法
职场和发展
159.201算法探讨
159.201
Algorithms
&DataStructuresS12021Assignment4WriteaC++programtoimplementtheadditionoperationforbignumbers.Abignumberisapositive
·
2022-04-17 15:27
算法
811312A Data Structures
811312ADataStructuresand
Algorithms
2020-2021Assignment,InstructionsThisdocumentdescribesbothgeneralandspecificrequirementsfortheassignmentofthecourseDataStructuresand
Algorithms
.GeneralInstructionsEvery
·
2022-04-17 10:49
后端
遗传算法python(含例程代码与详解)
遗传算法1.算法简介2.算法流程3.算法示例4.算法实现5.算法应用遗传算法简称GA(Genetic
Algorithms
)模拟自然界生物遗传学(孟德尔)和生物进化论(达尔文)通过人工方式所构造的一类并行随机搜索最优化方法
馋学习的身子
·
2022-04-17 07:50
启发式算法
1024程序员节
遗传算法
811312A 数据结构
811312ADataStructuresand
Algorithms
2020-2021Assignment,InstructionsThisdocumentdescribesbothgeneralandspecificrequirementsfortheassignmentofthecourseDataStructuresand
Algorithms
.GeneralInstructionsEvery
·
2022-04-16 17:04
后端
第十四章 深度确定性策略梯度(Deep Deterministic Policy Gradient
Algorithms
,DDPG)-强化学习理论学习与代码实现(强化学习导论第二版)
获取更多资讯,赶快关注上面的公众号吧!【强化学习系列】第一章强化学习及OpenAIGym介绍-强化学习理论学习与代码实现(强化学习导论第二版)第二章马尔科夫决策过程和贝尔曼等式-强化学习理论学习与代码实现(强化学习导论第二版)第三章动态规划-基于模型的RL-强化学习理论学习与代码实现(强化学习导论第二版)第四章蒙特卡洛方法-强化学习理论学习与代码实现(强化学习导论第二版)第五章基于时序差分和Q学习
松间沙路hba
·
2022-04-14 07:14
深度强化学习
学习笔记
强化学习
深度强化学习
DDPG
深度确定性策略梯度
图像分割评价标准 代码 (Image segmentation evaluation metrics code)
强烈建议参考如下两篇文章Performancemeasurecharacterizationforevaluatingneuroimagesegmentation
algorithms
Metricsforevaluating3
Life_XY
·
2022-04-12 08:23
Matlab
图像分割
评价标准
Image
segmentation
metrics
基本遗传算法
遗传算法(genetic
algorithms
,GA):一类借鉴生物界自然选择和自然遗传机制的随机搜索算法,非常适用于处理传统搜索方法难以解决的复杂和非线性优化问题。
小段学长
·
2022-04-12 08:20
人工智能
算法
人工智能
mysql优化——数据结构的讲解(1)
数据库索引底层的数据结构与算法索引数据结构二叉树,红黑树,B-Trees,hash,B+Trees数据结构演示平台:https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
hello_wang_world
·
2022-04-11 22:11
数据结构
mysql
b树
元学习之《On First-Order Meta-Learning
Algorithms
》论文详细解读
元学习系列文章optimizationbasedmeta-learning《Model-AgnosticMeta-LearningforFastAdaptationofDeepNetworks》论文翻译笔记元学习方向optimizationbasedmetalearning之MAML论文详细解读MAML源代码解释说明(一)MAML源代码解释说明(二)元学习之《OnFirst-OrderMeta-L
田小成plus
·
2022-04-11 07:44
meta-learning
meta-learning
元学习
人工智能
少样本学习
优化算法笔记(六)遗传算法
1.遗传算法简介遗传算法(Genetic
Algorithms
,GA)是一种模拟自然中生物的遗传、进化以适应环境的智能算法。
stronghorse
·
2022-04-06 20:14
COSC 320 Analysis of
Algorithms
COSC320–001Analysisof
Algorithms
2020WinterTerm2r:#TitleofprojectAbstract.Oneparagraphofyourachievementsinthismilestone.Thisshouldbeincludedforallmilestones.ForProjectProposalusethefollowingheaders
·
2022-04-04 11:58
后端
CSC111 Sorting
Algorithms
CSC111Tutorial9:IterativeSorting
Algorithms
Algorithms
Inthisweek’slecture,youlearnedaboutselectionsortandinsertionsort
·
2022-04-04 09:52
后端
R语言数据分析:(五)data.table库(数据处理)
R语言数据分析参考资料:DataAnalysisandPrediction
Algorithms
withR文章目录R语言数据分析5.data.table5.1操作数据表5.1.1selecting5.1.2
ML_ypj
·
2022-04-02 07:59
R语言数据分析和预测
R语言基础
数据分析
统计学习
data.table
数据处理
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他