/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jhui.github.io
| | matthewmcateer.me
1.1 parsecs away

Travel
| | Important mathematical prerequisites for getting into Machine Learning, Deep Learning, or any of the other space
| | iclr-blogposts.github.io
2.5 parsecs away

Travel
| | The product between the Hessian of a function and a vector, the Hessian-vector product (HVP), is a fundamental quantity to study the variation of a function. It is ubiquitous in traditional optimization and machine learning. However, the computation of HVPs is often considered prohibitive in the context of deep learning, driving practitioners to use proxy quantities to evaluate the loss geometry. Standard automatic differentiation theory predicts that the computational complexity of an HVP is of the same order of magnitude as the complexity of computing a gradient. The goal of this blog post is to provide a practical counterpart to this theoretical result, showing that modern automatic differentiation frameworks, JAX and PyTorch, allow for efficient computat...
| | aria42.com
2.5 parsecs away

Travel
| | Numerical optimization is at the core of much of machine learning. In this post, we derive the L-BFGS algorithm, commonly used in batch machine learning applications.
| | swethatanamala.github.io
12.1 parsecs away

Travel
| The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation.