A collection of my solutions to machine learning problems from Deep-ML.
This repository serves as a structured archive for machine learning algorithms and concepts I've implemented. Each solution is organized into its own directory for clarity and modularity.
Each problem follows a standard structure:
deepml_solns/
├── <problem-name>/
│ ├── <code-file> # Implementation of the ML algorithm
│ └── README.md # Theory, learning summary, and personal insights
└── ...
- Code: Python implementation of the algorithm.
- README: Personal reflections, theoretical background, and key takeaways in my own words.
For every major problem solved, I also maintain a detailed blog post on my portfolio website. These posts include professional descriptions, tags, and highlights of my learning journey.
This repository utilizes a custom agent workflow to:
- Initialize new problem folders.
- Generate structured READMEs with theoretical insights.
- Synchronize with my website's blog posts.
- Manage Git commits and deployments.
Driven by a passion for understanding the "why" behind every line of code.