HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kengoa

no profile record

Submissions

Side Project of a Side Project

kengoa.github.io
3 points·by kengoa·6 maanden geleden·0 comments

Lessons from the Startup World

laksanakan.substack.com
7 points·by kengoa·7 maanden geleden·1 comments

comments

kengoa
·4 maanden geleden·discuss
Nice list! I remember HN talking about https://students.brown.edu/seeing-theory/ when it came out but sadly it seems like this website was discomissioned.

Added an entry for my data visualisation tool here: https://github.com/stared/interactive-machine-learning-list/....

Edit: found an updated link for seeing theory so I fixed it in the PR above. Feel free to cherry-pick if #24 is not relevant.
kengoa
·5 maanden geleden·discuss
Amazing work! Reminded me of LLM Visualization (https://bbycroft.net/llm) except this is a lot easier to wrap my head around and that I can actually run the training loops, which makes sense given the simplicity of the original microgpt.

To give a sense of what the loss value means, maybe you can add a small explainer section as a question and add this explanation from Karpathy’s blog:

> Over 1,000 steps the loss decreases from around 3.3 (random guessing among 27 tokens: −log(1/27)≈3.3) down to around 2.37.

to reiterate that the model is being trained to predict the next token out of 27 possible tokens and is now doing better than the baseline of random guess.
kengoa
·6 maanden geleden·discuss
Understanding Python's data model helped me become a better software engineer. I'd recommend watching this PyData talk (James Powell: So you want to be a Python expert? | PyData Seattle 2017 - https://www.youtube.com/watch?v=cKPlPJyQrt4) and then using the official doc as a reference which is also fun to read: https://docs.python.org/3/reference/datamodel.html
kengoa
·7 maanden geleden·discuss
> Consequently, knowledge bottlenecks are a form of operational inefficiency in startups.

This resonates with my startup experience, especially when the organisation is growing rapidly (which is almost always the case for VC-funded startups)