资源算法torch-light

torch-light

2019-10-12 | |  108 |   0 |   0

This repository includes basics and advanced examples for deep learning by using Pytorch.
Basics which are basic nns like Logistic, CNN, RNN, LSTM are implemented with few lines of code, advanced examples are implemented by complex model.
It is better finish Official Pytorch Tutorial before this.

Continue updating...

Tutorial

Get tutorial series in Blog if know Chinese

Tabel of Pytorch Examples

1. Basics

2. Reinforcement Training

3. NLP

4. Vision

5. Special Things

Getting Started

clone code

$ git clone git@github.com:ne7ermore/torch-light.git

train

$ cd torch-light/project
$ python3 main.py

or

$ cd torch-light/project
$ python3 corpus.py
$ python3 main.py

or

$ cd torch-light/project
$ python3 corpus.py
$ python3 train.py

Citation

If you find this code useful for your research, please cite:

@misc{TaoTorchLight,
  author = {Ne7ermore Tao},
  title = {torch-light},
  publisher = {GitHub},
  year = {2018},
  howpublished = {url{https://github.com/ne7ermore/torch-light}}
}

Contact

Feel free to contact me if there is any question (Tao liaoyuanhuo1987@gmail.com). Tao Ne7ermore/ @ne7ermore

Dependencies

上一篇:MNIST_Pytorch_python_and_capi

下一篇:portrain-gan

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...