• @[email protected]
    link
    fedilink
    English
    222 years ago

    I think the waters have been muddied for a long time by referring to NPC behavior trees and state machines in games as AI. You can apply that to just about any software that takes input and makes a decision. Then you have the movie version of AI which is sentient computers. So decades of use without any actual meaning have made the word useless in actually communicating anything

    • @[email protected]
      link
      fedilink
      English
      32 years ago

      I think there are various categories for types of AI/ML right? Like, neural nets, expert systems, Bayesian systems? Idk. I should really learn more about this topic.

      • @[email protected]
        link
        fedilink
        English
        1
        edit-2
        2 years ago

        “AI” is a vague and all encompassing term used to describe computers making decisions.

        Machine learning, yeah, is what you’re describing. If you’re interested in learning more, look into writing your own neural nets from scratch using any number of programming languages. They’re actually a fairly simple concept to both understand and apply in practice, but they can become fairly complex at scale.

        • @[email protected]
          link
          fedilink
          12 years ago

          Do you happen to have a good guide for writing your own machine learning algo? Ideally not relying on Python libs?

          • @[email protected]
            link
            fedilink
            English
            12 years ago

            The best thing I can recommend is to just pick your most comfortable language and find guides specific to that.

            It’s functionally the same regardless of language, however it’s much easier to learn as you build it.

    • cassie 🐺
      link
      fedilink
      English
      62 years ago

      I love how divergent those two popular interpretations of AI are, too. One is all Skynet and scary and all-powerful and the other is being refactored for the umpteenth time because navmeshes broke and all the enemies are T-pose floating 10cm in the air.