当前位置: 首页 > news >正文

用手机搭建自己的网站qq关键词排名优化

用手机搭建自己的网站,qq关键词排名优化,短网址生成防红,做网站反链💥💥💞💞欢迎来到本博客❤️❤️💥💥 🏆博主优势:🌞🌞🌞博客内容尽量做到思维缜密,逻辑清晰,为了方便读者。 ⛳️座右铭&a…

💥💥💞💞欢迎来到本博客❤️❤️💥💥

🏆博主优势:🌞🌞🌞博客内容尽量做到思维缜密,逻辑清晰,为了方便读者。

⛳️座右铭:行百里者,半于九十。

📋📋📋本文目录如下:🎁🎁🎁

目录

💥1 概述

📚2 运行结果

🎉3 参考文献

🌈4 Matlab代码实现


💥1 概述

文献来源:

 特征提取是从肌电信号中提取有用和有价值的信息的重要步骤。然而,特征提取的过程需要先前的知识和专业知识。本文提出了一种无特征EMG模式识别技术,以解决特征提取问题。首先,使用谱图将原始EMG信号转换为时频表示(TFR)。然后,将TFR或谱图图像直接输入卷积神经网络(CNN)进行分类。提出了两种CNN模型,可以从谱图图像中自动学习特征,无需手动特征提取。使用公开获取的NinaPro数据库中获取的EMG数据对所提出的CNN模型进行评估。我们的结果表明,CNN分类器可以为手部和腕部运动的识别提供最佳的平均分类准确率为88.04%。

原文摘要:

摘要:

Feature extraction is important step to extract the useful and valuable information from the electromyography (EMG) signal. However, the process of feature extraction requires prior knowledge and expertise. In this paper, a featureless EMG pattern recognition technique is proposed to tackle the feature extraction problem. Initially, spectrogram is employed to transform the raw EMG signal into time-frequency representation (TFR). The TFRs or spectrogram images are then directly fed into the convolutional neural network (CNN) for classification. Two CNN models are proposed to learn the features automatically from the spectrogram images without the need of manual feature extraction. The proposed CNN models are evaluated using the EMG data acquired from the publicly access NinaPro database. Our results show that CNN classifier can offer the best mean classification accuracy of 88.04% for the recognition of the hand and wrist movements.

📚2 运行结果

部分代码:

%---Input--------------------------------------------------------------
% imgs      : feature vector (height x width x channel x instances)
% label     : label vector (instances x 1)
% kfold     : Number of cross-validation
% LR        : Learning rate
% nB        : Number of mini batch
% MaxEpochs : Maximum number of Epochs
% FC        : Number of fully connect layer (number of classes)
% nC        : Number of convolutional layer (up to 3)
% nF1       : Number of filter in first convolutional layer
% sF1       : Size of filter in first convolutional layer
% nF2       : Number of filter in second convolutional layer
% sF2       : Size of filter in second convolutional layer
% nF3       : Number of filter in third convolutional layer
% sF3       : Size of filter in third convolutional layer

%---Output-------------------------------------------------------------
% A struct that contains three results as follows:
% acc       : Overall accuracy
% con       : Confusion matrix
% t         : computational time (s)
%-----------------------------------------------------------------------


%% (1) Convolutional Neural Network with one convolutional layer
clc, clear
% Benchmark dataset
[imgs,label] = digitTrain4DArrayData; 

% Parameter setting
opts.kfold     = 5;
opts.LR        = 0.01; 
opts.nB        = 100; 
opts.MaxEpochs = 20; 
opts.nC        = 1; 
opts.FC        = 10;
opts.nF1       = 16; 
opts.sF1       = [3, 3];
% Convolutional Neural Network
CNN = jCNN(imgs,label,opts);

% Accuracy
accuray = CNN.acc;
% Confusion matrix
confmat = CNN.con;


%% (2) Convolutional Neural Network with two convolutional layers
clc, clear
% Benchmark dataset
[imgs,label] = digitTrain4DArrayData; 

🎉3 参考文献

文章中一些内容引自网络,会注明出处或引用为参考文献,难免有未尽之处,如有不妥,请随时联系删除。

[1]Too, Jingwei, et al. “Featureless EMG Pattern Recognition Based on Convolutional Neural Network.” Indonesian Journal of Electrical Engineering and Computer Science, vol. 14, no. 3, Institute of Advanced Engineering and Science, June 2019, p. 1291, doi:10.11591/ijeecs.v14.i3.pp1291-1297.

🌈4 Matlab代码实现

http://www.khdw.cn/news/36005.html

相关文章:

  • 中介做哪些网站seo平台
  • 合肥公司做网站网站推广软件免费版大全
  • 如何自做网站交换友链平台
  • 做网站登录页面的论文什么叫做网络营销
  • 怎么用html建网站找索引擎seo
  • 网站空间是什么青岛关键词推广seo
  • 邢台公司做网站多少钱百度广告联盟app下载官网
  • 学做新疆菜的网站手机百度经验首页登录官网
  • 做影视网站需要多少钱百度小程序对网站seo
  • wordpress自定义参数网站建设加推广优化
  • server2008部署网站世界最新新闻
  • 无锡高端网站设计今日要闻10条
  • 聊城企业做网站哈尔滨网站优化流程
  • 爱站网新网址是多少seo优化排名
  • 动易网站后台管理功能2345浏览器网址导航
  • 手机网站建设图网络营销总监岗位职责
  • 东莞做网站公司torrentkitty磁力天堂
  • 可以用什么网站做mc官方网站优化技术
  • 物业公司网站建设方案window优化大师
  • 大连网页制作网站免费网站免费优化优化
  • 外贸公司网站建设需要注意2023最新15件重大新闻
  • 学校网站班级网页建设制度公司网站的推广方案
  • 校园内部网站平台建设方案网店seo名词解释
  • 富士康做电商网站数据分析师要学什么
  • 东莞网站建设找谁中国十大搜索引擎网站
  • 做下载网站用阿里云的什么产品营销型网站建设运营
  • 深圳网站制作公司怎么样徐州百度快照优化
  • 免费网站制作作业关键词seo服务
  • 玉溪建设局门户网站国内最好用的免费建站平台
  • 一个网站域名的组成搜索引擎seo排名优化