Git Product home page Git Product logo

papaa18-tutorial's Introduction

PAPAA'18 Tutorials

These are the tutorials prepared by Professor Wayne Luk from Imperial College London to introduce the principles and usage of the Convolutional Neural Network (CNN) on Field Programmable Gate Arrays.

Structure

The structure of the tutorials is:

Session A

Session B

  • Tutorial 3: CNN quantisation effect and exploration
  • Tutorial 4: Hardware design generation and deployment
.
├── data
│   ├── figs
│   └── mnist_model
└── notebooks  # Here are the tutorials
    └── Answer # Here are the answers, please look after attempting ;)
├── model      # Here should be the checkpoint and model files
   └── ssd_ckpt

Installation & Requirements

Step #1: VirtualBox

We will need to install a Virtual Machine, in case you are not familiar here is the process:

Step #1.1: Download VirtualBox

Please navigate to this address and choose your distribution: https://www.virtualbox.org/.

Step #1.2: Install VirtualBox

Depending on your distribution please install VirtualBox.

Step #2: Creating a VirtualMachine

Step #2.1: Download the installation disc

Please downlaod the image file papaa-tutorial.ova. This image has all dependencies preinstalled and is ready to use. Download it at: http://bit.ly/imperial_vm. Or use BaiDuYun https://pan.baidu.com/s/1A2barVEPNhvtUW1eR6gnjA.

Step #2.2: Creating and booting up your VirtualMachine

Inside VirtualBox click on File -> Import Appliance and find the downloaded image on your disk and add it to the menu and then click Continue. All the settings that you are going to see in the next screen are pre-made, you just have to click Import. That should then take approximately 5-10 minutes or less depending on your machine.

Step #2.2.1: Power it up

Double click the imported machine to power it on and there we go!

We will be mostly using python in our demonstration. In case you are not familiar with python, check out this link which is doing a very good job at explaining the basics: Link.

Step #3: Launching the Tutorials

# To get to the tutorial folder, or follow the alias link on your desktop
cd /home/jack/papaa18-tutorial/

# Activate the virtual environment
source venv/bin/activate

# To launch the jupyter notebook
jupyter notebook

# You should see an URL appear in the terminal if your browser automatically
# does not turn on copy that URL to your browser of choice

If you would like to install jupyter notebooks to run on your personal devices simply do:

# Assuming that you have pip installed
pip3 install --upgrade pip
pip3 install jupyter

Contact

If you would like to discover more please do not hesitate to contact us at:

papaa18-tutorial's People

Contributors

martinferianc avatar kumasento avatar aksenventwo avatar niushin avatar superx21 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.