verified_user
Target Output
Weekly Production Deliverable
Deliverable: Recursion implementation fundamentals done. Random Forest depth mastered.
Monday
0 / 2 done
DSA
Pow(x, n); Generate Parentheses
1.5h
AI/ML
Ensembles 1: Bagging Foundations
CampusX "100 Days of ML": Bootstrap Aggregation (Bagging), Out-of-Bag (OOB) evaluation, how bagging reduces model variance + StatQuest: "Bagging, Clearly Explained"
2.5h
Tuesday
0 / 2 done
DSA
Power Set
1.5h
CORE
OS Foundations & Protection
Why OS? Types of Operating Systems (Batch, Time-sharing, Distributed, Real-time, Embedded), OS as resource manager, Dual-Mode Operation (User Mode vs Kernel Mode, Privileged Instructions), Traps, Interrupts & Exceptions, System calls, Process vs Program vs Thread, Process States, Process Control Block (PCB) + Quiz: Introduction to Operating Systems
2.5h
Wednesday
0 / 2 done
DSA
Check if a subsequence with sum K exists; Count all subsequences with sum K
1.5h
AI/ML
Ensembles 2: Random Forest Depth
CampusX: Random Forest algorithm, Feature Bagging (random feature subsets), Gini/Entropy in forests + StatQuest: "Random Forest, Clearly Explained," Parts 1 & 2
2.5h
Thursday
0 / 2 done
DSA
Combination Sum
1.5h
CORE
Process Lifecycle, Daemon Processes & IPC
Process Creation & Termination,
fork(), exec(), wait(), exit(), Zombie & Orphan processes, Daemon Processes, Context Switching; Multiprogramming vs Multitasking vs Multiprocessing vs Multithreading; Inter-Process Communication (IPC Decision Guide: Shared Memory, Message Passing, Pipes, FIFOs, Sockets, Signals, mmap) + Quiz - Daemons and IPC Basics
2.5h
Friday
0 / 2 done
DSA
Combination Sum II
1.5h
AI/ML
Ensembles 3: Hands-on & Andrew Ng
scikit-learn: Train a
RandomForestClassifier, tune n_estimators, max_depth, max_features; Andrew Ng ML Spec Course 2 (Tree Ensembles module) + explain variance reduction out loud
2.5h
⚡
Weekend High-Load Execution
• 8.0h Daily Deep Focus Lab
Saturday
0 / 3 done
DSA
Subsets I; Subsets II
1.5h
AI/ML
Ensemble Methods Lab: Bagging & Random Forest (4.0h)
Implement bootstrap aggregating and feature bagging from scratch; compare variance reduction against single Decision Tree.
4.0h
APT
Quant M11 & Verbal
Quant M11 Algebra (Basic & Advance) + Verbal: Mixed Practice
2.5h
Sunday
0 / 3 done
DSA
Combination Sum III + revision
1.5h
AI/ML
Kaggle Competition Kickoff (4.0h)
Enter a live Kaggle Playground / Getting Started competition (e.g. Tabular Playground Series); train baseline Random Forest model.
4.0h
APT
Logical & CPU Scheduling
Logical: Calendars (Basic & Advance) + CPU Scheduling Basics (FCFS, SJF, SRTF, RR, Priority, Multi-level Queue) + mixed revision test
2.5h
edit_note
Week 11 Technical Notes & Journal
#LeetCode
#Java
#DSA
#Week11