# machine-learning-pytorch **Repository Path**: edgardeng/machine-learning-pytorch ## Basic Information - **Project Name**: machine-learning-pytorch - **Description**: Studing for Machine Learning with Pytorch. 使用Pytorch实现机器学习算法 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # machine-learning-pytorch > Studing for Machine Learning with Pytorch. 使用Pytorch实现机器学习算法 Pytorch 简介 * Pytorch 动态计算图 Dynamic Computation Graph * Tensorflow 静态计算图 Static Computation Graph ## 目录 * [一、Pytorch 介绍](./part01-introduction/readme.md) 1. Pytorch 基础 (张量和向量) 2. Pytorch 数据集 3. transform 数据转化 4. autograd 自动求导 * [二、机器学习](./part02-machine-learning/readme.md) * 三、神经网络 * CNN 卷积神经网络 * RNN * LSTM * MLP * GAN 对抗神经网络 * 四、图像处理应用场景 * 五、自然语言处理 NLP 词向量 * 预训练语言模型 GPT2 * 六、音频处理场景 * [七、优秀的案例 ](./part07-excellent-case/readme.md) ## 好的学习链接 * [Pytorch 官方tutorial ](https://pytorch.org/tutorials/) * [机器学习技术路线](https://github.com/trekhleb/homemade-machine-learning) * [机器学习实验](https://github.com/trekhleb/machine-learning-experiments) * [图解机器学习](https://blog.csdn.net/showmeai/category_11677178.html)