Giter Club home page Giter Club logo

machine-learning-az's Introduction

Machine Learning A-Z

Practical examples from Machine Learning A-Z rewriten using Jupyter Notebooks.

NOTE This source code does not affilated by SuperDataScience Team (original course authors)

Setup environment (macOS, pyenv)

I use macOS as a host system and pyenv to install Python. I recommend to use the latest Python 3.x. There is a trick to make matplotlib works properly: you have to install Python as a framework for macOS. I also suggest you to install all libs globally (without virtualenv) to do not repeat all this tricks again for each virtual environments.

# Install pyenv using Homebrew
brew install pyenv
# Install python 3 as a framework
PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.6.1
# I always use latest python as global, but you can use it as local
pyenv global 3.6.1
# Ensure you the version, restart your shell otherwise
python --version
# Install all you need for Machine Learning course
pip install jupyter numpy pandas matplotlib sklearn statsmodels

Alternatively you could install python using Homebrew brew install python3 and install all libraries pip3 install jupyter numpy pandas matplotlib sklearn statsmodels.

Run examples

Get source code and run Jupyter Notebook

# Clone repo to get a working copy
git clone [email protected]:satyrius/machine-learning-az.git
# Change directory
cd machine-learning-az
# Run Notebook
jupyter-notebook

FAQ

Q: Why this course?

A: This is the best ML course I ever seen. Authors did a great job, they make complex things simple by giving a no-bulshit explanation and giving a lot of real-life practical examples.

Q: Why Jupyter Notebooks?

A: Because I personnaly don't like Anaconda fat pack and Spider IDE ( ╯°□°)╯ ┻━━┻.

machine-learning-az's People

Contributors

satyrius avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

daniagung

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.