Code Monkey home page Code Monkey logo

dip-workshop's Introduction

Repor for Deep Learning Workshops

  • sponsored by EEE AI Lab
  • This repo may refer to online materials/MOOCs and it is for educational purpose only.

Python Environment (local, CPU-only) Setup Guide

Download and install Anaconda

Choose Python 3.x version: https://www.anaconda.com/download/#macos

Env Setup

1. Create Environment

Open a terminal(for Mac) / Anaconda Prompt(for Windows), type command

$ conda create -n DIP python=3.6

Then

  • for Windows, type: $ conda activate DIP
  • for mac/linux, type: $ source activate DIP

2. Install packages

Type command: $ conda install pandas numpy scikit-learn matplotlib tensorflow keras jupyterlab ipykernel

3. Validate your installation

Type command: $ jupyter lab to start the interactive notebook for your experiments. By default, a service will be running at http://localhost:8888/. You can access it using any browser.

Then create a notebook, run the following code:

import keras
import matplotlib
import numpy as np
import pandas as pd
import tensorflow as tf

You should see no error.

Setup on your GPU server

You are given an account to access one of our GPU stations (Tesla V100 or GTX 1080 Ti) at EEE AI Lab.

To connect to the server

$ ssh your_username@IP_ADDRESS

Install Anaconda

Run following commands:

$ cd ~
$ wget https://repo.anaconda.com/archive/Anaconda3-5.3.0-Linux-x86_64.sh
$ bash Anaconda3-5.3.0-Linux-x86_64.sh

Then make response accordingly.

dip-workshop's People

Contributors

flint-xf-fan 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.