GithubHelp home page GithubHelp logo

mlnd's Introduction

Machine Learning Nano Degree Repo

This is a general repository for Udacity's MLND program. Each directory represents a different machine learning project. All of these projects rely on the Python data ecosystem & Jupyter notebooks. For best results download the Anaconda Python distribution and create a conda environment.

Download Anaconda

Follow the instructions at the following link: https://www.continuum.io/downloads

FYI: if you don't want the full Anaconda distribution, download Miniconda. Miniconda does not include all the libraries that the full Anaconda distribution does. Download Miniconda at the following link: http://conda.pydata.org/miniconda.html

These projects were built on top of Python 2.7 (unfortunately)

Create an Environment

After Anaconda or Miniconda have been installed it is best to create a virtual environment to interact with any of the projects. This can be done by using the conda environment manager (docs linked below.)

conda create --name mlnd --file requirements.txt

A basic requirements file is included. Note that the rsi project has a separate requirements file. To activate the environment use the following command:

source activate mlnd

conda docs: http://conda.pydata.org/docs/using/envs.html

Installing Pygame

in order to install Pygame the following command needs to be run:

conda install -c https://conda.binstar.org/quasiben pygame

Here you are adding user quasiben's channel to your Anaconda/Miniconda distribution and installing the package from there. Make certain that you have activated your environment before you install the pygame package.

To learn more about binstar/Anaconda Cloud start at the following link: https://conda.anaconda.org/

mlnd's People

Contributors

theofanislekkas avatar

Stargazers

Jason Quick avatar  avatar

Watchers

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