Git Product home page Git Product logo

kaggle_diabetic_retinopathy's Introduction

Kaggle Diabetic Retinopathy Solution.

Fifth place solution for the Kaggle Diabetic Retinopathy competition including some trained network. For more information see my blog post.

The code is quite badly written (lots of ideas, not so much time) but I figured it was more important to release it quickly than to rewrite it all and only publish it weeks later. The most interesting file will probably be the notebook at notebooks/Sample_prediction.ipynb which shows how to load the model dump, do some predictions with it and see the activations for the different layers.

Important to note: the code is built on top of Lasagne at commit cf1a23c21666fc0225a05d284134b255e3613335. For Theano I have been using the latest master and have no problems. Some specific versions:

  • Theano: 9a653e3e91c0e38b6643e4452199931e792a24a2
  • Lasagne: cf1a23c21666fc0225a05d284134b255e3613335
  • Numpy: 1.9.2
  • Pandas: 0.15.2
  • Scikit-learn: 0.16.0
  • Scipy: 0.15.1
  • IPython: 3.0.0
  • Matplotlib: 1.4.2

The basic model included is dependent on cuDNN (but not tested with the latest cuDNN 3 RC). I have, however, also made an export of the raw parameter values for the network using export_params.py. You could then replace the cuDNN layers by the layers of your choice or use these parameters to initialise layers in other frameworks.

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.