Skip to content

Latest commit

 

History

History

tutorial

NNabla Tutorial

NNabla's tutorials are provided as Jupyter Notebooks where you can run the code step-by-step.

On many Linux (probably on Windows), Jupyter can be easily installed using pip by:

pip install ipython<=5  # IPython>=6 is not supported in Python<=3.3.
pip install jupyter

You can run Jupyter server on your terminal on this folder.

jupyter notebook

Then, follow the instruction printed on your terminal to connect the server on your browser.

Open the .ipynb files to start tutorials.

You can also run it directly on Colab from the links in the table below.

Name Notebook Doc
NNabla By Examples Open In Colab read
NNabla Python API Open In Colab read
Cifar-10 Training Open In Colab Coming Soon
Model Finetuning Open In Colab read
Debugging Open In Colab read
Static vs. Dynamic Neural Network in NNabla Open In Colab read
Image Generation with DCGAN Open In Colab Coming Soon
Semi-Supervised Learning with VAT Open In Colab Coming Soon
Unsupervised Learning with VAE Open In Colab Coming Soon
Feature Embedding with SiameseNet Open In Colab Coming Soon
Mixed Precision Training read
Data Parallel Distributed Training read
Graph Converter for Inference read