Giter Site home page Giter Site logo

aakashns / deep-learning-workbook Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 8.0 211 KB

A universal workflow for solving machine learning problems

License: MIT License

Jupyter Notebook 100.00%
machine-learning jupyter-notebook deep-learning keras tensorflow

deep-learning-workbook's Introduction

Deep Learning Workbook

The Jupyter notebook deep-learning-workbook.ipynb outlines a universal blueprint that can be used to attack and solve any machine learning problem. It is based on the workflow described in the book Deep Learning with Python.

Usage Instructions

  1. Set up your dev environment with Jupyter, Tensorflow & Keras (or any other ML framework). Follow this guide if you wish to use a GPU on AWS.

  2. Download the latest version of the workbook using the command:

wget https://raw.githubusercontent.com/aakashns/deep-learning-workbook/master/deep-learning-workbook.ipynb
  1. Change the file name, title and kernel as desired. This notebook was originally written with the kernel conda:tensorflow_p36 on the AWS Deep Learning AMI.

  2. Follow the steps described in to notebook, filling in the blanks marked as TODO.

  3. Once you're done building the final model, you can delete the cells containing instructions.

Deep Learning Workflow

See the Jupyter notebook deep-learning-workbook.ipynb for the detailed step-by-step workflow for solving machine learning problems using Deep Learning. Following is a short summary of the workflow:

  1. Define the problem at hand and the data you will be training on; collect the data or annotate it with labels.

  2. Choose how you will measure success on your problem. Which metrics will you be monitoring?

  3. Determine your evaluation protocol: hold-out validation? K-fold validation? Which portion of the data should you use for validation?

  4. Develop a first model that does better than a basic baseline: a model that has "statistical power".

  5. Develop a model that overfits.

  6. Regularize your model and tune its hyperparameters, based on performance on the validation data.

Credits

The Jupyter notebook is based on the universal workflow for machine learning outlined in the book Deep Learning With Python by François Chollet, the author of Keras.

deep-learning-workbook's People

Contributors

aakashns avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.