• MattMatt@lemmy.world
    link
    fedilink
    English
    arrow-up
    54
    arrow-down
    4
    ·
    23 days ago

    The difference is that plant identification is a classification problem, not an LLM.

      • MindTraveller@lemmy.ca
        link
        fedilink
        English
        arrow-up
        9
        arrow-down
        1
        ·
        23 days ago

        I think state machines are cool and groovy. I still don’t understand genetic algorithms but I wish I did.

        15 years ago we were all saying “AI is just a series of IF statements” because of expert systems and y’all forgot

        • Overshoot2648@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          22 days ago

          Genetic algorithms kinda suck as they use random variations and breeding to solve a problem which is much slower than using backpropagation with any decent reward modeler. It’s the difference between selective breeding and gene splicing in the real world.

    • SkyeStarfall@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      15
      ·
      23 days ago

      The most annoying thing since the rise of LLMs is that everyone thinks that all of AI is just LLMs

      Classification machine learning models can also be neural networks, which is something that was called AI also

      • Binette@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        22 days ago

        Yeah I used to think that reinforcement learning would be trending. But hey, maybe next time.

    • CaptainBasculin@lemmy.ml
      link
      fedilink
      arrow-up
      9
      ·
      23 days ago

      AI isn’t just about LLM. Modern AI libraries (pytorch, tensorflow etc.) can be used for being trained with all sorts of data.

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      23 days ago

      Some customer support “bots” could be considered classification problems, no? At least in so far as which department does a call get routed to.

      • Gestrid@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        23 days ago

        At least it’s routing you to a department instead of trying to help you solve the issue yourself by showing you different help pages you already looked at before trying to contact support.

        • null@slrpnk.net
          link
          fedilink
          arrow-up
          3
          ·
          23 days ago

          If you actually looked at the help pages before contacting support, you are in the minority.

      • howrar@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        22 days ago

        Could be. Classification is a type of problem. LLM is a type of model. You can use LLMs to solve classification problems. There’s a good chance that’s what’s happening here.

    • iAvicenna@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      23 days ago

      I would guess it is a conv neural network which is probably similar to what is being used in any image/video related AI such as deep fakes