# pytorch深度学习 **Repository Path**: goodshred/pytorch-deep-learning ## Basic Information - **Project Name**: pytorch深度学习 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-28 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [使用PyTorch构建神经网络](https://blog.csdn.net/LOVEmy134611/article/details/130875404) nn.linear为什么还原不回真实值:看起来是个概率, nn.linear原理:经过权重+激活函数得到真实输出。 [pytorch 搭建神经网络最简版](https://www.cnblogs.com/douzi2/p/17002614.html)