Robotics: Software

Copter Detection - 1

  1. Using synthetic dataset for copter detection
    This is the first of "copter detection" posts. We are going to create a simple CNN for copter segmentation (locating it in an image). The main challenge is to awoid shooting 10,000 photos for a training dataset (solved).

Coins Classifier

  1. Find coins in image
  2. Head or Tail?
  3. Classifying coins by value
  4. Classifying coins by year

Melonaire

A end to end example of using Deep Learning for the task of... classifying water melons. You knock on a melon, the program records the sound, and predicts if it is sweet and soft or not.

Of course, you want to do it in the store when buying the thing, and it means you can not go there carrying your computer connected to Google Colab. So we will design and train the NN on your home PC, and then port it to an Android phone.

Note that Google keeps changing the rules for software uploaded to Google Play, so the link yo Melonaire in a Google Play is most likely dead. I have neither time not motivation to keep it updated. You can always compile a new version on a latest Android Studio (or use the old one if you don't want to comply to all changes they introduced), and it will work. It is a tutorial, anyway. To learn to classify water melons will take you (a human) just few attempts, so you do not need software for that.

  1. User's Guide
  2. Programmer's Guide

NeuroDog

A dogs species classifier I wrote for a Kaggle competition.

  1. User's Guide
  2. Programmer's Guide

Other

  1. A rather large article about using Triplet Loss







(C) snowcron.com, all rights reserved

Please read the disclaimer