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