• Stars
    star
    2,708
  • Rank 16,237 (Top 0.4 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

深度学习与PyTorch入门实战视频教程 配套源代码和PPT

PyTorch安装指令

请先安装Anaconda和CUDA 10.0。

  • 配置国内源
# 配置国内源,方便安装Numpy,Matplotlib等
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
# 配置国内源,安装PyTorch用
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
# 显示源地址
conda config --set show_channel_urls yes
  • 安装PyTorch
# 安装PyTorch,要使用国内源请去掉-c pytorch这个参数!!
conda install pytorch torchvision cudatoolkit=10.0
  • 安装常用库
pip install numpy matplotlib pillow pandas

课程链接

课程链接: https://study.163.com/course/courseMain.htm?share=2&shareId=480000001847407&courseId=1208894818&_trace_c_p_k2_=61a9e0a511f7409b92a08d4f4c964330

课程大纲: 课程介绍

More Repositories

1

Deep-Learning-with-TensorFlow-book

深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Jupyter Notebook
13,155
star
2

TensorFlow-2.x-Tutorials

TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Jupyter Notebook
6,373
star
3

MAML-Pytorch

Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning (MAML)
Python
2,216
star
4

awesome-meta-learning

A curated list of Meta-Learning resources/papers.
546
star
5

GCN-PyTorch

Graph Convolution Network for PyTorch
Python
381
star
6

LearningToCompare-Pytorch

Pytorch Implementation for CVPR2018 Paper: Learning to Compare: Relation Network for Few-Shot Learning
Python
249
star
7

MAML-TensorFlow

Faster and elegant TensorFlow Implementation of paper: Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks
Python
194
star
8

Reptile-Pytorch

Python
145
star
9

Deep-Learning-with-PyTorch-book

PyTorch深度学习开源电子书
128
star
10

awesome-AutoML

A curated list of AutoML papers/tutorials/slides etc.
90
star
11

DARTS-PyTorch

PyTorch 1.0 supported for CNN exp.
Python
82
star
12

DeepEmbeddingModel_ZSL-Pytorch

Pytorch code for CVPR 2017 paper: Learning a Deep Embedding Model for Zero-Shot Learning
Python
58
star
13

pytorch-mnist-vae

Pytorch Implementation of variational auto-encoder for MNIST
Python
57
star
14

GCN-TF2

Graph Convolution Network for TensorFlow 2 implementation.
Python
50
star
15

CapsNet-Pytorch

Pytorch version of Hinton's Capsule Theory paper: Dynamic Routing Between Capsules
Python
45
star
16

IntroVAE-Pytorch

Pytorch Implementation for paper: IntroVAE: Introspective Variational Autoencoders for Photographic Image Synthesis
Python
39
star
17

MAML-Pytorch-RL

Python
30
star
18

Graph-Neural-Network-Papers

Curated Lists for graph neural network, graph convolutional network, graph attention network, etc.
27
star
19

PPO-Pytorch

Pytorch Implementation of Proximal Policy Optimization Algorithm
Python
20
star
20

awesome-causal-reasoning

15
star
21

PracticalDeepLearningTutorials

深度学习算法实战
Jupyter Notebook
13
star
22

Meta-Learning-Papers

Latest papers collection of thoughtful work on meta-learning research
6
star
23

DRL-tutorial

Deep Reinforcement Learning tutorials
Python
5
star
24

GAN

Pytorch Implementations for popular GAN algorithms.
Python
5
star
25

memoryGAN-Tensorflow

Python
5
star
26

dragen1860.github.io

Personal website on github
HTML
4
star
27

Learning-from-data-Subtitles-

Learning from data 英文字幕 Caltech's Machine Learning Course - CS 156 by Professor Yaser Abu-Mostafa
4
star
28

PhoneNet

Fast, Efficient and Elegant Android Neural Network Library with strong GPU acceleration, implemented CNN, Squeezenet yet.
Java
4
star
29

Casual-Reasoning-Papers

Papers collection of latest insightful work on casual reasoning research.
4
star
30

NTM-Pytorch

Neural Turing Machine or Differentiable Neural Computer Implementation in Pytorch 0.4.0, with cuda
Python
4
star
31

PytorchTutorialsCN

3
star
32

LSH

Standard Locality Sensitive Hashing
C++
3
star
33

Coarse_ImageNet_Labels

2
star
34

AutoPyTorch

2
star
35

Pytorch-Episode

Notes about some advanced usage or easy-wrong highlights about Pytorch
Jupyter Notebook
2
star
36

FaceScore

C++
2
star
37

CACTU

Python
2
star
38

Network3

Python
1
star
39

MetaLab

Universal Meta Learning Library, with PyTorch GPU Acceleration.
Python
1
star
40

TRPO-Pytorch

Python
1
star
41

memoryGAN-Pytorch

Repository for ICLR 2018 paper: memoryGAN
1
star
42

Network2

Python
1
star
43

DLUtils

Useful Utils code for deep learning development
Python
1
star