Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 211 words in the discussion.

Trending Topics

#hand#https#research#library#com#model#math#articles#full#learn

Discussion (10 Comments)Read Original on HackerNews

rustyminnow•about 3 hours ago
https://www.byhand.ai/p/library

> AI by Hand is the research publication of By Hand Research, founded by Prof. Tom Yeh. By Hand Research studies model interpretability and explainability at the math and algorithm level. Subscribers receive free new articles and join live seminars. Members get access to our full research library.

iamnotarobotman•42 minutes ago
This is also recommended reading if you want to learn more about building LLMs from scratch: See:

Train your own LLM - https://github.com/angelos-p/llm-from-scratch

HN Discussion - https://news.ycombinator.com/item?id=48017948

zhainya•about 3 hours ago
I'm not sure what this is. Click past the subscribe page to get a bunch of links to descriptions of articles I could read if I was a subscriber?
lacoolj•about 1 hour ago
Scroll all the way down and there's a video, it's a course he's making for deep-dive into how Qwen 3.6 works internally
mille562•about 3 hours ago
Click "Later->" to bypass subscribe.
dominotw•about 3 hours ago
dont see later
megadragon9•about 2 hours ago
i created something similar a while back. Inspired by micrograd for showing the connection between math/calculus and code, then building along the way to a full NumPy deep learning library that I pretrained GPT-2 124M model with it. One way to learn is to trace through the PRs merged to the repo in chronological order.

The philosophy is the same: "What I cannot create, I do not understand." https://github.com/workofart/ml-by-hand

dominotw•about 1 hour ago
wow this is nice work. i am diving into this world and was hoping to this exact thing. i am going to look to see how you did it. ty for sharing.
copperx•about 1 hour ago
My professor used this "by hand" technique when teaching quantum computation algorithms, so I have a soft spot for it.
Damjanski•about 1 hour ago
this is sick!