Skip to content

toan1106/breaking-captcha-using-Machine-Learning

 
 

Repository files navigation

A simple breaking captcha app by Machine Learning

Bài viết:

https://viblo.asia/p/breaking-a-captcha-by-machine-learning-bWrZneDbKxw

Disclaimer: Bài viết chỉ mang tính chất học hỏi, không nhằm mục đích nâng bi hay dìm hàng bất kì công ty nào.

Get dữ liệu và tiền xử lý

  • prepare_data.py

Các kỹ thuật sử dụng:

  • Softmax Regression (softmax.py)
  • Support Vector Machine (svm.py)

Tại bài viết gốc mình sử dụng Softmax, tuy nhiên sau khi làm với SVM cho kết quả tốt hơn rất nhiều, mình khuyên các bạn nên sử dụng SVM hơn. Enjoy Coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 59.2%
  • Python 40.8%