# nnProjects **Repository Path**: lis-kust/nnProjects ## Basic Information - **Project Name**: nnProjects - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 4 - **Created**: 2025-06-03 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Neural Network Projects (nnProjects) **For learning , practise, applications and paper reproduction** ## 0, Data Sets (Datasets) 三类数据集:图数据集,图片数据集,时间序列数据集 主要是一些论文对比使用的一些经典的数据集 训练输出文件 ## 1, Learning and practise ( Torch_Learning ) 学习 torch 的基本使用方法 1, tensor 的格式 2, 自动求导的过程 3, 激活函数 4, 回归模型 5, 分类模型 6, 批次训练的逻辑 7, 优化方法的选择 8, 卷积CNN 9, 循环神经网络 RNN, LSTM 10, 注意力机制 Attention 11, 图神经网络 GNN ## 2, Applications ( Models ) 一些应用模型, 或者实验对比使用的经典模型 ## 3, Paper reproduction ( PaperModels ) 论文原文 + 复现代码 (解读 + 收集)