Why are most machine learning models (not frameworks) written in Python? Even through almost any programming language can be used for machine learning?
Why are most machine learning models (not frameworks) written in Python? Even through almost any programming language can be used for machine learning?
we were specifically taught in school to not write something that’s already been written, we all build upon each other’s work, literally going back thousands of years when you consider the importance of the math that underpins all of it.
Strictly speaking, math gets proven from scratch by every math student. Software is slightly different, since most of it never gets a formal proof at all.