RVRakesh Venkatinrvbug.hashnode.dev·Apr 21, 2024 · 6 min readIntroduction 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...00
RVRakesh Venkatinrvbug.hashnode.dev·Apr 13, 2024 · 6 min readProductivity 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 ...00
RVRakesh Venkatinrvbug.hashnode.dev·Apr 13, 2024 · 4 min readML 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...00
RVRakesh Venkatinrvbug.hashnode.dev·Feb 17, 2024 · 6 min readConfiguring 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...00
RVRakesh Venkatinrvbug.hashnode.dev·Sep 10, 2022 · 8 min readRecommendation 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...00