rvbug.hashnode.devIntroduction to Quantum Machine Learning (QML)Prelude My love for Quantum Physics rekindled in 2017 while studying the foundation of mathematics used in Machine Learning and Deep Learning. Another interesting branch gaining momentum is Quantum Machine Learning (QML) - an intersection between Qua...Apr 21, 2024·6 min read
rvbug.hashnode.devProductivity Series II - .DotfilesIntroduction In the first part of my Productivity series, we talked about configuring Neovim as your IDE. You can check out that blog and my configuration here. In this part, let us talk about the magic of .dotfiles, how to automate your development ...Apr 13, 2024·6 min read
rvbug.hashnode.devML Cookie-Cutter - V 2.0Introduction I go by one simple principle If you repeat the same steps twice, then automate it the third time. Couple of years back, I wrote blog on how to : 1> Structure your Data Science and ML project - Link here 2> Automating ML structure using...Apr 13, 2024·4 min read
rvbug.hashnode.devConfiguring your IDE - NeovimIntroduction An Integrated Development Environment (IDE) provides a comprehensive list of features like code editor, compiler/interpreter, code completion, debugger and much more. Modern editors work out of the box. Just install, launch and you are r...Feb 17, 2024·6 min read
rvbug.hashnode.devRecommendation Systems - Part IIntroduction This is the first article of a multi-part series on building Recommendation Systems (RS). In Part 1, we will cover the two types - Popularity Based and Content Based recommenders. Objective of the article is to share my learnings and ex...Sep 10, 2022·8 min read