Viewing profile — soraki_soladead
soraki_soladead
HN member- Joined
- Mon, Aug 06, 2018, 9:27 PM UTC
- HN karma
- 349
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About soraki_soladead
soraki_soladead@proton.me
Recent public activity
-
comment
Comment #48761900
The latent representations of the data are like points on a surface. That surface is the manifold. We don't typically have the full manifold and can only sample points from it by e…
-
comment
Comment #48761178
I might be misunderstanding your point but this conflates the distinguishing features of each. you mention expansion but autoencoders canonically compress their inputs. autoencoder…
-
comment
Comment #48748119
This is awesome! Can someone in this field comment on the implications of sidestepping the cytoskeleton?
-
comment
Comment #48646536
Possibly because SIGGRAPH is coming up and these were papers submitted to that conference.
-
comment
Comment #48570638
The original NCA is probably a helpful intro: https://distill.pub/2020/growing-ca/
-
comment
Comment #48392108
I think you're misremembering or misunderstanding Picard's argument. It isn't a tangent. Here's the transcript[0]. TL;DR Picard's initial arguments are pretty weak, even admitting …
- comment
-
comment
Comment #48055079
The post links another that goes into the theory a little: https://shahriyarshahrabi.medium.com/in-the-valley-of-gods-s... Apparently a combination of Mie and Rayleigh scattering. …
-
comment
Comment #47808303
I'm not saying you're wrong but then why do a big website and branding push. If they had someone in mind they'd bury it on a regular job posting. They specify early to mid career. …
-
comment
Comment #47807568
> There is also no pride. Is the pride not in solving the users' problems? > nobody talks about it, treats it with interest, or pays above market rate to work on it. Definitely nee…
-
comment
Comment #47753844
Context: https://xkcd.com/1053/ Then, if you're like me and read this years ago, play around with the Light Mode dropdown which was new to me. :)
-
comment
Comment #47741612
We don't know however "It would take so long" is an anthropomorphic assumption of time scale.
-
comment
Comment #47504354
Why would we settle for anything less than discontinuing both?
-
comment
Comment #47371814
Roughly, when you train a model to make its predictions align to its own predictions in some way, you create a scenario where the simplest "correct" solution is to output a single …
-
comment
Comment #47252234
also, BabyLM is more of a conference track / workshop than an open-repo competition which creates a different vibe
-
comment
Comment #42179696
Alias-Free GANs? https://nvlabs.github.io/stylegan3/
-
comment
Comment #41828828
We have lossless memory for models today. That's the training data. You could consider this the offline version of a replay buffer which is also typically lossless. The online, con…
-
comment
Comment #40697226
You might enjoy this paper[0] which shows that recurrent position encodings recover grid cell representations and maps to path integration found in a popular model of the hippocamp…
-
comment
Comment #40508400
Fwiw, that's SwiGLU in #3 above. Swi = Swish = silu. GLU is gated linear unit; the gate construction you describe.
-
comment
Comment #39493736
It's not always about cost. Sometimes the ergonomics of a local machine are nicer.
- comment
-
comment
Comment #39298198
Agree that's not a great look for the supervisor. Cyclists have a bad rep in SF because many (not all) ride quite dangerously. It's a common sight to see cyclists running four-way …
-
comment
Comment #39297594
Cyclists do this all the time in SF. Afaik an "Idaho stop" is not legal here, despite it being common and often unsafe for obvious reasons.
-
comment
Comment #39224240
FLOPs by perplexity by samples is an interesting way to compare this family of models.
-
comment
Comment #39081737
https://github.com/cozodb/pycozo/blob/main/pycozo/test_build... Here's the python version of what I think you're looking for. Shouldn't be too difficult to port to rust.