Stars
Seq2Seq, Bert, Transformer, WaveNet for time series prediction.
Transformer是谷歌在17年发表的Attention Is All You Need 中使用的模型,经过这些年的大量的工业使用和论文验证,在深度学习领域已经占据重要地位。Bert就是从Transformer中衍生出来的语言模型。我会以中文翻译英文为例,来解释Transformer输入到输出整个流程。
RepViT: Revisiting Mobile CNN From ViT Perspective [CVPR 2024] and RepViT-SAM: Towards Real-Time Segmenting Anything
Implementation code for the paper "Graph Neural Network-Based Anomaly Detection in Multivariate Time Series" (AAAI 2021)
Extreme Learning Machine implementation in Python
《繁凡的深度学习笔记》代码、PDF文件仓库
Code for "EXPATNET: EXPLAINABLE ATTACK FOR HIGH-DEFINITION ADVERSARIAL EXAMPLES"