Explore >> Select a destination


You are here

liorsinai.github.io
| | matthewmcateer.me
3.9 parsecs away

Travel
| | Important mathematical prerequisites for getting into Machine Learning, Deep Learning, or any of the other space
| | alexhwilliams.info
5.1 parsecs away

Travel
| | [AI summary] A technical blog post explaining the mathematical foundations of Principal Component Analysis (PCA), its various generalizations like Sparse and Non-negative Matrix Factorization, and practical considerations for choosing components and handling missing data.
| | www.jeremykun.com
4.2 parsecs away

Travel
| | The singular value decomposition (SVD) of a matrix is a fundamental tool in computer science, data analysis, and statistics. It's used for all kinds of applications from regression to prediction, to finding approximate solutions to optimization problems. In this series of two posts we'll motivate, define, compute, and use the singular value decomposition to analyze some data. (Jump to the second post) I want to spend the first post entirely on motivation and background.
| | sriku.org
8.9 parsecs away

Travel
| [AI summary] The article explains how to generate random numbers that follow a specific probability distribution using a uniform random number generator, focusing on methods involving inverse transform sampling and handling both continuous and discrete cases.