Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
beckhamc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
beckhamc
9d ago
Pretty much this. I actually find this more annoying than the way it writes, but that is also annoying as well.
2.
▲
by
beckhamc
17d ago
I am also wondering the same thing as OP. Somewhat tangential thought, but I recently realised that what I would really love in an IDE is a "first class" Markdown editing experience, just because most of my day-to-day is managing
3.
▲
by
beckhamc
17d ago
This may be of use to you, I wrote a similar reply earlier in the thread: https://news.ycombinator.com/item?id=49486172#49491426
4.
▲
by
beckhamc
19d ago
I was looking at CLI-only solutions a while ago and the best thing I found was to use something like revdiff: https://github.com/umputun/revdiff For instance, in Claude Code you can have it bring up this TUI overlay af
5.
▲
by
beckhamc
19d ago
Interesting to see someone else is in the same boat as I am. Regarding editor review I agree, surely the solution would be to `git diff` at the end, but if you only want to git diff what was literally just changed by the agent it means you&
6.
▲
by
beckhamc
2y ago
I'm not sure if this is directly mentioned in the paper, but I didn't see any mention specifically about the conflation between a validation set and test set. When people actually make a distinction between the two (which is see
7.
▲
Questionable Practices in Machine Learning
(arxiv.org)
6 points
by
beckhamc
2y ago
|
1 comments
8.
▲
by
beckhamc
2y ago
Your description of tanh isn't even correct, it squashes a real number to `(-1, 1)`, not "less than one". You're curious about whether there is gain in parameterising activation functions and learning them instead, or ra
9.
▲
by
beckhamc
2y ago
Learnable parameters on activations do exist, look up parametric activation functions.
10.
▲
by
beckhamc
2y ago
How was that person derailing the convo? Nothing says an activation function has to "squash" a number to be in some range. Leaky ReLUs for instance do `f(x) = x if x > 0 else ax` (for some coefficient `a != 0`), that doesn'
11.
▲
by
beckhamc
2y ago
ACE 7, recently got my PhD in ML and am doing reasonably well, at least from an 'objective' lens (I have a well paying job and bought my first condo recently). My mind is still chaotic as ever (I have a mix of OCD / Tourettes
12.
▲
by
beckhamc
2y ago
no we just replaced feature engineering with architectural engineering
13.
▲
by
beckhamc
3y ago
The issue is the obsession with benchmark datasets and their flaky evaluation
14.
▲
by
beckhamc
3y ago
sophisticated AI != aimbot accuracy
15.
▲
by
beckhamc
3y ago
I wish I had the ability to toggle PiP for any open window, while I am in full screen mode. For instance, I have both Chrome and Emacs side by side full screen and I can use a hotkey to drop down my iTerm window over both of them. (Basica
16.
▲
by
beckhamc
3y ago
http://beckham.nz/blog Mostly theoretical-ish deep learning stuff as of late (I'm a PhD candidate in that field). But I want to expand it into really anything: psychology, dating, video game reviews, etc.
17.
▲
by
beckhamc
3y ago
A relevant quote here seems to be: "if a measure becomes a target, it ceases to become a good measure". Also true of academia in general because of the obsession with citations.
18.
▲
Techniques for label conditioning in Gaussian denoising diffusion models
(beckham.nz)
1 points
by
beckhamc
3y ago
|
0 comments
19.
▲
by
beckhamc
3y ago
Not to be confused with open source ML toolkit WEKA: https://en.m.wikipedia.org/wiki/Weka_(machine_learning) Huh, that's funny, I guess which one came first?
20.
▲
by
beckhamc
4y ago
Nice work! Is it possible to somehow switch to a tab somehow using this? (Use case: switching browser tabs within Emacs). Thanks