• TimeSquirrel
    link
    fedilink
    191 year ago

    Hated Algebra in high school. Then years later got into programming. It’s all algebra. Variables, variables everywhere.

    • @[email protected]
      link
      fedilink
      171 year ago

      Ehh I wouldn’t say variables in programming are all that similar to variables in algebra. In a programming language, variables typically are just a name for some data. Whereas in algebra, they are placeholders for unknown values.

      • @[email protected]
        link
        fedilink
        71 year ago

        Machine Learning is basically a lot of linear algebra, which is mathematically equivalent to solving simultaneous equations.