Hacker News
- Strang's “Linear Algebra and Learning from Data” is printed and available http://math.mit.edu/~gs/learningfromdata/ 22 comments
- Nvidia GPU enabled machine learning and linear algebra in R http://cran.r-project.org/web/packages/gputools/index.html 8 comments
- DragonBox: Gaming children into learning algebra http://www.rudebaguette.com/2012/07/02/dragonbox-learning-algebra/ 37 comments
- What are some calculus/linear algebra-related problems to implement for learning purposes? https://www.reddit.com/r/learnprogramming/comments/4x86n1/what_are_some_calculuslinear_algebrarelated/ 9 comments learnprogramming
- Linear Algebra for Machine Learning (with animations) https://www.youtube.com/playlist?list=PL5VO4MoudfRpnGL7TH7RPfEZ-ey3NFafv 6 comments learnmachinelearning
- Machine Learning, Linear Algebra, and More: Is SQL All You Need? https://www.cidrdb.org/cidr2022/papers/p17-blacher.pdf 20 comments programminglanguages
- How I Learned to Stop Worrying and Love Algebraic Geometry https://johncarlosbaez.wordpress.com/2019/03/15/algebraic-geometry/ 38 comments math
- is it possible to learn Linear Algebra through programming? https://www.reddit.com/r/learnprogramming/comments/aft1pn/is_it_possible_to_learn_linear_algebra_through/ 9 comments learnprogramming
- Resources for Algebraic Machine Learning https://www.reddit.com/r/math/comments/ae7ann/resources_for_algebraic_machine_learning/ 8 comments math
- Algebraic machine learning: is it a useful paradigm? https://arxiv.org/pdf/1803.05252.pdf 44 comments math
- Visually learn Linear Algebra http://immersivemath.com/ila/index.html 18 comments gamedev
- Will I realistically use the things I'm learning in Abstract Algebra if I'm leaning towards doing something with PDE's? https://www.reddit.com/r/math/comments/7c9v6i/will_i_realistically_use_the_things_im_learning/ 36 comments math
- Learning Linear Algebra? https://www.reddit.com/r/math/comments/5hhmyn/learning_linear_algebra/ 23 comments math
- 5 Great Resources For Learning Linear Algebra http://www.dataenthusiast.com/2014/06/5-great-resources-for-learning-linear-algebra/ 4 comments math
- If you forgot what you learned in Linear Algebra maybe this video will motivate you to remember some of it http://videolectures.net/bootcamp07_keller_bss/ 7 comments math
- New-ish resources to learn commutative algebra https://www.reddit.com/r/math/comments/nus0l2/newish_resources_to_learn_commutative_algebra/ 4 comments math
- Understand the algebra behind Deep Learning https://www.ismailmebsout.com/deep-learning/ 5 comments learnmachinelearning
- gamified apps for learning linear algebra? https://www.frontiersin.org/articles/10.3389/fnhum.2011.00008/full 3 comments learnmachinelearning
- Is this guy's 4 linear algebra playlists any good for learning it? https://www.reddit.com/r/artificial/comments/7b3cw5/is_this_guys_4_linear_algebra_playlists_any_good/ 3 comments artificial
- What would one gain from learning real analysis? abstract algebra? https://www.reddit.com/r/math/comments/5lfla5/what_would_one_gain_from_learning_real_analysis/ 32 comments math
- Can I learn Calculus without taking Precalculus, but having strong algebraic and trigonometric knowledge? http://ocw.mit.edu/courses/mathematics/18-01-single-variable-calculus-fall-2006/index.htm 43 comments math
- Is there a point in learning algebraic topology or algebraic geometry as an applied math student None 5 comments math
- Algebra, Topology, Differential Calculus, and Optimization Theory for Computer Science and Machine Learning https://www.cis.upenn.edu/~jean/math-deep.pdf 25 comments computerscience
- Algebra, Topology, Differential Calculus, and Optimization Theory for Computer Science and Machine Learning https://www.cis.upenn.edu/~jean/math-deep.pdf 3 comments programming
- Mathematics for Machine Learning Linear Algebra Course From Imperial College London P1 https://youtu.be/EXSvy5OkA78 2 comments deeplearning
- Do high school students (prior to learning calculus/linear algebra) have much to gain from learning to use MATLAB? https://www.reddit.com/r/math/comments/l1dz1o/do_high_school_students_prior_to_learning/ 56 comments math
- Algebra, Topology, Differential Calculus, and Optimization Theory for Computer Science and Machine Learning https://www.cis.upenn.edu/~jean/math-deep.pdf 21 comments math
- A study of r/thedonald using machine learning, and a very interesting idea called "Subreddit Algebra" https://fivethirtyeight.com/features/dissecting-trumps-most-rabid-online-following/ 168 comments technology
- An Introduction to Statistical Learning with Applications in R: How much background in linear algebra? http://www-bcf.usc.edu/~gareth/ISL/ 10 comments rstats
- Is there a proof of the fundamental theorem of algebra that you can learn right after Calc III? http://matheducators.stackexchange.com/questions/1589/is-there-any-proof-of-the-fundamental-theorem-of-algebra-that-can-be-introduced 8 comments math
- Some people will do almost anything to avoid learning algebra http://www.blurtit.com/who.php?username=danyelle7 11 comments math
- I'm looking for a video (or something really well written) that will explain a few concepts of Calculus to people who haven't learned Algebra yet. https://www.maa.org/external_archive/devlin/LockhartsLament.pdf 4 comments math
- Maths for Machine Learning - Linear Algebra was developed to solve systems of linear equations. This video solidifies your basic understanding of linear equations, linear independence and a matrix from a geometric perspective. https://youtu.be/G7Z9HnA20zI 5 comments learnmachinelearning
- Notes on Category Theory with examples from basic mathematics: “[These lecture notes] should be well-suited to anyone that wants to learn category theory from scratch and has a scientific mind. ... The only knowledge that is assumed from the reader is linear algebra.” https://arxiv.org/abs/1912.10642 11 comments math
- The "Maths Professor Quotes" blog has become active again. Recent example quote: "Some people hate Geometry. Some people hate Algebra. In this class, you’ll learn to hate both." http://mathprofessorquotes.com/ 3 comments math
- "Thank you to the Haskell community for encouraging programmers to explore the relationship between algebra and programming." -- My accepted paper at the International Conference of Machine Learning (ICML13) http://jmlr.org/proceedings/papers/v28/izbicki13.pdf 3 comments haskell
- New research shows that adults can learn to add continuous magnitudes by feedback in an analogue non-symbolic task consistent with formal properties of arithmetic (e.g. commutativity). This capacity for ‘implicit computation’ suggests that algebraic structure may be inherent to visual perception. https://www.sciencedirect.com/science/article/pii/S001002772300344X?via%3Dihub= 38 comments science
- Eigendecomposition appears repeatedly in machine learning, sometimes as the key step of the learning algorithm itself so it's important to understand the underlying math. This video intuitively explains the maths behind one of the most important topics in linear algebra - Eigendecomposition. https://youtu.be/StOd3yMHGD4 6 comments learnmachinelearning
- I’m trying to learn more about math so I can understand physics but I can’t get myself to stay motivated. Is there a quick way to Learn more algebra and eventually calculus. As an fyi I am going into freshmen year of hs taking algebra 1 http://blahblahblah.com 30 comments science
- dlib: a C++ library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks. http://dlib.net/ 36 comments cpp