Coder Social home page Coder Social logo

kdd2018's Introduction

Deep Learning with Keras - Hands-on Workshop

What to expect:

This workshop is intended for an audience that is new to Keras.

Workshop Agenda:

Section 1:

  • Introduction to Keras
  • How to build and train a model using Keras APIs
  • Using Callbacks

Section 2

  • Building a CNN model using Keras Layers
  • Data augmentation with ImageGenerator
  • Feature extraction with pre-trained CNN model
  • Introduction to Fine Tuning

Section 3

  • Word Embeddings in Keras
  • Using pre-trained word embeddings with the Embedding layer
  • Introduction to RNN layers

Section 4

  • Workflow for solving Text Classification problems
  • Using a N-gram model
  • Using a Sequence model

Installation instructions

Required packages:

  • Install Anaconda and create an environment that you can use for this workshop.

  • Install TensorFlow. There is a section specific to installing TensorFlow in a conda environment.

  • Install Keras.

  • Install Pillow.

  • Install Pandas

  • Confirm that TensorBoard is installed.

Required Datasets:

  • Download the Cats Vs Dogs dataset from the Kaggle website. You will have to create an account if you don't have one already.

  • Download the GloVe pre-trained embedding from the GloVe website.

  • Download the IMDB dataset from this website

  • Download the Rotten Tomatoes reviews from the Kaggle website

Verify Installation:

  • git clone https://github.com/anj-s/kdd2018.git

  • Activate your conda environment

  • Start the Jupyter notebook by running "jupyter notebook"

  • Verify that you can run Keras and TensorFlow by running the "Verify Installation" jupyter notebook.

NOTE: During the workshop you will need to modify the data directory paths in the notebooks since you will be pointing to a local directory.

kdd2018's People

Contributors

anj-s 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.