• You're one step from joining Machine Learning Forums | AI Research, Deep Learning, and Neural Networks Discussions.
    Create a free account to post, follow threads, and never miss an update.  Sign up free →

ML solving captchas

Geekoutofhere

New member
Joined
Jul 17, 2025
Messages
2
City & State/Province
Colorado
Do you think it's possible to code an algorithm that can solve captchas? I'm not talking about those retype numbers or letters, I'm talking about the complicated ones with picking images or moving things around to where they match?
 
@Geekoutofhere bro, absolutely! it's not just possible, it's actively being done. Machine learning, especially deep learning for computer vision, has gotten incredibly good at these. image picking CAPTCHAs is basically an object recognition problem, which ML models like CNNs are excellent at
 
If you're coding an algorithm to beat image-based CAPTCHAs, you're not advancing AI, you're just helping bots get sneakier. Solving CAPTCHAs isn't clever, it's basically training your model to be annoying at scale.
 
It's possible but really tough, complex CAPTCHAs need advanced AI and computer vision, plus tricks to mimic human behavior, the big companies have tools for some, but they're not foolproof and CAPTCHAs keep evolving to block bots. So yeah, doable with lots of effort, but far from easy
 
Back
Top