Viewing profile — bearzoo
bearzoo
HN member- Joined
- Wed, Jun 04, 2014, 1:48 PM UTC
- HN karma
- 100
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About bearzoo
No profile information was provided.
Recent public activity
-
comment
Comment #39720758
somewhat related is the number theoretic transform https://ieeexplore.ieee.org/abstract/document/1451721
-
comment
Comment #36852833
think the author is talking about having to fix the extra vector in V to be zeros and making sure to not compute/apply gradients to it
-
comment
Comment #28451130
I think you are going to confuse people by framing this as "time series" and then focussing on reinforcement learning. A lot/most of your framing is around RL. from a first glance …
-
comment
Comment #27126465
Eh I feel like may be worth cutting some slack here.. It sounds like you’d like the title to be prefaced with “one time that”. I don’t think anyone reading this says, hey gans are …
-
comment
Comment #25552468
I don't think people have given up on model based RL, it is just that describing a proper model is (like you are saying) very difficult. in the case you haven't seen or read the fo…
-
comment
Comment #24924288
many scientific computing applications are considered to be bounded by io
-
comment
Comment #23518748
There are a lot of different definitions of intrinsic value. But it often has nothing to do with how much someone will give you. There is the asset, an estimation of what the asset…
- story
-
comment
Comment #23318812
Do you have any evidence that they are lying about all of the use cases they list on that web site?
-
comment
Comment #23312847
https://eng.uber.com/machine-learning/
-
comment
Comment #23048124
actually, I think this is exactly what misappropriation theory is supposed to account for. can you explain more around why it is well within their rights? I don't think it is.
-
comment
Comment #23037615
Svms are, by default, linear models. The decision boundary in the Svm problem is linear and since it’s the max margin we may enjoy nice generalization properties (as you probably k…
-
comment
Comment #22984765
https://distributed.dask.org/en/latest/efficiency.html#don-t...
-
comment
Comment #22971271
in NYC una is the best i've found. it easily competes with the best in naples (in my opinion)
-
comment
Comment #22836175
Thanks, that is pretty impressive
-
comment
Comment #22835896
Oh? I don't suppose that julia wraps lapack functions for no good reason. What makes you say this
-
comment
Comment #22835817
The flaw, in my opinion, is not necessarily in the benchmark but in the claims and observations around the benchmark. For instance the blog flat out says: > Nope, we work with floa…
-
comment
Comment #22588669
This is a bizarre analysis in my opinion. It’s not all about the mortality rate, it’s also about spending in general.
- comment
-
comment
Comment #12428234
Have you experimented with replacing the averaging operation on the vectors with a recurrent network such as an LSTM. This way you can not ignore the temporal nature of the feedbac…
-
comment
Comment #12320624
I would email greg brockman. I pestered him for advice one time and the amount of time he took to respond (and the amount of times he responded) was well beyond my expectation.
-
comment
Comment #12012988
A "solved" problem? I think that is a ridiculous thing to say. Just because people know how to parse json does not mean there aren't solutions that are more performant or useable. …
- comment
-
comment
Comment #11287357
thanks for all the great responses!
-
comment
Comment #11275077
With spearmint I had the ability to modify the parameters of the mcmc sampling (e.g. burn in iterations). Will sigopt expose parameters for those of us who want to manipulate them?…