Visual explanation of "Backpropagation: Multivariate chain rule"substack.com1 ポイント·投稿者 madiyar·昨年·0 コメント
Geometric intuition why L1 regularization drives the coefficients to zeromaitbayev.github.io2 ポイント·投稿者 madiyar·2 年前·0 コメント
Create Lidar-Powered Lenses for the New iPhone 12 Prolensstudio.snapchat.com1 ポイント·投稿者 madiyar·6 年前·0 コメント
madiyar·5 年前·議論This is probably obvious and it isn't 100% alternative to Javascript syntax, but you can leverage Default trait to come a bit closer: #[derive(Default)] struct Person { name: String, email: Option<String>, } fn main() { let person = Person { name: "John Doe".to_owned(), ..Default::default() }; }
madiyar·6 年前·議論This collection of Jupyter notebooks that reproduces graphics and implements algorithms from the book could be a nice supplementary resource. https://github.com/maitbayev/the-elements-of-statistical-lea...
madiyar·6 年前·議論One free alternative is Snapchat app. I am using it as a camera app as well as a camera roll (Memories).