Wandering through thoughts and sharing my musings along the way.
Date published: 17th June, 2023
Programming | Python
Most of us learnt the foundations of computer programming the hard way - studying textbooks, attending old-school classrooms where we wrote programming exams on paper, and relying on YouTube videos. A few of us also learned programming through online courses. They all typically follow a similar approach of initially explaining the theory and syntax before engaging hands-on. However, universities like Stanford and Harvard employ visual platforms and intuitive drag-and-drop interfaces to teach the programming fundamentals.
Date published: 15th June, 2023
Women at work | Life experiences
Recently, I listened to a podcast on how women are not taken seriously (at work), how they are not trusted with decisions and how their capabilities of being in powerful roles are doubted. It made me walk down my memory lane and ponder upon the instances were I could have and had have experienced these "perks" of being a woman.
Date published: 21st April, 2024
Machine Learning | Decision Trees | Random Forests | Classification | Regression | Scikit-Learn | Python
Understanding Decision Trees through Scikit-learn's Methods