Viewing profile — albertzeyer
albertzeyer
HN member- Joined
- Tue, Mar 02, 2010, 6:23 PM UTC
- HN karma
- 10,647
- Public activity
- 1,904 items
- HN profile
- View on Hacker News ↗
About albertzeyer
albzey@gmail.com
http://www.az2000.de
https://github.com/albertz
https://twitter.com/albertzeyer
Research Scientist, PhD; Deep Learning, Speech Recognition, NLP: http://www-i6.informatik.rwth-aachen.de/~zeyer/ https://scholar.google.com/citations?user=qrh5CBEAAAAJ&hl=en
[ my public key: https://keybase.io/albertzeyer; my proof: https://keybase.io/albertzeyer/sigs/1NQp461oCwDiD4vB8HKfiZAkztYALFalSYwHFsnX8IU ]
Recent public activity
-
comment
Comment #49148338
But the LLMs are also not one-shotting it, or are they? I assume they have some ways to verify it, e.g. to visualize it (convert to PNG, then feed as vision tokens back to the LLM)…
-
comment
Comment #49099989
"Why is terminal usage more widespread than ever?" - I guess because of AI agents?
-
comment
Comment #48719741
Small self-advertisement: as an alternative to dissect.cstruct, a fun side-project of mine (C parser + C interpreter in Python) can do a very similar thing: https://github.com/albe…
-
comment
Comment #48301364
I think the simulation in Cities Skylines is also quite advanced, or not? The simulation is much more the reason why it requires powerful hardware to run on, much less the graphics…
-
comment
Comment #48146993
More information about DwarfStar 4 (DS4) in the readme: https://github.com/antirez/ds4 The code seems based on llama.cpp and GGML. I don't fully understand why it is a standalone p…
-
comment
Comment #48019672
The classic function coloring problem. https://journal.stuffwithstuff.com/2015/02/01/what-color-is-...
-
comment
Comment #48007266
Why not just getting the changes/extensions upstream, welcome the Mac dev on the team, and make it an official port?
-
comment
Comment #48005728
But these are not errors. These are just warnings you can ignore? It's not really so critical?
-
comment
Comment #47717291
I'm curious: In the current moon flyby, how often did some of these fallback methods get active? Was the BFS ever in control at any point? How many bitflips were there during the f…
-
comment
Comment #47650010
73°C is a bit unusual cold for a Finnish sauna. Wikipedia says: > The temperature in Finnish saunas is 80 to 110 °C (176 to 230 °F), usually 80–90 °C (176–194 °F) And with that tem…
-
comment
Comment #47616692
Is that real-time or sped up? This video is about 1 minute. How much real time does it correspond to?
-
comment
Comment #47137537
I wonder a bit about that. What activities or possibilities are you exposed at during that age. I know many computer science colleagues who were not exposed to programming during t…
-
comment
Comment #46703806
https://wiki.python.org/moin/DebuggingWithGdb
-
comment
Comment #46693725
I had registered for alerts on https://aurorasaurus.org/ . But that alert was sent way too late for me (strongest lights were yesterday around 10-11 PM, and the notification was se…
-
comment
Comment #46598671
v0: 16M Parameters v0.5 123M Parameters v1: 700M Parameters v2mini-eval1: 300M Parameters I would not call this LLM. This is not large. It's just a normal-sized LM. Or even small. …
-
comment
Comment #46323588
Very nice! This is released under GPL. I wonder, who is K1n9_Duk3? Does he have the rights to actually release this, and put it under GPL? What does "reconstructed" mean? Is this d…
-
comment
Comment #46258115
I think the point is that for most things, you don't need to call any external tools. Python's standard library comes already with lots of features, and there are many packages you…
-
comment
Comment #46246589
The first linked article was recently discussed here: RIP pthread_cancel ( https://news.ycombinator.com/item?id=45233713 ) In that discussion, most of the same points as in this ar…
-
comment
Comment #46019516
Which paper is that?
-
comment
Comment #45962869
This idea is often used for self-supervised learning (SSL). E.g. see DINO ( https://arxiv.org/abs/2104.14294 ).
-
comment
Comment #45962842
The random noise is added to the model parameters, not the inputs, or not? This reminds me of variational noise ( https://www.cs.toronto.edu/~graves/nips_2011.pdf ). If it is rando…
-
comment
Comment #45953849
> Presumably we still wouldn't enable Modules by default.
-
comment
Comment #45898470
I wonder, what LeCun wants to do is more fundamental research, i.e. where the timeline to being useful is much longer, maybe 5-10 years at least, and also much more uncertain. How …
-
comment
Comment #45897405
I was looking for various options to archive my data (photos, documents, code), and have looked at Perkeep since a while, but then started using Git-Annex. However, I regret this d…
-
comment
Comment #45885152
It reminds me also of the 24 FPS discussion, which is still the standard as far as I know for cinema, even though 48 or 60 FPS are pretty standard for series, The 24 FPS give it a …