Coder Social home page Coder Social logo

dl_computefest_2017's Introduction

Deep Learning Workshops

Computefest 2017

Requirements

Hi everybody. Welcome to the Computefest 2017 Deep Learning workshops! You should install the following Python libraries in order to read and run the code in the notebooks. You can install them using the pip package manager, or any other package manager of your choice.

sudo pip install tensorflow jupyter matplotlib

Windows

It looks like TensorFlow is only supported natively on Python 3.5. You can set up a Python 3.5 environment with conda as follows:

conda create -n tensorflow python=3.5
source activate tensorflow

If source activate doesn't work, try with activate tensorflow.

After your environment is created, you just need to install tensorflow, jupyter and matplotlib with pip:

pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.1-cp35-cp35m-win_amd64.whl
pip install jupyter matplotlib

If you run into a setuptools issue, you can fix it by reinstalling setuptools manually. Download ez_setup.py and run it:

python ez_setup.py

Now you should be able to install the libraries with pip (pip install tensorflow jupyter matplotlib) and finally run jupyter:

jupyter notebook

Check everything works fine

Once you've installed the libraries, run jupyter notebook from the root of this project. Open the Init.ipynb notebook and run the cells. They will just import the libraries and, if nothing breaks, it means that you're all set for the workshops

Troubleshooting

OSError: [Errno 1] Operation not permitted: you can run into this issue when installing the aforementioned libraries. I suggest you to fix this by installing the Homebrew package manager.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then, just reinstall Python.

brew install python

Alright, the installation of the requirements should work now.

sudo pip install tensorflow jupyter matplotlib

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.