/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

dustintran.com
| | bdtechtalks.com
1.7 parsecs away

Travel
| | Gradient descent is the main technique for training machine learning and deep learning models. Read all about it.
| | fa.bianp.net
2.4 parsecs away

Travel
| | The Langevin algorithm is a simple and powerful method to sample from a probability distribution. It's a key ingredient of some machine learning methods such as diffusion models and differentially private learning. In this post, I'll derive a simple convergence analysis of this method in the special case when the ...
| | michael-lewis.com
2.8 parsecs away

Travel
| | This is a short summary of some of the terminology used in machine learning, with an emphasis on neural networks. I've put it together primarily to help my own understanding, phrasing it largely in non-mathematical terms. As such it may be of use to others who come from more of a programming than a mathematical background.
| | thecodebarbarian.com
15.8 parsecs away

Travel
| [AI summary] The article discusses building a neural network using Brain.js to predict wine quality ratings based on chemical properties, including data preprocessing, training, and evaluation.