/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

liorsinai.github.io
| | bdtechtalks.com
2.0 parsecs away

Travel
| | Gradient descent is the main technique for training machine learning and deep learning models. Read all about it.
| | windowsontheory.org
2.1 parsecs away

Travel
| | (Updated and expanded 12/17/2021) I am teaching deep learning this week in Harvard's CS 182 (Artificial Intelligence) course. As I'm preparing the back-propagation lecture, Preetum Nakkiran told me about Andrej Karpathy's awesome micrograd package which implements automatic differentiation for scalar variables in very few lines of code. I couldn't resist using this to show how...
| | matbesancon.xyz
1.5 parsecs away

Travel
| | What can automated gradient computations bring to mathematical optimizers, what does it take to compute?
| | coornail.net
12.6 parsecs away

Travel
| Neural networks are a powerful tool in machine learning that can be trained to perform a wide range of tasks, from image classification to natural language processing. In this blog post, well explore how to teach a neural network to add together two numbers. You can also think about this article as a tutorial for tensorflow.