ypwhs/captcha_break
A deep learning tutorial project that builds a convolutional-recurrent neural network with CTC loss to recognize and break captcha验证码.

This project demonstrates how to use Keras and TensorFlow to construct a deep convolutional neural network for captcha recognition. It uses CRNN architecture with CTC (Connectionist Temporal Classification) loss for sequence prediction, supporting both TensorFlow and PyTorch implementations. The notebook includes code for generating captcha training data, visualizing model architecture, and training models efficiently with GPU acceleration including CuDNNGRU layers.