Snap to Launch New Lightweight, Immersive Specs in 2026newsroom.snap.com2 points·by madiyar·anno scorso·0 comments
Visual explanation of "Backpropagation: Multivariate chain rule"substack.com1 points·by madiyar·anno scorso·0 comments
Geometric Intuition for Jensen's Inequalitymaitbayev.github.io1 points·by madiyar·2 anni fa·0 comments
Geometric intuition why L1 regularization drives the coefficients to zeromaitbayev.github.io2 points·by madiyar·2 anni fa·0 comments
Show HN: iOS app with unlimited math problems for K-12apps.apple.com1 points·by madiyar·4 anni fa·0 comments
Create Lidar-Powered Lenses for the New iPhone 12 Prolensstudio.snapchat.com1 points·by madiyar·6 anni fa·0 comments
madiyar·5 anni fa·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·6 anni fa·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·6 anni fa·discussOne free alternative is Snapchat app. I am using it as a camera app as well as a camera roll (Memories).
madiyar·6 anni fa·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.