Explore >> Select a destination


You are here

blog.quipu-strands.com
| | distill.pub
0.3 parsecs away

Travel
| | How to tune hyperparameters for your machine learning model using Bayesian optimization.
| | francisbach.com
2.0 parsecs away

Travel
| | [AI summary] This text discusses the scaling laws of optimization in machine learning, focusing on asymptotic expansions for both strongly convex and non-strongly convex cases. It covers the derivation of performance bounds using techniques like Laplace's method and the behavior of random minimizers. The text also explains the 'weird' behavior observed in certain plots, where non-strongly convex bounds become tight under specific conditions. The analysis connects theoretical results to practical considerations in optimization algorithms.
| | jaketae.github.io
3.2 parsecs away

Travel
| | So far on this blog, we have looked the mathematics behind distributions, most notably binomial, Poisson, and Gamma, with a little bit of exponential. These distributions are interesting in and of themselves, but their true beauty shines through when we analyze them under the light of Bayesian inference. In today's post, we first develop an intuition for conditional probabilities to derive Bayes' theorem. From there, we motivate the method of Bayesian inference as a means of understanding probability.
| | www.analyticsvidhya.com
27.4 parsecs away

Travel
| Image classification using CNN and explore how to create, train, and evaluate neural networks for image classification tasks.