Code Monkey home page Code Monkey logo

raindropdetection's Introduction

SUMMARY:

This work proposes a solution to droplet classification using Gist features and an SVM classifier. This solution achieved perfect recall and precision scores on both training and evaluation sets. As a results, the submitted python file contains this method as my final solution to the task. Additionally, this work explores 2 other alternative approaches (deep learning and blob detection) for the sake of comparison. The implementation of these 2 alternatives can be found in the jupyter notebook files and their performance is analyzed together with the proposed approach in the attached report.

========================================================================== CONTENTS:

Code development was done using Python 3 on jupyter notebook files. The final submission consists of a'.py' file containing the source code together with a necessary '.pkl' file containing the trained classification model for the proposed approach. Additionally, there is a PDF report explaining the steps I took to arrive to my proposed approach, highlighting the decisions I made along the way.

========================================================================== FOLDERS:

models/ This folder contains 10 trained classification models, 5 intances of an SVM model (Proposed approach) and 5 instances of a deep learning model (alternative 1).

notebooks/ This folder contains all the jupyter notebooks I used during the development of this project. They include code with comments and short paragraphs about the steps I took and what I learnt from each taken step.

reference/ This folder has PDFs of the scientific papers that I referenced in some jupyter notebook files and in the final report.

report/ This folder holds the files I used with Latex to produce the PDF report. The final PDF report is included in this folder as well.

solution/ This folder is the package that contains my proposed solution to the classification task. It includes a '.pkl' file with the trained ML model and a '.py' file with the source python code ready to be run. (Make sure you have the required libraries installed)

tools/ This folder has python scripts that I used in the jupyter notebook files.

raindropdetection's People

Contributors

carlowiesse avatar

Stargazers

 avatar

Watchers

 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.