Giter Club home page Giter Club logo

pytorch-deep-learning's Introduction

Deep Learning (with PyTorch) Binder

This notebook repository now has a companion website, where all the course material can be found in video and textual format.

๐Ÿ‡ฌ๐Ÿ‡ง ย  ๐Ÿ‡จ๐Ÿ‡ณ ย  ๐Ÿ‡ฐ๐Ÿ‡ท ย  ๐Ÿ‡ช๐Ÿ‡ธ ย  ๐Ÿ‡ฎ๐Ÿ‡น ย  ๐Ÿ‡น๐Ÿ‡ท ย  ๐Ÿ‡ฏ๐Ÿ‡ต ย  ๐Ÿ‡ธ๐Ÿ‡ฆ ย  ๐Ÿ‡ซ๐Ÿ‡ท

Getting started

To be able to follow the exercises, you are going to need a laptop with Miniconda (a minimal version of Anaconda) and several Python packages installed. The following instruction would work as is for Mac or Ubuntu Linux users, Windows users would need to install and work in the Git BASH terminal.

Download and install Miniconda

Please go to the Anaconda website. Download and install the latest Miniconda version for Python 3.7 for your operating system.

wget <http:// link to miniconda>
sh <miniconda*.sh>

Check-out the git repository with the exercise

Once Miniconda is ready, checkout the course repository and proceed with setting up the environment:

git clone https://github.com/Atcold/pytorch-Deep-Learning

Create isolated Miniconda environment

Change directory (cd) into the course folder, then type:

# cd pytorch-Deep-Learning
conda env create -f environment.yml
source activate pDL

Start Jupyter Notebook or JupyterLab

Start from terminal as usual:

jupyter lab

Or, for the classic interface:

jupyter notebook

Notebooks visualisation

Jupyter Notebooks are used throughout these lectures for interactive data exploration and visualisation.

We use dark styles for both GitHub and Jupyter Notebook. You should try to do the same, or they will look ugly. JupyterLab has a built-in selectable dark theme, so you only need to install something if you want to use the classic notebook interface. To see the content appropriately in the classic interface install the following:

pytorch-deep-learning's People

Contributors

atcold avatar ritchieng avatar skyil7 avatar jonathansum avatar asvyatkovskiy avatar ebetica avatar guidopetri avatar deeesp avatar fguiso avatar marofmar avatar melikenurm avatar marcozullich avatar titusjgr avatar utph avatar lecjacks avatar emirceyani avatar seungjaeryanlee avatar wwengm avatar jiqihumanr avatar mrinaljain17 avatar goodboychan avatar shc443 avatar tangshengku avatar bofei5675 avatar mekici avatar nhuang37 avatar seungheondoh avatar xingdi-eric-yuan avatar yigitsever avatar victorsergio 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.