Understanding broadcasting is essential as it's the source of many bugs.
π§΅β¬οΈ
In a nutshell, to execute let's say an addition between two tensors, we have to make sure that they have the same shape. To achieve that, we stretch the dimensions of the smaller tensor to match the size of the corresponding dimensions of the larger tensor.
β¬οΈ
Sep 23, 2022 β’ 7 tweets β’ 2 min read
πππ₯π’ππ«πππ’π¨π§ π’π§ ππππ‘π’π§π ππππ«π§π’π§π
Calibration is the property that tells us how well the estimated probabilities of a model match the actual probabilities, a.k.a the observed frequency of occurrences.
1/7 π§΅β¬οΈ
In other words, when building ml models we'd like that the estimated probability of an example belonging to a particular class is as close as possible to the actual frequency of this class.
2/7β¬οΈ
Jun 19, 2022 β’ 4 tweets β’ 3 min read
πBest resources to learn about diffusion models π
π§΅β¬οΈ
3) DDPM - Diffusion Models Beat GANs on Image Synthesis (Machine Learning Research Paper Explained) by @ykilcher
β¬οΈ
Dec 22, 2021 β’ 9 tweets β’ 6 min read
If your new year's resolution is to learn Deep Learning, here are the top books to read in 2022. We spent time reviewing each one of them so we can help you choose the one that suits your needs.
π§΅π
The Hundred-Page Machine Learning Book by @burkov is the best one to get you started in ML. Short, with great visualizations, consistent math notation, and a wide range of topics, is an excellent choice for your first contact with the field 1/8 π