GithubHelp home page GithubHelp logo

mxnet_tutorial's Introduction

Mxnet?

  • Flexible and Efficient Library for Deep Learning
  • Symbolic programming or Imperative programming
  • Mixed programming available (Symbolic + imperative)

Introduction

  • It is a tutorial that can be helpful to those who are new to the MXNET Deep-Learning Framework

Official Homepage Tutorial

Let's begin with

  • Required library and very simple code
import mxnet as mx
import numpy as np

out=mx.nd.ones((3,3),mx.gpu(0))
print(mx.asnumpy(out))
  • The below code is the result of executing the above code
<NDArray 3x3 @gpu(0)>
[[ 1.  1.  1.]
 [ 1.  1.  1.]
 [ 1.  1.  1.]]

Topic 1 : Symbolic Programming

Topic 2 : Imperative Programming

Development environment

  • os : window 10.1 64bit and Ubuntu linux 16.04.2 LTS only for tensorboard
  • python version(3.6.1) : anaconda3 4.4.0
  • IDE : pycharm Community Edition 2017.2.2 or visual studio code

Dependencies

  • mxnet-1.0.0
  • numpy-1.12.1, matplotlib-2.0.2 , tensorboard-1.0.0a7(linux) , graphviz -> (Visualization)
  • tqdm -> (Extensible Progress Meter)
  • opencv-3.3.0.10 , struct , gzip , os , glob , threading -> (Data preprocessing)
  • Pickle -> (Data save and restore)
  • logging -> (Observation during learning)
  • argparse -> (Command line input from user)
  • urllib , requests -> (Web crawling)

Author

JONGGON KIM GitHub

[email protected]

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.