this post was submitted on 23 Jan 2024
901 points (95.4% liked)
Memes
45573 readers
1133 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hated Algebra in high school. Then years later got into programming. It's all algebra. Variables, variables everywhere.
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.
Machine Learning is basically a lot of linear algebra, which is mathematically equivalent to solving simultaneous equations.