This repo serves as a record to track my learning of DL for 100 days.
- Day 1-3: Implements a Transformer model from scratch using PyTorch for language translation task (ref)
- Day 4-5: Implement YouTube Video to Doc (vid2doc) for Quick Video Content Reading
- Day 6: Start learning CUDA and code add.cu
- Day 7: Slides for RL is Almost All Your Need in Post-Training
- Day 8: Learn AI by hand
- Day 9-11: Learn LLMer videos. The LLM educational videos for me so far.
- Day 12: Learn LLM Reasoning: Key Ideas and Limitations
- Day 13-14: Build a small LLM based text from two books
- Day 15: Started aiml-jit
- Day 16: general coding pattern organization started ref
- Day 17: start practicing general coding problems ref