Viewing profile — NaiveBayesian
NaiveBayesian
HN member- Joined
- Wed, Jun 28, 2023, 1:48 PM UTC
- HN karma
- 29
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About NaiveBayesian
No profile information was provided.
Recent public activity
-
comment
Comment #49068402
Mixture of Experts is already used by pretty much all modern LLMs to address exactly this phenomenon. Hopefully, future models can be trained to be even more aware of external know…
-
comment
Comment #48903271
Ah I stand corrected. Thanks for pointing that out!
-
comment
Comment #48894438
For me it showed 400 fps in the top left corner and my laptop fans spun up immediately as well. Seems to render frames continuously rather than waiting for the screen to refresh. W…
-
comment
Comment #48696047
I agree that this feels intuitive, that potential energy should increase linearly with height. But in the end, it's all up to the units/quantities we choose to measure, no? If we, …
-
comment
Comment #48493424
I love nextcloud and have been using it for years. However recently I've considered taking my instance offline or at least behind a VPN because even if only 10% is true of what AI …
-
comment
Comment #41061841
Agreed, that's what I struggle to see as well. It's not really clear why the variance couldn't stay the same or go to infinity instead. Perhaps it does follow from some property of…
-
comment
Comment #41059933
I believe that counterexample only works in the limit where the sample size goes to infinity. Every finite sample will have μ≠0 almost surely.(Of course μ will still tend to be ver…
-
comment
Comment #37423279
There was actually a series of language models named after Sesame Street characters back in 2018-2020, starting with ELMo, then BERT, ERNIE (a different model from 2019), Big Bird,…
-
comment
Comment #37347610
These calls should be automated in most cases [1]. Still an impressive feat, but there is no way they are paying a large number of people to phone through all businesses in the wor…
-
comment
Comment #36860747
If your data loading pipeline grows even slightly complex, then yes, you absolutely need concurrency in order to deliver your samples to the GPU fast enough. The current workaround…