Viewing profile — yazr
yazr
HN member- Joined
- Thu, Jun 23, 2016, 1:11 PM UTC
- HN karma
- 591
- Public activity
- 349 items
- HN profile
- View on Hacker News ↗
About yazr
No profile information was provided.
Recent public activity
- story
-
comment
Comment #25498774
Paywall copy from reddit https://old.reddit.com/r/MachineLearning/comments/khin4c/n_m...
- story
-
comment
Comment #24826309
Many had the same thought after AlphaZero i.e. some sort of expert-iteration for any (formal/combinatorial) domain what can be tree-searched But it turns out, that interesting prob…
-
comment
Comment #23349058
Should this be modifiable for higher-level byte-code? My thinking is to provide hand-crafted primitives to transform byte code, and maybe use an existing optimizer to do the search…
-
comment
Comment #23315811
Love to chat. Sent u an email (former HFT and kernel guy). One topic which is feel is neglected is a good GCN (or any GNN) to operate on existing code trees. Most approaches seem t…
-
comment
Comment #23257860
What do you think is a more productive path leading to "AutoCode" ?! A. Add external definitions or reward formalism to make the code-space easier to search? OR B. Keep adding code…
-
comment
Comment #22591824
As a non-US person, is there anyway to bill using Stripe without incorporating? I dont mind withholding tax, etc, i just want to be able to bill and track the initial revenues. AFA…
-
comment
Comment #22574362
My only nitpick is that AG (ML + search really) improved logarithmic-ally with exponential compute. In addition, real world domains may not be some parallizable. So yes, current AI…
-
comment
Comment #22558358
Is there some sort of group-defense, where several sue-ees group together to contest a ridiculous patent ? I guess the main difficulty is not the legal framework, but the business …
-
comment
Comment #22551514
Great news. I wonder if already there will be a selection bias to recession-friendly and revenue-producing startups
-
comment
Comment #22488347
IANAVC (not a vc), but i think do this is doubling down on risk. If you take seed from VC, then: 1. if you are mediocre then things become very difficult for you 2. if you are succ…
- story
-
comment
Comment #22446063
A fully illustrated article [1] And Lilian Weng blog on self-supervision [2] .. CPC is .. translating a generative modeling problem to a classification problem... uses cross-entrop…
-
comment
Comment #22350198
> Over their lifetimes, red supergiants like Betelgeuse create and eject vast amounts of material What % of material is then captured by other forming/formed stars? Doesnt it just …
-
comment
Comment #21676049
As someone patiently explained to me 2 yrs ago... For the ATARI, the "real world" is the present frame, and a fixed set of 4 buttons and 4 directions. This of course is the game pr…
-
comment
Comment #21675324
> but I am confused by its claim ... without knowing the game rules. > probably some similar hard-coding of Atari actions Nope, no hard coding. Consider trying to MCTS on an Atari …
-
comment
Comment #21307423
This is a recent presentation, apparently for Indonesia. I find it detailed and well presented. I do not really hold much hope for new nuclear, as compared to renewables. However, …
- story
-
comment
Comment #20912030
The robo-taxi connotation is even worse. Any robo-taxi can be programmed to drive like a grand-ma to improve battery life. The cost of a x2 battery size is easier to amortize. Its …
-
comment
Comment #20911818
The GP is correct and not just being pedantic. This is just click bait. A battery (life)range is degraded (mostly) by (dis)charging speed, average discharge level and ambient heat.…
- comment
- story
-
comment
Comment #20248945
Does anyone have a graph of recent $/transistor progress? Its obvious that moore's law is stagnant, and clock speed is dead, etc, etc. But are we at least getting the same core siz…
-
comment
Comment #20138811
The main comment here seems to be sluggish performance. Is it some sort O(n^2) rule handler deep inside the builder? Or is it just "python-slow" ? :/ Can someone give an example of…