logoalt Hacker News

HPsquaredtoday at 10:42 AM1 replyview on HN

Compiling source code also takes computing resources, only the scale is different. It's a very close analogy: source code with training data, and compiled binaries with model weights.

The weights are literally a binary blob.


Replies

WithinReasontoday at 11:00 AM

The weights are the modifiable representation. You modify them with gradient updates.

show 3 replies