- 博客(29)
- 收藏
- 关注
原创 SQL学习笔记
最近需要用到SQL,之前学的SQL好久不用,好多知识点都记不清了,《SQL必知必会(第5版)》在学习的过程中记录一下学习笔记,方便后续复习。LIMIT(检索的行数) OFFSET(从哪儿开始)DESC是DESCENDING的缩写,ASC是ASCENDING的缩写。tips:IN的最大优点是可以包含其他SELECT语句,能够更动态地建立WHERE子句。IN操作符一般比一组OR操作符执行得更快。RTRIM():去掉字符串右边不想要的空格LTRIM():去掉字符串左边的空格。
2023-10-30 21:22:02
1109
原创 正则表达式
匹配输入字符串的开始位置,除非在方括号表达式中使用,当该符号在方括号表达式中使用时,表示不接受该方括号表达式中的字符集合。eg: 'n' 匹配字符 'n'。序列 '\\' 匹配 "\",而 '\(' 则匹配 "("。,该表达式从"贪婪"表达式转换为"非贪婪"表达式或者最小匹配。如果您只需要匹配开始和结束 h1 标签,下面的非贪婪表达式只匹配 <h1>。\s 是匹配所有空白符,包括换行,\S 非空白符,不包括换行。匹配前面的子表达式零次或一次,或指明一个非贪婪限定符。要匹配 * 字符,请使用 \*。
2023-10-24 16:58:19
110
原创 Query2Label: A Simple Transformer Way to Multi-Label Classification
Query2Label: A Simple Transformer Way to Multi-Label Classification
2022-10-25 14:14:02
1809
15
原创 报错:RuntimeError: view size is not compatible with input tensor‘s size and stride (at least one dimen
报错:RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.
2022-09-25 20:54:54
803
转载 报错:OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized.
报错:OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized.
2022-09-25 20:50:26
391
原创 报错:AttributeError: module ‘torch.nn‘ has no attribute ‘GELU‘
报错:AttributeError: module 'torch.nn' has no attribute 'GELU'
2022-08-22 18:48:54
5025
1
原创 CondaHTTPError: HTTP 404 NOT FOUND for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json
CondaHTTPError: HTTP 404 NOT FOUND for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json
2022-08-22 16:35:43
4046
5
原创 报错:ModuleNotFoundError: No module named ‘past‘
报错:ModuleNotFoundError: No module named 'past'
2022-08-22 11:29:37
1858
原创 报错:ModuleNotFoundError: No module named ‘torchvision.models._utils‘
报错:ModuleNotFoundError: No module named 'torchvision.models._utils'
2022-08-22 11:23:06
4369
原创 TypeError: expected str, bytes or os.PathLike object, not NoneType
TypeError: expected str, bytes or os.PathLike object, not NoneType
2022-08-18 20:39:17
1689
原创 ModuleNotFoundError: No module named ‘torch‘
ModuleNotFoundError: No module named 'torch'
2022-08-12 17:18:48
2105
原创 ModuleNotFoundError: No module named ‘torch.utils.tensorboard‘
ModuleNotFoundError: No module named 'torch.utils.tensorboard'
2022-08-12 17:14:41
1859
1
原创 Matlab 读取.csv数据文件转换成.mat文件
网上下载了心电数据文件,只有.csv格式的,想转换成.mat格式的数据,并且只要数据中II导联的数据(第二列的数据)。path = '/Users/Documents/Database/Shaoxing People’s Hospital’s arrhythmia database/';path2 = [path '*.csv'];file_names = dir(path2);for i = 1:length(file_names) file_name = file_names(i).
2022-05-15 19:22:35
2634
3
原创 Comprehensive survey of computational ECG analysis: Databases,methods and applications
1、Learning algorithmsclassifiers(most common and highest-performing):Support Vector Machines(SVM 支持向量机)(Qin et al., 2017; Raj & Ray, 2018) (Qin, Q., Li, J., Zhang, L., Yue, Y., & Liu, C. (2017). Combining Lowdimensional Wavelet Features and ...
2022-05-07 22:05:39
802
原创 Exploring deep features and ECG attributes to detect cardiac rhythm classes
摘要:Arrhythmia is a condition characterized by perturbation of the regular rhythm of the heart. Thedevelopment of computerized self-diagnostic systems for the detection of these arrhythmias is verypopular, thanks to the machine learning models included in..
2022-05-05 23:36:10
605
原创 ECG classification using three-level fusion of different feature descriptors 论文
融合不同方法从信号中提取的特征描述符是利用每个描述符的表示能力的一个重要问题。在本研究工作中,提出了一种新颖的系统,该系统利用训练卷积神经网络(CNN)的多阶段特征,并精确地将这些特征与精选的手工提取特征结合起来。人工特征集由三个子集组成,即基于小波变换的表示局部信号行为的形态特征、表现信号整体变化特征的统计特征和表示信号在时间轴上行为的时间特征。该系统采用了一种新的决策级特征融合方法,通过三种不同的方法进行心电分类;第二种方法使用形态特征子集,第三种方法使用基于分数级的细化过程将从CNN的多层提取的特征进
2022-04-25 11:26:58
382
原创 Mac系统MATLAB_R2018a软件CVX下载及安装
官网下载链接Download CVX | CVX Research, Inc.安装步骤:把安装好的cvx文件放在/Applications/MATLAB_R2018a.app/bin文件夹中 在matlab输入 addpath/Applications/MATLAB_R2018a.app/bin/cvx 输入 cvx_setup 会显示安装不成功,没有相应的license文件 根据提示所给的链接,要用学生邮件注册,邮件会收到一个cvx_license.dat的附件,下载 输入.
2022-04-09 17:29:43
3051
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人