Viewing profile — sparsevector
sparsevector
HN member- Joined
- Sun, Sep 11, 2011, 10:42 PM UTC
- HN karma
- 67
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About sparsevector
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #36232488
ChatGPT runs moderation filters on top of your conversation and will highlight responses or prompts red if it thinks you're breaking TOS. The highlight is accompanied by some text …
-
comment
Comment #36001536
I know that revealing the features they use to spot AI submissions would just make their job harder, but I can't help but be curious what sort of features they are looking for. I f…
-
comment
Comment #35962242
Agreed. Presenting this feature solely as a tool for users with cognitive disabilities might undersell its potential. There's a significant number of smartphone users who only util…
-
comment
Comment #35915975
For me the magic of BOTW was the way its design encouraged you to approach the game more as an environment for free form play. My best experiences with BOTW were when I turned the …
- comment
-
comment
Comment #35273717
I also tried this out and the balloon example as well. User: Barbara, Mary, and Harry had red balloons. Ted had a blue balloon. Sam also had a red balloon. How many children have r…
-
comment
Comment #4055387
My take on btilly's problem was that the difference between the convergence rates is not constant but rather known to be bounded away from zero by some unknown constant. That is, t…
-
comment
Comment #4055273
Yes, I realized after posting that this is probably a better paper to link to: http://cseweb.ucsd.edu/~yfreund/papers/bandits.pdf The algorithms for the partial information setting…
-
comment
Comment #4054723
I think what you're describing is basically the non-stochastic setting. The idea there is to assume absolutely nothing about the rewards (they can be generated by quickly changing …
-
comment
Comment #4054360
> I believe that I can produce a multi-armed bandit algorithm that has logarithmic regret and will work in the face of ever varying conversion rates, as long as there is a consiste…
-
comment
Comment #3954608
His numbers may be high but $40-50k/yr is pretty low. My impression is that software developer positions at top companies (Google, Microsoft, Facebook, etc) pay about 2x that.
-
comment
Comment #3936979
I think the problem is more complicated than basic supply and demand. There is a lot of demand for college education. Enrollment is higher than it has ever been, and the people pro…
- comment
-
comment
Comment #3850129
It's true you need to compute the kernel dot product between every example you see and every example in the support set (every example that ever previously evaluated to signed marg…
-
comment
Comment #3848188
The set of support vectors is just the set of training examples that have non-zero alpha parameters. To implement the gradient update you just evaluate the support vector machine o…
-
comment
Comment #3796300
Noctis does: http://en.wikipedia.org/wiki/Noctis However, it's a bit... idiosyncratic?
-
comment
Comment #3714213
This work sounds interesting. Who was the talk by? It sounds like a student of Jon Kleinberg but I quick glance over his publications didn't reveal work on that kind of mechanism d…
-
comment
Comment #3669045
I think what VBprogrammer meant is that thinking you've found a bug in a compiler / OS / CPU is often a warning sign you're a poor programmer. Often times a beginner will have a bu…
-
comment
Comment #3607456
It sounds like he's saying it's hard for Julia to interop with languages that don't support arrays of inline structs (e.g. Java). I could be misreading it though.
- comment
-
comment
Comment #3513397
Having a very small (even one pixel) hit box for the player is actually sort of a tradition for this kind of game: http://www.significant-bits.com/the-1-pixel-collision-box Having …
- comment
-
comment
Comment #3287048
The problem is that standard statistical tests have two outcomes: (1) "reject the null hypothesis" or (2) "failure to reject the null hypothesis". Moreover in the most common stati…
-
comment
Comment #3086117
It's impossible to know whether or not Linux would exist without GNU, but GCC isn't something you can hack together in a few months. Clang is the closest thing to a GCC replacement…