Code Monkey home page Code Monkey logo

accelerated_dl_pytorch's Introduction

accelerated_dl_pytorch

This is the repository for Accelerated Deep Learning with Pytotch tutorial and Jupyter Day Atlanta 2018 talk slides. It features full tutorial notebook, Jupyter Notebook Slides html file, and a demo with surface finish quality inspection.

Knowledge Prerequisites

This tutorial assumes familiarity with Python and Numpy.

Tutorial Prerequisites

Python3 is required to run this tutorial. You also will need some libraries from SciPy package (NumPy, Matplotlib, Pandas), Jupyter Notebook support, Seaborn for plotting, and Pytorch 0.3.0 or newer.

The simpliest way to maintain Python with all these libraries as well as many others is to install Anaconda. You can Find Pytorch installation instructions on the Pytorch page.

CUDA availability is not strictly required, but highly desirable. Life is short -- use a GPU!

How to Use

Our tutorial git has two submodules - for surface dataset, and for pretrained model for surface finish quality inspection. To download the tutorial, use

git clone --recurse-submodules [email protected]:hpcgarage/accelerated_dl_pytorch.git

If you didn't clone repository with its submodules, you can always clone submodules with this command:

git submodule update --init --recursive

To run the Jupyter Notebook Slides as at Jupyter Day Atlanta 2018 talk, you can use following command:

jupyter nbconvert tutorial_presentation.ipynb --to slides --post serve

Table of Contents

  1. Essential PyTorch Background
  2. PyTorch for Data Analytics
  3. LeNet Convolutional Neural Network (CNN) in PyTorch
  4. Application to a Manufacturing Problem

accelerated_dl_pytorch's People

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.