Hi! Hopefully this is a good place to ask. I’ve been googling around a fair bit, but haven’t had much luck- I’m either finding ELI5 type articles, or in depth tutorials on setting up a model to tell the difference between a frog and a dog. I’m not sure if those are relevant to my concept.

I would like to implement a ML algorithm to detect a particular type of defect on a production line. Our current camera system isn’t quite up to the task, but gives good, consistent imagery, and I have a good historical dataset. The product moves past the camera, it snaps a single black and white image, then the product moves on. This means that most of my images are more or less the same. These defects are obvious to the human eye.

Could someone please give me, a noob, a bird’s eye view of how I would go about using ML to create a model for this? There’s so many choices of tools and tutorials that I don’t know which would be best suited to this use case.

  • Manas@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I recommend learning from the basics . You can ask ChatGPT to make a roadmap and a planner for you . I would say if you want to get a deeper understanding of the mathematics and functioning behind how your code works then start with the math behind it. It will take longer but it will be worth it.