Every file in this project is code I wrote and submitted while completing the NeetCode ML course. The problems progressively build from gradient descent fundamentals all the way to a working GPT.
Medical artificial intelligence (AI) has immense potential to improve health outcomes, particularly in regions in which specialized medical expertise is scarce 1. At the same time, AI also poses new ...
Some key insights from this learning process: • Gradient Descent provides stable parameter updates but becomes computationally expensive as dataset size grows. • SGD significantly reduces update cost ...