Git Product home page Git Product logo

mlnsc_2017a's Introduction

MLNSC_2017A

Public Repository of Machine Learning Nagoya Sub-Committee (MLNSC) DLScratch-Reading and Workshop.

Official Docker Image

MLNSC official Docker Image is available ( https://hub.docker.com/r/antimon2/mlnsc-dlscratch ).
Easy to use with the provided scripts.

CLI

for Linux/macOS:

$ docker pull antimon2/mlnsc-dlscratch
$ ./docker.run.sh

for Windows (PowerShell):

PS> docker pull antimon2/mlnsc-dlscratch
PS> ./docker.run.bat

Run Jupyter notebook

$ ./docker.run.jupyter.sh

or

PS> ./docker.run.jupyter.bat

and then open http://localhost:8888/

Setup dataset directory

Since Chapter 3, the workshop requires some dataset provided by official repository. Please run the script as follows.

for Linux/macOS

Run the script as below:

$ cd dataset
$ ./get_mnist_py.sh

or, if you caught some errors when runnning this, you run docker-container first and run the script as follows:

$ ./docker.run.sh
root@xxxxxxxxxxxx:/opt/notebooks# cd mlnsc/dataset
root@xxxxxxxxxxxx:/opt/notebooks/mlnsc/dataset# ./get_mnist_py.sh
root@xxxxxxxxxxxx:/opt/notebooks/mlnsc/dataset# exit

for Windows

You run docker-container first with ./docker.run.bat, and run the script in the container as follows:

root@xxxxxxxxxxxx:/opt/notebooks# cd mlnsc/dataset
root@xxxxxxxxxxxx:/opt/notebooks/mlnsc/dataset# ./get_mnist_py.sh
root@xxxxxxxxxxxx:/opt/notebooks/mlnsc/dataset# exit

mlnsc_2017a's People

Contributors

antimon2 avatar

Watchers

 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.