SaulZhang / Tensorflow-CAPTCHA-RecognitionLinks
第九届大学生服务外包大赛--A16验证码识别。基于卷积神经网络,Siamese Network等方法实现光学字符识别以及基于度量学习的相似字符匹配。相关参考论文《Learning a Similarity Metric Discriminatively, with Application to Face Verification》
☆18Updated 6 years ago
Alternatives and similar repositories for Tensorflow-CAPTCHA-Recognition
Users that are interested in Tensorflow-CAPTCHA-Recognition are comparing it to the libraries listed below
Sorting:
- TinyMind人民币编码识别竞赛,第三名代码☆21Updated 5 years ago
- 天池比赛-铝型材表面瑕疵识别的实现;Pytorch;finetune renet;☆15Updated 7 years ago
- some small codes about deep learning☆51Updated 7 years ago
- cnn+rnn: vgg(vgg16,vgg19)+rnn(LSTM, GRU), resnet(resnet_v2_50,resnet_v2_101,resnet_v2_152)+rnnrnn(LSTM, GRU), inception_v4+rnn(LSTM, GRU)…