logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoap

ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoapi.git 'C:\Users\YANG\AppData\Local\Temp\pip-req-build-tbyaa9iq' Check the logs for full command outp

#git
PaddleX跨平台图形化部署开发工具实战 笔记(QT)

PaddleX跨平台图形化部署开发工具实战 笔记(QT)

#qt
python修改xml文件的filename(已验证)

python3.8运行无错误代码伺候:import osimport os.pathimport xml.dom.minidompath = r'D:/jingdiansuanfa/data_clean/LEVIR/three_class/only_three_voc'files = os.listdir(path)# 得到文件夹下所有文件名称s = []count = 0for xmlFile

#xml#python#开发语言
python修改xml文件的path(已验证)

代码伺候:import osimport os.pathimport xml.dom.minidompath = r'D:/jingdiansuanfa/data_clean/LEVIR/three_class/only_three_voc'files = os.listdir(path)# 得到文件夹下所有文件名称s = []count = 0for xmlFile in files:# 遍历文

#xml#python#开发语言
三维的方式显示灰度图像(matlab代码)

分别以图像的行列坐标为x轴和y轴的坐标,像素值为坐标(x, y)处的值,可以得到二维灰度图的三维显示。实现代码如下:img = imread('001.png');[y,x] = size(img);% 取出图像大小[X,Y] = meshgrid(1:x,1:y);% 生成网格坐标pp = double(img);% uint8 转换为 doublemesh(X, Y, p

#matlab#计算机视觉
matlab 移位操作基础

matlab 移位操作基础

#matlab
matlab 画混淆矩阵和ROC曲线(代码亲测可用)

matlab 画混淆矩阵和ROC曲线(代码亲测可用)

文章图片
#matlab#矩阵#开发语言
强化学习常用算法的分类

模型未知的强化学习方法包括:蒙特卡洛学习,TD学习,Q学习,SARSA学习,Dyna框架,直接策略学习和Actor-Critic方法。根据Bellman方程,通过策略迭代和策略评估交替进行,求取最优策略。3)值函数迭代方法。通过一种逐次逼近方式,将有限时段的动态规划算法推广到无限时段上。在模型已知的情况下,采用动态规划的方法来寻找最优的策略。常用的动态规划方法有四种。近似强化学习的基本方法,包括带

文章图片
#算法
    共 121 条
  • 1
  • 2
  • 3
  • 13
  • 请选择