Coder Social home page Coder Social logo

appcoreopc / kaggle_state_farm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marvinbertin/kaggle_state_farm

0.0 2.0 0.0 2.09 MB

VGG & Resnet Neural Networks for Kaggle's State Farm Distracted Driver Detection contest (Tensorflow)

Jupyter Notebook 91.54% Python 8.46%

kaggle_state_farm's Introduction

Kaggle/State Farm Image Recognition Challenge

Given a dataset of 2D dashboard camera images, State Farm is challenging Kagglers to classify each driver's behavior. Are they driving attentively, wearing their seatbelt, or taking a selfie with their friends in the backseat?

Jupyter Notebook

Check Notebook for an overview of the implementation

Model Architectures

VGG Neural Network

  • Developed by the Visual Geometry Group at the University of Oxford.
  • It is class of very deep Convolutional Networks for large-scale Visual Recognition tasks.
  • Won the first and the second places in the localisation and classification tasks respectively at the ImageNet ILSVRC-2014 contest.

Deep Residual Neural Network (Resnet)

  • Developed by Microsoft Research.
  • Won 1sth place in classification tasks at the ImageNet ILSVRC-2015 contest.
  • The residual learning framework makes is easier to optimize much deeper networks, while maintaining a relativaly low complexity.
  • Regular neural networks tend to decrease in accuracy at large depths, due to information degradation.
  • Residual learning introduce skip connections, which allow information flow into the deeper layers and enable us to have deeper networks with better accuracy.

kaggle_state_farm's People

Contributors

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