30 Day Challenge
After the successful completion of 30 day running challenge, I wanted something similar in the technical realm. The main goal of this challenge is consistency in my work. So I will be posting log for each day which may include the papers I read, the ideas I implemented; all things work.
The rules of this challenge:
- 1 hour personal project block: Polish coding skills and work on personal projects.
- 1 hour research block: Work on research project.
Starts - May 28, 2025Ends - June 26, 2025
Day 1
Personal Project:
- Made 30 day challenge page in the personal website.
- Made a checklist of the projects I need to implement: 1 Neural network from scratch, SQL basics, 4 NLP projects.
- Skimmed through my earlier implementation of neural network from scratch.
Research Project:
- Re-read the paper
- Skimmed through my notes.
Day 2
Personal Project:
- Implemented forward pass and error calculation for a single perceptron.
Research Project:
- Planned out the implementation.
Day 3
Personal Project:
- Fixed forward pass bugs.
Research Project:
- Researched the implementation of GCN based architecture for graph generation.
