Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arunpatala/captcha

Breaking captchas using torch
https://github.com/arunpatala/captcha

Last synced: 3 months ago
JSON representation

Breaking captchas using torch

Awesome Lists containing this project

README

        

# captcha
Breaking captchas using torch

See blog https://deepmlblog.wordpress.com/2016/01/03/how-to-break-a-captcha-system/

1. Run captcha.lua to run CNN without RNN
SimpleCaptcha accuracy - 92%
2. Run rmain.lua to run CNN with RNN
SimpleCaptcha accuracy - 96%
3. For seq to seq learning see RNN 6.ipynb
accuracy - 50%