Coder Social home page Coder Social logo

startguidetoml's Introduction

StartGuideToML

My Journey learning Machine Learning and Core ML - Join me

I will try to guide you as I have been learning, I am using Imac. So this guide will be aimed at Mac users. But I will later edit this guide to include Windows users too.

First thing first. Let's get our machine ready:

The easiest thing to start with is Anaconda. To install Anaconda go to https://www.anaconda.com/download For simplicity I recommend installing Python 2.7 version (later we will install 3.6v don’t worry)

Once Anaconda has been installed test it by running the following command in Terminal : $ conda

if you see the output ... conda is a tool for managing and deploying applications, environments and packages. ...

Then it is installed correctly. Else please see:

https://askubuntu.com/questions/908827/variable-path-issue-conda-command-not-found https://stackoverflow.com/questions/44597662/conda-command-is-not-recognized-on-windows-10

Ok, next step is to install the necessary Python Packages:

$ sudo easy_install pip

$ (sudo) pip install jupyter tensorflow keras numpy scipy ipython pandas matplotlib sympy nose

$ (sudo) pip install -U scikit-learn

$ (sudo) pip install pydotplus xlrd

$ conda install statsmodels

Now lets test it

Run $ jupyter notebook

If Jupyter has opened up in your Browser, then we are ready for next step:

startguidetoml's People

Contributors

mrthiago 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.