#LSPPDay08
- Revised the LC problems solved sofar.
- Looked into LeetCode#21 "Merge Two Sorted Lists".
- Also learnt how to deploy on Kubernetes, and interact with clusters with a sample app (and made docs)
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay04 Solved leetcode#9 "Palindrome Number". Reversed the number and compared with original, and in another approach, reversed a half and compared it with the other half. Solving easy problems before tougher ones. #60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay02
Solving leetcode#2 "Add Two Numbers". Noobie brain might need another day or two.
Learnt about docker, containerization and related commands as a sidequest - to make up for the incomplete main quest.
#60DaysOfLearning2025#LearningWithLeapfrog@lftechnology
#LSPPDay01
Solved leetcode#1 "Two Sum" problem by three different approaches - bruteforce, two pointers and hash map. learnt how time complexity can be reduced significantly by implementing sorting and hash map.
#60DaysOfLearning2025@lftechnology
Day 1 feels like yesterday, but we've come to the last day of #60DaysOfLearning2024. Reflecting on the past 60 days, they've enriched my understanding significantly. Yet, the true standout is the realization that consistency is the key. So glad I opted in for this.
#LSPPDay60: Completed two chapters from "Preprocessing for Machine Learning" course. Learnt about Preprocessing techniques, Pd column type conversion, log norm, Std. Scaling & their impacts on distance-based algorithms.
#60DaysOfLearning2024#LearningWithLeapfrog@lftechnology
#LSPPDay59: Learnt about the pros, cons & working of the DBSCAN algorithm (Density Based Spatial Clustering of Applications with Noise) for cluster analysis in dataset. This time with pen and paper on a small set of pts.
#60DaysOfLearning2024#LearningWithLeapfrog@lftechnology
#LSPPDay58: Went deeper into PCA and its application in Feature Extraction. Covered Topics: interpretation, explained variance of PCs, choosing appropriate num. of PCs + more. Also learnt to use PCA for image compression.
#60DaysOfLearning2024#LearningWithLeapfrog@lftechnology
#LSPPDay56: Went through "Feature Selection I - Selecting for Feature Information" chapter where I did a demo of the Dimensionality Curse & learnt about the methods to find & select features carrying the most info & value.
#60DaysOfLearning2024#LearningWithLeapfrog@lftechnology
#LSPPDay55: Went for a deeper dive into Dimensionality Reduction. Begun with an insightful introductory chapter on the topic with some quizzes & code exercises ++ finished yesterday's leftover task of debugging & training
#60DaysOfLearning2024#LearningWithLeapfrog@lftechnology
#LSPPDay54: Made some corrections on yesterday's code, implemented a limited DataLoader, & wrote code to visualize the losses and accuracies and evaluate on test data. Came across a new set of bugs to ponder on tomorrowπ
#60DaysOfLearning2024#LearningWithLeapfrog@lftechnology