Snap to Launch New Lightweight, Immersive Specs in 2026newsroom.snap.com2 points·by madiyar·ano passado·0 comments
Visual explanation of "Backpropagation: Multivariate chain rule"substack.com1 points·by madiyar·ano passado·0 comments
Geometric Intuition for Jensen's Inequalitymaitbayev.github.io1 points·by madiyar·há 2 anos·0 comments
Geometric intuition why L1 regularization drives the coefficients to zeromaitbayev.github.io2 points·by madiyar·há 2 anos·0 comments
Show HN: iOS app with unlimited math problems for K-12apps.apple.com1 points·by madiyar·há 4 anos·0 comments
Create Lidar-Powered Lenses for the New iPhone 12 Prolensstudio.snapchat.com1 points·by madiyar·há 6 anos·0 comments
madiyar·há 5 anos·discussThis 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·há 6 anos·discussThis 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·há 6 anos·discussOne free alternative is Snapchat app. I am using it as a camera app as well as a camera roll (Memories).
madiyar·há 6 anos·discussI can also recommend https://github.com/maitbayev/the-elements-of-statistical-lea... as a supplementary resource that reproduces graphics and implements algorithms from scratch from the book.