WenjieWWJ / Captcha-Recognization

recognize mnist and captcha using cnn implemented by tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

captcha-recognization

recognize mnist and captcha using cnn implemented by tensorflow

Mnist

  • data processing  - linear function + softmax regression(accurary:0.90)
  • cnn(accurary:0.98)

captcha

  • data processing
  • linear function + softmax regression
  • cnn (accurary:0.90)

more details : blog

About

recognize mnist and captcha using cnn implemented by tensorflow


Languages

Language:Python 100.0%