Viewing profile — teddykoker
teddykoker
HN member- Joined
- Sun, May 10, 2020, 11:22 PM UTC
- HN karma
- 361
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About teddykoker
Recent public activity
-
comment
Comment #46705776
OpenEquivariance [1] is another good baseline for with kernels for the Clebsch-Gordon tensor product and convolution, and it is fully open source. Both kernel implementations have …
- story
- story
- story
- story
-
comment
Comment #37615122
A related line of work is "Thinking Like Transformers" [1]. They introduce a primitive programming language, RASP, which is composed of operations capable of being modeled with tra…
- story
- story
- story
- story
-
comment
Comment #32504096
See also Radio2Speech [1] which uses a UNet to recover audio from a RF beam. [1] https://zhaorunning.github.io/Radio2Speech/
-
comment
Comment #32338881
Link to paper [1]. It looks like the authors construct a basic autoencoder to predict frames in videos of various videos (double pendulum, lava lamp, etc.) and then use the Levina–…
-
comment
Comment #31577917
According to [1], the byte pair encoding for “Apoploe vesrreaitais” (the words producing bird images) is "apo, plo, e , ,ve, sr, re, ait, ais ", and Apo-didae & Plo-ceidae are fami…
- story
- story
- story
- story
- story
-
comment
Comment #31019768
For image retrieval, have you tried using a model trained with contrastive learning (e.g. SimCLR)? This could produce better embeddings for retrieval since the model is trained to …
-
comment
Comment #31017301
I wonder how their advertised "vector database" works. kNN combined with embeddings from pre-trained deep learning models can be very useful for information retrieval, (e.g. search…
-
comment
Comment #30974127
Also see Einops: https://github.com/arogozhnikov/einops , which uses a einsum-like notation for various tensor operations used in deep learning. https://einops.rocks/pytorch-exampl…
-
comment
Comment #30789860
This might be what you’re looking for: https://gafniguy.github.io/4D-Facial-Avatars/
-
comment
Comment #27016914
Yup! Just a multinomial logistic regression model with a bunch of proprietary data and engineered features.
-
comment
Comment #27015252
You can find Benter’s paper about the model here: https://www.gwern.net/docs/statistics/decision/1994-benter.p... About a year ago I read this and attempted to build a similar mode…
- story