captcha_trainer
Image verification model trainer
A framework for training image recognition models for verifying codes.
[验证码识别-训练] This project is based on CNN/ResNet/DenseNet+GRU/LSTM+CTC/CrossEntropy to realize verification code identification. This project is only for training the model.
3k stars
70 watching
822 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
captcha-recognitionocrtensorflowtensorflow-tutorials
Related projects:
Repository | Description | Stars |
---|---|---|
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
szcom/rnnlib | A C library for training and synthesizing recurrent neural networks | 900 |
shaoqingren/faster_rcnn | An object detection framework using deep convolutional networks and region proposal networks. | 2,712 |
emited/variationalrecurrentneuralnetwork | A deep learning implementation of a VRNN model for sequential data processing | 283 |
tencent/tnn | A high-performance neural network inference framework supporting various deep learning frameworks and hardware platforms. | 4,415 |
karpathy/char-rnn | A framework for training and generating text sequences using multi-layer Recurrent Neural Networks | 11,651 |
jianbotang/rnn_matlab | A toolbox for building deep learning models of sequences with RNNs and other variants | 79 |
eniac-xie/faster-rcnn-resnet | An implementation of Faster R-CNN using ResNet architecture with online hard example mining for object detection | 207 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
rbgirshick/rcnn | A visual object detection system that combines region proposals with neural network features to improve detection performance. | 2,380 |
kaiminghe/deep-residual-networks | Original models for deep residual networks as described in a 2015 research paper, implemented using Caffe. | 6,446 |
smallcorgi/faster-rcnn_tf | An experimental implementation of Faster R-CNN object detection using TensorFlow | 2,340 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
cypw/cru-net | A deep learning framework that enables sharing of residual units through collective tensor factorization to improve neural network performance. | 45 |
kaiminghe/resnet-1k-layers | Represents a neural network architecture with 1K layers, designed for image recognition tasks. | 906 |