• model_tar_gz@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days 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.

    • General_Effort@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 days ago

      Other way around. The NNs are written in, mostly, Python. The frameworks, mainly Pytorch now, handle the heavy-duty math.