Answer all questions · SOLVE the Huffman coding problem from QB (characters a/e/i/o/u/s/t with given frequencies)
Mar 28 (Sat)Day 4
DIPDSA
▾
🎯 Goal: DIP Units 3–4 (segmentation, color models, CNN architecture, feature extraction) · DSA Stacks & Queues
7:00–9:30
🖼️
DIP · Unit 3 — Segmentation & Edge Detection
Thresholding: Global / Adaptive / Otsu comparison · Sobel vs Prewitt operators (kernels) · Watershed algorithm (working + pros/cons) · CCL: 4-connectivity vs 8-connectivity
9:30–9:45
☕
Break
9:45–12:00
🖼️
DIP · Unit 3 — Color Models + Contour Detection
RGB model (working, applications, limitations) · HSV (Hue/Saturation/Value significance) · Color image processing · Contour detection in object recognition
12:00–1:00
🍱
Lunch
1:00–3:30
💻
DSA · 10 Stacks & Queues + 11 S&Q Exercises
Stack (LIFO) · Queue (FIFO) · Deque · Implement using arrays AND linked lists · All exercises
3:30–3:45
☕
Break
3:45–6:00
🖼️
DIP · Unit 4 — Feature Extraction + CNN
Feature extraction importance · Pattern recognition stages · Hu Moments (advantages/limitations) · Zernike Moments vs Hu Moments · GLCM construction · 4 Haralick texture features · CNN architecture diagram
6:00–6:30
🚶
Break
6:30–7:30
💻
DSA · 12 S&Q LeetCode Interviews
Valid parentheses · Min stack · Implement queue using stacks · Sliding window maximum
7:30–9:00
📝
DIP · Full QB Pass (Units 3 & 4)
All questions answered · Draw CNN, Watershed, CCL diagrams on paper from memory
Mar 29 (Sun)Day 5
NLPDSA
▾
🎯 Goal: NLP Units 1–2 (history, architecture, morphology, FSA, N-grams) · DSA Trees
7:00–9:30
🗣️
NLP · Unit 1 — History & System Architecture
Turing Test · Georgetown-IBM experiment · Evolution of NLP · Generic NLP architecture · "Book a flight from Mumbai to Delhi tomorrow" walkthrough
9:30–9:45
☕
Break
9:45–12:00
🗣️
NLP · Unit 1 — Levels, Ambiguity & Knowledge
5 NLP levels · "The boy saw the man with a telescope" ambiguity analysis · Lexical/syntactic/semantic ambiguity types · World vs domain knowledge · Major challenges & solutions
POS tagging steps & applications · Penn Treebank tagset · Rule-based vs stochastic tagging · CFG with derivation example · Sequence labeling
9:30–9:45
☕
Break
9:45–12:00
🗣️
NLP · Unit 3 — HMM + MaxEnt + CRF
HMM for POS tagging (hidden states, emission/transition probs) · MaxEnt model features & advantages · CRF architecture · Label bias problem · HMM vs MaxEnt vs CRF comparison table
Two Sum · Group Anagrams · Top K frequent elements · Longest substring without repeating chars
7:30–9:00
📝
NLP · Units 3 & 4 Full QB Pass
Write all long answers · HMM diagram · Lesk algorithm worked example
Mar 31 (Tue)Day 7
Big DataDSA
▾
🎯 Goal: Big Data Units 1–2 (ecosystem, Hadoop, PySpark, RDDs, Dask) · DSA Graphs
7:00–9:30
📊
Big Data · Unit 1 — 5Vs, Ecosystem, Hadoop
5Vs with examples · Big Data ecosystem components · Batch vs Stream processing · HDFS architecture · Hadoop vs Spark comparison · Distributed computing importance · Databricks + Delta Lake
9:30–9:45
☕
Break
9:45–12:00
📊
Big Data · Unit 2 — PySpark & RDDs
PySpark architecture · RDD features · Transformations vs Actions · Catalyst Optimizer · DataFrame operations (select, filter, groupBy, join, SQL)