HackerTrans
トップ新着トレンドコメント過去質問紹介求人

madiyar

no profile record

投稿

Snap to Launch New Lightweight, Immersive Specs in 2026

newsroom.snap.com
2 ポイント·投稿者 madiyar·昨年·0 コメント

Visual explanation of "Backpropagation: Multivariate chain rule"

substack.com
1 ポイント·投稿者 madiyar·昨年·0 コメント

[untitled]

1 ポイント·投稿者 madiyar·昨年·0 コメント

[untitled]

1 ポイント·投稿者 madiyar·昨年·0 コメント

[untitled]

1 ポイント·投稿者 madiyar·昨年·0 コメント

[untitled]

1 ポイント·投稿者 madiyar·2 年前·0 コメント

Geometric Intuition for Jensen's Inequality

maitbayev.github.io
1 ポイント·投稿者 madiyar·2 年前·0 コメント

Geometric intuition why L1 regularization drives the coefficients to zero

maitbayev.github.io
2 ポイント·投稿者 madiyar·2 年前·0 コメント

Show HN: iOS app with unlimited math problems for K-12

apps.apple.com
1 ポイント·投稿者 madiyar·4 年前·0 コメント

Create Lidar-Powered Lenses for the New iPhone 12 Pro

lensstudio.snapchat.com
1 ポイント·投稿者 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).