Neural Network Libraries - Examples
This repository contains working examples of Neural Network Libraries.
Before running any of the examples in this repository, you must install the Python package for Neural Network Libraries. The Python install guide can be found here.
Before running an example, also run the following command inside the example directory, to install additional dependencies:
cd example_directory
pip install -r requirements.txt
Docker workflow
- Our Docker workflow offers an easy installation and setup of running environments of our examples.
- See this page.