edgardeng / machine-learning-pytorch

Studing for Machine Learning with Pytorch. 使用Pytorch实现机器学习算法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

machine-learning-pytorch

Studing for Machine Learning with Pytorch. 使用Pytorch实现机器学习算法

Pytorch 简介

  • Pytorch 动态计算图 Dynamic Computation Graph
  • Tensorflow 静态计算图 Static Computation Graph

目录

  • 一、Pytorch 介绍

    1. Pytorch 基础 (张量和向量)
    2. Pytorch 数据集
    3. transform 数据转化
    4. autograd 自动求导
  • 二、机器学习

  • 三、神经网络

    • CNN 卷积神经网络
    • RNN
    • LSTM
    • MLP
    • GAN 对抗神经网络
  • 四、图像处理应用场景

  • 五、自然语言处理 NLP 词向量

    • 预训练语言模型 GPT2
  • 六、音频处理场景

  • 七、优秀的案例

好的学习链接

About

Studing for Machine Learning with Pytorch. 使用Pytorch实现机器学习算法

License:MIT License


Languages

Language:Jupyter Notebook 93.9%Language:Python 6.1%