The website for the project linked to on the first line is based on this Bootstrap template: http://startbootstrap.com/template-overviews/grayscale/ . At least they could have changed the background photo!
How to Machine Learn
11–20 of 29 posts
Re: How to Machine Learn
#12Earlier quoted context omitted.
http://math.stackexchange.com/questions/344879/how-does-line... Pretty much all of machine learning relies on linear algebra. Most scientific computing relies on lI near algebra. Graph algorithms often use linear algebra. If you just want to be a Web Dev or an app developer, it probably doesn't matter, tho. But if you just want to do Web Dev or mobile apps then you don't really need most of computer science.
Well, if I remember my university's beginner linear algebra course, there were many topics on the syllabus only due to historic accident, ancestor worship, and theoretical necessities: I remember parallelepipeds, Cramer's rule, solving eigensystems by solving for a polynomial's zeros... Let me tell you how many times I've used parallelepipeds, Cramer's rule, or found eigenvalues via the quadratic formula in the 12 ye…
Re: How to Machine Learn
#13I'm a freshman in university right now, how is linear algebra helpful in computer science? I'm finding it hard to stay motivated as I can't think of any uses outside of graphics. Maybe I'm just not far along in the course though.
Re: How to Machine Learn
#14Earlier quoted context omitted.
Well, if I remember my university's beginner linear algebra course, there were many topics on the syllabus only due to historic accident, ancestor worship, and theoretical necessities: I remember parallelepipeds, Cramer's rule, solving eigensystems by solving for a polynomial's zeros... Let me tell you how many times I've used parallelepipeds, Cramer's rule, or found eigenvalues via the quadratic formula in the 12 ye…
Seconded. Same for discrete mathematics and differential equations. Interesting to learn about, but pretty much worthless as soon as you set foot off of campus. I'd love to see comments from anyone who has practically used any of the information from those classes as a part of their daily duties as a programmer of any kind.
a lot of the stuff you're mentioning is required for what I'd consider the really interesting topics in CS, stuff like ML, operations research, scientific computing.
Re: How to Machine Learn
#15Earlier quoted context omitted.
http://math.stackexchange.com/questions/344879/how-does-line... Pretty much all of machine learning relies on linear algebra. Most scientific computing relies on lI near algebra. Graph algorithms often use linear algebra. If you just want to be a Web Dev or an app developer, it probably doesn't matter, tho. But if you just want to do Web Dev or mobile apps then you don't really need most of computer science.
Well, if I remember my university's beginner linear algebra course, there were many topics on the syllabus only due to historic accident, ancestor worship, and theoretical necessities: I remember parallelepipeds, Cramer's rule, solving eigensystems by solving for a polynomial's zeros... Let me tell you how many times I've used parallelepipeds, Cramer's rule, or found eigenvalues via the quadratic formula in the 12 ye…
Re: How to Machine Learn
#16Earlier quoted context omitted.
Well, if I remember my university's beginner linear algebra course, there were many topics on the syllabus only due to historic accident, ancestor worship, and theoretical necessities: I remember parallelepipeds, Cramer's rule, solving eigensystems by solving for a polynomial's zeros... Let me tell you how many times I've used parallelepipeds, Cramer's rule, or found eigenvalues via the quadratic formula in the 12 ye…
I can point to people who used eigenvalues to make billions and change the world. So... maybe they're not useless.
Re: How to Machine Learn
#17I'm a freshman in university right now, how is linear algebra helpful in computer science? I'm finding it hard to stay motivated as I can't think of any uses outside of graphics. Maybe I'm just not far along in the course though.
http://ocw.mit.edu/courses/mathematics/18-06sc-linear-algebr...
Re: How to Machine Learn
#18Earlier quoted context omitted.
I can point to people who used eigenvalues to make billions and change the world. So... maybe they're not useless.
It's not that eigenvalues per se are useless--they're plainly not--but that no one finds eigenvalues in practice by computing the characteristic polynomial and solving for its roots. Unfortunately, that computation is often found in HW and exams in US undergraduate linear algebra courses.
Re: How to Machine Learn
#19Earlier quoted context omitted.
Well, if I remember my university's beginner linear algebra course, there were many topics on the syllabus only due to historic accident, ancestor worship, and theoretical necessities: I remember parallelepipeds, Cramer's rule, solving eigensystems by solving for a polynomial's zeros... Let me tell you how many times I've used parallelepipeds, Cramer's rule, or found eigenvalues via the quadratic formula in the 12 ye…
Seconded. Same for discrete mathematics and differential equations. Interesting to learn about, but pretty much worthless as soon as you set foot off of campus. I'd love to see comments from anyone who has practically used any of the information from those classes as a part of their daily duties as a programmer of any kind.
The early classes are the prerequisites for every and anything you might wind up doing with math. Including becoming a math prof, or a web dev, or dropping out. Nobody tells you, for every section of every textbook you have to read, what its myriad applications might be, and you can't get a customized build of just the topics you want.
But we're all startup people here right? Can this shortcoming be fixed? Can we make a detailed dependency graph of topics in applied mathematics, which could potentially be used to generate custom learning builds?
Re: How to Machine Learn
#20Earlier quoted context omitted.
I can point to people who used eigenvalues to make billions and change the world. So... maybe they're not useless.
It's not that eigenvalues per se are useless--they're plainly not--but that no one finds eigenvalues in practice by computing the characteristic polynomial and solving for its roots. Unfortunately, that computation is often found in HW and exams in US undergraduate linear algebra courses.
Characteristic qualities and root finding: bleh.