Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skyduy/CNN_keras

CNN | Keras/PyTorch | CAPTCHA recognition(卷积神经网络、Keras/PyTorch框架、验证码识别)
https://github.com/skyduy/CNN_keras

captcha cnn-keras machine-learning multilabel-classification pytorch-cnn

Last synced: 3 months ago
JSON representation

CNN | Keras/PyTorch | CAPTCHA recognition(卷积神经网络、Keras/PyTorch框架、验证码识别)

Awesome Lists containing this project

README

        

# CNN_Keras

__:star: Switch to branch [pytorch](https://github.com/skyduy/CNN_keras/tree/pytorch) to see big changes! It uses PyTorch as framework and uses a more robust method!:star:__

## Introduction
[Convolutional Neural Network](https://en.wikipedia.org/wiki/Convolutional_neural_network) using [Keras](https://github.com/fchollet/keras/tree/master/keras) for [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA) recognition.

Recognition for this type of CAPTCHA:

![1](https://github.com/skyduy/CNN_keras/blob/master/samples/5WNAU.jpg)
![2](https://github.com/skyduy/CNN_keras/blob/master/samples/HCMYT.jpg)
![3](https://github.com/skyduy/CNN_keras/blob/master/samples/YRY8S.jpg)

Actually these CAPTCHAs are generated from repo [CAPTCHA_generator](https://github.com/skyduy/CAPTCHA_generator).

## Achievement

Using about 5000 samples, Obtain 95% single letter accuracy.