• PlexSheep
    link
    fedilink
    arrow-up
    28
    ·
    22 days ago

    Do you have a source for that? Seems like an internal detail a corpo wouldn’t publish

      • crispy_kilt@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        20 days ago

        Seriously? Python for massive amounts of data? It’s a nice scripting language, but it’s excruciatingly slow

        • stingpie@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          20 days ago

          There are bindings in java and c++, but python is the industry standard for AI. The libraries for machine learning are actually written in c++, but use python language bindings. Python doesn’t tend to slow things down since machine learning is gpu-bound anyway. There are also library specific programming languages which urges the user to make pythonic code that can be compiled into c++.