9 lines
712 B
Plaintext
Raw Normal View History

2024-12-03 03:28:35 +00:00
trekhleb said For learning purposes, I made a minimal TensorFlow.js re-implementation of Karpathys minGPT (Generative Pre-trained Transformer). One nice side effect of having the 300-lines-of-code model in a .ts file is that you can train it on a GPU in the browser.
https://github.com/trekhleb/...
2025-01-14 19:08:20 +00:00
The Python and Pytorch version still seems much more elegant and easy to read though...,I was curious about the geographical distribution of Top Tech Jobs (i.e. how many FAANG jobs are in Europe, where they are mostly focused, etc)... So I came up with a draft (prototype) of the Tech Jobs Radar:
https://jobs-radar.com/
I'm sharing it here just in case someone else is curious about analyzing such data```