File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change 55This repository provides tutorial code in C++ for deep learning researchers to learn PyTorch.
66
77## Getting Started
8- - Install
8+ - Fork/Clone and Install
99```
10- ./scripts.sh install
10+ $ git clone https://github.com/prabhuomkar/pytorch-cpp.git
11+ $ chmod +x scripts.sh
12+ $ ./scripts.sh install
1113```
1214- Build
1315```
14- ./scripts.sh build
16+ $ ./scripts.sh build
1517```
1618
1719## Table of Contents
@@ -20,4 +22,24 @@ This repository provides tutorial code in C++ for deep learning researchers to l
2022* [ PyTorch Basics] ( https://github.com/prabhuomkar/pytorch-cpp/tree/master/tutorials/basics/pytorch_basics/main.cpp )
2123* [ Linear Regression] ( https://github.com/prabhuomkar/pytorch-cpp/tree/master/tutorials/basics/linear_regression/main.cpp )
2224* [ Logistic Regression] ( https://github.com/prabhuomkar/pytorch-cpp/tree/master/tutorials/basics/logistic_regression/main.cpp )
23- * [ Feedforward Neural Network] ( https://github.com/prabhuomkar/pytorch-cpp/tree/master/tutorials/basics/feedforward_neural_network/main.cpp )
25+ * [ Feedforward Neural Network] ( https://github.com/prabhuomkar/pytorch-cpp/tree/master/tutorials/basics/feedforward_neural_network/main.cpp )
26+
27+ #### 2. Intermediate
28+ * [ Convolutional Neural Network] ( )
29+ * [ Deep Residual Network] ( )
30+ * [ Recurrent Neural Network] ( )
31+ * [ Bidirectional Recurrent Neural Network] ( )
32+ * [ Language Model (RNN-LM)] ( )
33+
34+ #### 3. Advanced
35+ * [ Generative Adversarial Networks] ( )
36+ * [ Variational Auto-Encoder] ( )
37+ * [ Neural Style Transfer] ( )
38+ * [ Image Captioning (CNN-RNN)] ( )
39+
40+ ## Dependencies
41+ - C++
42+ - PyTorch C++ API
43+
44+ ## Authors
45+ - Omkar Prabhu - [ prabhuomkar] ( https://github.com/prabhuomkar )
You can’t perform that action at this time.
0 commit comments