上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: 一区top,2022年 Computers and Electronics in Agriculture 分类 题目: “基于 CBAM 注意机制 Resnet50-LSTM 的亲鱼繁殖行为识别” (Du 等, 2022, pp. -) (pdf) “Broodstock breeding beha 阅读全文
posted @ 2024-01-18 10:14 辛宣 阅读(8) 评论(0) 推荐(0) 编辑
摘要: import torch import torch.nn as nn import torch.nn.functional as F class ChannelAttentionModule(nn.Module): def __init__(self, in_channels, reduction_ 阅读全文
posted @ 2024-01-18 10:10 辛宣 阅读(35) 评论(0) 推荐(0) 编辑
摘要: landbench里面,李老师提到的encode-decode。 remote sensing,大类是2区,小类是2到3区。 分类的 题目: “利用内部卷积集 成 编码 器 -解码 器 网 络和 定 向 条件 随 机场 从 遥 感图 像中提取道路” (pdf) “Road Extraction fr 阅读全文
posted @ 2024-01-16 12:09 辛宣 阅读(1) 评论(0) 推荐(0) 编辑
摘要: import torch import torch.nn as nn class ConvBlock(nn.Module): def __init__(self, in_channels, out_channels): super(ConvBlock, self).__init__() self.c 阅读全文
posted @ 2024-01-16 11:41 辛宣 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 期刊:Information Sciences” (Wang 等, 2022, p. 226) 计算机科学1区top。2022年 题目: “多任务学 习 中 自 适 应 共 享 多 级 分 布 式 表 示” (pdf) “Adaptively sharing multi-levels of dist 阅读全文
posted @ 2024-01-15 11:53 辛宣 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 一区top Computers and Electronics in Agriculture 题目: “基于改进 lstm 的拖拉机载荷谱高工作强度载荷段识别模型” (pdf) “An improved LSTM-based model for identifying high working in 阅读全文
posted @ 2024-01-13 13:46 辛宣 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 一区top Computers and Electronics in Agriculture 题目:“基于半监督 LSTM-自动编码器可穿戴步态分析的奶牛早期跛行检测” (Zhang 等, 2023, p. 1) (pdf) “Early lameness detection in dairy ca 阅读全文
posted @ 2024-01-12 15:10 辛宣 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://karabiner-elements.pqrs.org/ 下载软件 下载网上别人的键位设置 看到合适的就import就行。 阅读全文
posted @ 2024-01-12 10:13 辛宣 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 五个统计量: 首先,需要将一组值从小到大排列。 1.最小值 就是排在第一位的值 2.第一四分位数 第一四分位数(Q1)又称为“较小四分位数”,把一组值从小到大排列并分成四等分,处于三个分割点位置的得分就是四分位数,也就是样本所有数值从小到大排列后第25%的数字。 3.中位数 中位数(Q2),又称第二 阅读全文
posted @ 2024-01-04 10:53 辛宣 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 因为mac安装不上basemap。画图也是在自己电脑上画图方便些。所以将basemap改成cartopy。 由于你不能使用 Basemap,我建议使用 cartopy 库作为替代。cartopy 是一个用于绘制地图和进行地理空间数据分析的Python库,与Basemap类似,但得到了更好的维护和支持 阅读全文
posted @ 2023-12-26 20:58 辛宣 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页