Stars
This is the source code of the paper "Local and Global Spatial-Spectral Feature Fusion Network for Hyperspectral Image Classification," and after the paper published, we will publish the code. If y…
Zhaojie Pan, Chenyu Li, Antonio Plaza, Jocelyn Chanussot, and Danfeng Hong, "Hyperspectral Image Classification with Mamba", IEEE TGRS, 2024
Spectral-Spatial Mamba for Hyperspectral Image Classification, remote sensing
ptrblck / apex
Forked from NVIDIA/apexA PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
[TNNLS 2023] The official repo for the paper "Spectral-Spatial Global Graph Reasoning for Hyperspectral Image Classification".
CNN-based multilayer spatial-spectral feature fusion and sample augmentation with local and nonlocal constraints for hyperspectral image classification
收录及复现的高光谱遥感图像分类模型
This is the official repo of our work titled "The Codecfake Dataset and Countermeasures for the Universally Detection of Deepfake Audio".
[ACM CCS'24] SafeEar: Content Privacy-Preserving Audio Deepfake Detection
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
Pytorch implementation of "Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)"
A novel Transformer-based end-to-end lane detection model
YOLO实时屏幕检测人形
sklearn 多标签文本分类
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
中文命名实体识别(包括多种模型:HMM,CRF,BiLSTM,BiLSTM+CRF的具体实现)