| ▲ | Think Linear Algebra (2023)(allendowney.github.io) | ||||||||||||||||
| 99 points by tamnd 9 hours ago | 10 comments | |||||||||||||||||
| ▲ | staplung 2 hours ago | parent | next [-] | ||||||||||||||||
Allen Downey (author of the above) has a number of books on computer science-y things. You can buy hardcopies but I think all of them are also just freely available. Here's a few: Think Complexity https://github.com/AllenDowney/ThinkComplexity2 Think DSP https://github.com/AllenDowney/ThinkDSP Think Stats https://github.com/AllenDowney/ThinkStats/ Think Bayes | |||||||||||||||||
| |||||||||||||||||
| ▲ | s-zeng 3 hours ago | parent | prev | next [-] | ||||||||||||||||
Matrix multiplication introduced before vector addition... the "Linear Algebra Done Right" in me is screaming inside. That being said, it is definitely cool to have a Jupyter-notebook based set of examples of practical linear algebra | |||||||||||||||||
| |||||||||||||||||
| ▲ | vidro3 12 minutes ago | parent | prev | next [-] | ||||||||||||||||
what's the deal with the loop example? am i supposed to understand what this represents before going through the material? | |||||||||||||||||
| ▲ | emang23 26 minutes ago | parent | prev | next [-] | ||||||||||||||||
Beyond regression, I’d like to see chapters on statistical topics like PCA, CCA. This textbook format which interleaves code and prose is the perfect way to show how scikitlearn’s decomposition.cca and decomposition.pca are implemented, e.g. the SVD matrix decomposition, etc. | |||||||||||||||||
| ▲ | The_Blade 3 hours ago | parent | prev | next [-] | ||||||||||||||||
Linear Algebra is dope, as in when we got to apply some mid-level linear to a real business problem and it worked i got high | |||||||||||||||||
| |||||||||||||||||
| ▲ | fnord77 3 hours ago | parent | prev [-] | ||||||||||||||||
I got my hands on a stanford Math 55 textbook and tried to do the exercises in numpy. | |||||||||||||||||