Geetika Garg, Chris Pollett (presenting)
San Jose State University
Future Technology Conference, San Francisco, Dec 6, 2016
Today, I'd like to report on work of myself and Geetika Garg on training neural networks to break image-based captchas.
https://github.com/bgeetika/Captcha-Decoder/blob/master/training_data_gen/
Type of model | Individual Character Accuracy |
---|---|
LSTM fixed length (simple dataset) | 99.9% |
LSTM fixed length (complex dataset) | 98.48% |
Multiple Softmax fixed length (simple dataset) | 99.8% |
Multiple Softmax fixed length (complex dataset) | 98.96% |
LSTM variable length with fixed length data | 99.5% |
LSTM variable length with variable length data | 97.31% |
Type of model | Sequency Accuracy |
---|---|
LSTM fixed length (simple dataset) | 99.8% |
LSTM fixed length (complex dataset) | 91% |
Multiple Softmax fixed length (simple dataset) | 99% |
Multiple Softmax fixed length (complex dataset) | 96% |
LSTM variable length with fixed length data | 98% |
LSTM variable length with variable length data | 81% |