Giter VIP home page Giter VIP logo

how-machine-learning-works's Introduction

How Machine Learning Works

This repository contains the code accompanying the work done in How Machine Learning Works by Mostafa Samir, Manning Publications. All the code is written with python.

Usage

To start using this code, you need first to clone it to your local machine. There are two ways you can do that:

  1. Using the terminal/cmd (provided that you have git installed) by running:
$ git clone [email protected]:Mostafa-Samir/How-Machine-Learning-Works.git
  1. By clicking on the green button above labeled Clone or download and choosing Download ZIP. Extract the zip after downloading it.

If you followed the way of the book (described in Appendix A) and used the Anaconda distribution; all you need to do is to to enter the repository's directory on your machine and run (through the terminal/cmd):

$ jupyter notebook

The Jupyter Notebook interface should open on your default browser and everything will be installed for the code to work.

However, if you chose to run your own environment using pip or conda in a virtual environment, then you're on your own installing the required packages! We're not worried though, you probably know what you're doing ๐Ÿ˜‰

Structure

The repository is structured into directories for each part of the book. Within each part, every chapter has its own notebook. In addition to chapters' notebooks, you may find a utility.py file in the part's directory; this file contains utility methods used in the notebook but its implementation may be outside the scope of the book at that phase.

Moreover, all the datasets we use in the book can be found in the datasets directory.

Errors and Fixes

Your error reports and/or fixes are very much welcomed! If you found an error, please do open an issue here describing the error, the environment you had the error on, and how the error can be reproduced (if applicable).

If you know how the error can be fixed, it will much appreciated if you forked the repo, fixed the error in your fork and opened a pull request to merge the fix back in here ๐Ÿ‘

how-machine-learning-works's People

Contributors

mostafa-samir avatar

Stargazers

 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.