≡
Ibrahim Ahmed
Home
About Me
Résumé
Posts
Notes
Projects
Search
☽
Graphs
Poor Man's Autograd
Mar 27, 2026
| 11 min read
Categories:
Machine Learning
,
Tags:
Neural Networks
,
Llm
,
Graphs
,
Deriving the code for differentiating code. Inspired by microgpt.
Poor Man's Autograd
Mar 27, 2026
| 11 min read
Categories:
Machine Learning
,
Tags:
Neural Networks
,
Llm
,
Graphs
,
Deriving the code for differentiating code. Inspired by microgpt.
Algorithms: Balancing
Feb 6, 2017
| 5 min read
Categories:
Computer Science
,
Tags:
Algorithms
,
Graphs
,
How balancing the workload across an algorithm's recursive subproblems affects its overall time complexity, with worked examples.