Giter Site home page Giter Site logo

intro-to-ml's Introduction

Introduction to Machine Learning with Python

A workshop designed by Katharine Jarmul for learning Machine Learning with Python. Designed for a one-day training.

Installation

These lessons has been tested for Python 3.6 and primarily uses the latest release of each library, except where versions are pinned. You likely can run most of the code with older releases, but if you run into an issue, try upgrading the library in question first.

First you will need to install Conda for your OS or use a virtual environment with pip.

Then, to install all the requirements, we will setup a conda environment. You can do so and install all the requirements like so:

conda create -n py3data --copy python=3.6
source activate py3data
pip install -r requirements.txt

or do so within your virtualenv.

Then, when you want to run code you will need to make sure you are in your environment. To do so, you will type:

source activate py3data

In addition, you will need to install sqlite3 or make changes to the NLP case study with a connection string to your database of choice. more info

Repository structure

We will be using the notebooks folder for sharing our work.

We also have a folder for data and a solutions folder (for taking a peek at the challenge solutions).

Python2 v. Python3

This repository has been built with Python 3. If you are using Python 2 and need help porting some logic or finding alternatives, please let me know and I will try and help. :)

Corrections?

If you find any issues in these code examples, feel free to submit an Issue or Pull Request. I appreciate your input!

Questions?

Reach out to @kjam on Twitter or GitHub or via Kjamistan UG website.

intro-to-ml's People

Contributors

kjam avatar

Watchers

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