• iridebikes
    link
    fedilink
    English
    112 days ago

    Seems it does a good job at some medical diagnosis type stuff from image recognition.

    • @T156@lemmy.world
      link
      fedilink
      English
      132 days ago

      That isn’t an LLM though. That’s a different type of Machine Learning entirely.

          • @stephen01king@lemmy.zip
            link
            fedilink
            English
            3
            edit-2
            2 days ago

            Are you sure they don’t use the same exact type of neural network, but are just trained on different datasets? Do you have any link that shows those cancer diagnosis AIs use a different technology?

            Edit: nvm, I found it. Those ai diagnostic tools uses convolutional neural network (CNN) which is not the same as LLMs.

            • @Almacca@aussie.zone
              link
              fedilink
              English
              1
              edit-2
              2 days ago

              I reckon it’s fair to refer to them both under the broad term “A.I.”, though, even if it is technically incorrect. The semi-evolved have all decided to call it A.I., so were all calling it A.I., I guess.

        • @YourMomsTrashman@lemmy.world
          link
          fedilink
          English
          22 days ago

          A similar type of machine learning (neural networks, transformer model type thing), but I assume one is built and trained explicitly on medical records instead of scraping the internet for whatever. Correct me if I am wrong!

          • WesDym
            link
            fedilink
            12 days ago

            @YourMomsTrashman A purpose-designed system might have the same underlying POTENTIAL for garbage output, IF you train it inappropriately. But it would be trained on a discretely selected range of content both relevant to its purpose, and carefully vetted to ensure it’s accurate (or at least believed to be).

            A cancer-recognizing system, for example, would be trained on known examples of cancer, and ONLY that.

          • WesDym
            link
            fedilink
            12 days ago

            @YourMomsTrashman I’m no expert, but my sense is that you’re probably correct. This seems to me a version of the long-understood GIGO principle in computing (Garbage In, Garbage Out), also a principle in nearly all forensics of any kind. Your output can only be as good as your input.

            Most of our general-use ‘AI’ (scorn quotes intentional) has been trained on an essentially random corpus of any and all content available, including a lot of garbage.

            A purpose-designed system would not be.