Giter Club home page Giter Club logo

deep-learning-essentials's Introduction

Deep Learning Essentials

Deep learning essentials is a collection of reusable code examples to get you started with deep learning. The deep learning library of choice is Keras. All the code works with both Theano and Tensorflow as backend. Below is an overview of what you will find in this repository. Each folder contains it's own readme with detailed instructions.

Disclaimer

This is work in progress and currently extremely unorganized. Use at your own risk. You are for sure encountering lots of obstacles in getting started ;)

Compatibility

Currently, you must use Python 3 to run this stuff. Do python --version and make sure it says something like 3.x.x

Overview of content

images

Any code specific to image processing.

VGG 16

Keras model for the VGG 16 architecture with pre-trained weights. Comes with code to load images with proper preprocessing.

DeepDrive

Port of deepdrive.io. Keras model for a CNN able to keep a car in the lane. Pretrained weights available. To get started, go to root path of repo and do:

export PYTHONPATH=$(pwd)
KERAS_BACKEND=theano python images/pretrained/deep_drive/model_test.py
KERAS_BACKEND=tensorflow python images/pretrained/deep_drive/model_test.py

This should successfully predict 6 values each for 6 test images. If things work, you should see losses around 0.01.

deep-learning-essentials's People

Contributors

dominicbreuker avatar

Watchers

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