Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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框架、验证码识别)
- Host: GitHub
- URL: https://github.com/skyduy/CNN_keras
- Owner: skyduy
- License: mit
- Created: 2016-06-05T08:17:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T09:43:24.000Z (almost 5 years ago)
- Last Synced: 2024-05-07T04:33:50.685Z (6 months ago)
- Topics: captcha, cnn-keras, machine-learning, multilabel-classification, pytorch-cnn
- Language: Python
- Homepage:
- Size: 29.3 MB
- Stars: 287
- Watchers: 18
- Forks: 95
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-captcha - skyduy/CNN_keras - CNN | Keras | CAPTCHA recognition(卷积神经网络、Keras框架、验证码识别). (Łamanie / Ogólne)
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.