• Sneezycat@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    Just by opening wikipedia “In computing, source code, or simply code or source, is a plain text computer program written in a programming language.” So what programming language is it?

    • model_tar_gz@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Neural nets are typically written in C; then frameworks abstract on top of that (like Torch, or Tensorflow) providing higher-level APIs to languages like (most commonly) Python, or JavaScript.

      There are some other nn implementations in Rust, C++, etc.