Coder Social home page Coder Social logo

crobisaur / crobthesissetupubuntu1204 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4 KB

This is a description (for myself) on how to seet up Ubuntu 12.04 with Caffe neural network framework & python3.5 + packages for my thesis experiments.

License: MIT License

crobthesissetupubuntu1204's Introduction

crobThesisSetupUbuntu1204

This is a description (for myself) on how to seet up Ubuntu 12.04 with Caffe neural network framework & python3.5 + packages for my thesis experiments.

  1. First thing is to follow this guide here (https://github.com/BVLC/caffe/wiki/Install-Caffe-on-EC2-from-scratch-%28Ubuntu,-CUDA-7,-cuDNN%29) on how to install Caffe on Ubuntu 12.04

  2. Next set up any IDE you wish to use, pycharm in my case

  3. Next install python3.5 (http://askubuntu.com/questions/682869/install-python-3-5-on-vivid-using-apt-get)

  4. sudo add-apt-repository ppa:fkrull/deadsnakes sudo apt-get update sudo apt-get install python3.5

  5. Once all that is taken care of, install packages needed for thesis work:

  6. Numpy

  7. Scipy

  8. matplotlib

  9. sci-kit learn

  10. sci-kit image

  11. h5py

  12. pillow

  13. tiffile.py (only needed for reading in raw data files)

  14. Install packages via: (http://stackoverflow.com/questions/18785063/install-numpy-in-python-virtualenv)

  15. ex: virtualenv ~/.venvdir/venv/ && ~/.venvdir/venv/bin/pip3.5 install foo

  16. pyqt5 sudo apt-get install qtcreator pyqt5-dev-tools

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.