Neural-Network-p5 icon indicating copy to clipboard operation
Neural-Network-p5 copied to clipboard

Drawing - Damage and Distortion

Open makeyourownneuralnetwork opened this issue 8 years ago • 1 comments

One of the key nice things about neural networks is that they are resilient to some damage.

That means either damage to the network itself (e.g. broken links), or .. more interestingly .. damage to the input image.

It might be interesting for users to draw a digit, then click "damage" and "distort" buttons which would blow holes in the image, or stretch/wobble/twist the image a bit.

This would allow users to see for themselves that you can damage an input image quite a bit before overall performance degrades. I did some experiments myself at http://makeyourownneuralnetwork.blogspot.co.uk/2016/03/your-own-handwriting-real-test.html

my_own_images

This is a great suggestion, thank you!

shiffman avatar Apr 13 '17 13:04 shiffman