Coder Social home page Coder Social logo

miratrix / machinelearningbootcamp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tomdcsmith/machinelearningbootcamp

0.0 2.0 0.0 308 KB

boilerplate code, scripts, modules, data for CCA 2-day Machine Learning Bootcamp

Jupyter Notebook 89.96% Python 10.04%

machinelearningbootcamp's Introduction

Machine Learning Bootcamp Setup Instructions

Install Python

Install Anaconda (Python 2.7) from: https://www.continuum.io/downloads This includes python 2.7.9 and the necessary libraries we will be using: "numpy", "matplotlib", "scipy" and "scikit-learn"

Install Packages

Installing required packages using "pip"

Open your terminal and check whether you have the "pip" function installed by typing pip (and enter) If you do not have pip installed, check the link: https://pip.pypa.io/en/latest/installing/ (If installing via the terminal/command line, ensure you are in the directory where you have downloaded the file "get-pip" or if using chrome right-click on the link to download, save to desktop, and simply double click on the executable).

You may need to use sudo pip install (for OSX, *nix, etc) or run your command shell as Administrator (for Windows) to be able to perform the installation of the folllowing individual packages:

(sudo) pip install Plotly
(sudo) pip install keras

(sudo) pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git

or if you're using windows, follow the instructions at: http://deeplearning.net/software/theano/install_windows.html#install-windows

If you already have any of the previously-mentioned libraries installed, you can update them to a newer version using the syntax:

pip install <package> --upgrade

where <package> can be any of the libraries mentioned above.

Install required packages with Conda

Once more in your terminal run:

conda install opencv

If the opencv/cv2 library does not load and gives you an error while in step 8, you may want to try this newer version:

conda install -c https://conda.binstar.org/menpo opencv

Install git

Install git if you don't have it: http://git-scm.com/

Sign up for a GitHub

Sign up for a GitHub account or sign in if you have one: github.com

Fork the code

Fork the CCA bootcamp repository at:

https://github.com/cambridgecoding/machinelearningbootcamp.git

Download the data

Download the following file (may take some time) and place it in the day2 folder

VGG16 weights (500MB) from https://drive.google.com/file/d/0Bz7KyqmuGsilT0J5dmRCM0ROVHc/view

Finalise the setup

Open and run the "load_libraries.ipynb" file, wait for the pre-fetching of the CIFAR10 dataset to be completed (it may take a while but a progress bar will show you the remaining time) and check whether the libraries have been successfully loaded.

machinelearningbootcamp's People

Contributors

eahat avatar

Watchers

James Cloos avatar  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.