唐宇迪Pytorch笔记(附课程资料)

目录

  • pytorch_tutorial
        • 介绍
        • 软件架构
        • 安装教程
        • 所需python包
        • 使用说明
  • 配套资料

{
title = {pytorch深度学习实战},
author = {唐宇迪},
url = {https://github.com/wosyoo/pytorch_tutorial/tree/master/pytorch_tutorial},
}

pytorch_tutorial

介绍

唐老师Pytorch课程的Jupyter版本的内容,唐老师这个课程非常适合新手入门深度学习,需要一定的机器学习基础。

软件架构

必须要有一个可用来进行计算的GPU

安装教程

1.下载这个代码到自己的电脑
2.在anaconda里启动Jupyter
3.打开对应的Jupyter文件

所需python包

pytorch 1.*
numpy等

使用说明

点击对应的代码块–>Run–>即可在对应代码块的下方看到相应的结果。

配套资料

链接: 课程资料和源码
https://github.com/wosyoo/pytorch_tutorial/tree/master/pytorch_tutorial

你可能感兴趣的:(pytorch,深度学习,人工智能)