Class 05 – Functional Programming (Real-World Function Examples, Lambda Functions, map(), filter()) | Introduction to NumPy (Purpose, Importing Modules for Data Handling)
Class 10 – Completed OOP | Introduction to Streamlit (Basic Widgets & Component Development) | ML Classification Project Deployed on Streamlit
Data Science (Batch-02) Session 10
02:33:35
Class 11 – Streamlit Deployment Setup | GitHub Integration for Project | Live Deployment of ML Project | SQLite3 in Python: Importing, Creating DB & Tables, CRUD Operations (Create, Read, Update, Delete)
Data Science (Batch-02) Session 11
02:18:43
Class 12 – Logging in Python: Practical Use, Multiple Loggers & Real-World Scenarios | Introduction to Flask Framework (WSGI Architecture & Jinja Templates)
Data Science (Batch-02) Session 12
02:21:59
Class 13 – Flask App Structure | HTML Integration in Flask | Handling HTTP Methods: GET & POST
Data Science (Batch-02) Session 13
02:28:50
Class 14 – Flask App Revision (App Skeleton, HTML Integration, GET & POST) | Dynamic URLs with Variable Rules | Jinja2 Template Engine | Feature Engineering: Handling Missing Values
Data Science (Batch-02) Session 14
02:12:46
Class 15 – Data Encoding: Nominal, OneHot, Label, Ordinal, Target-Guided | NLP Roadmap: Tokenization & Text Preprocessing
Data Science (Batch-02) Session 15
02:10:56
Class 16 – Stemming (Porter & Snowball) | Lemmatization | Stopwords Removal | POS Tagging | Named Entity Recognition (NER)
Data Science (Batch-02) Session 16
02:30:47
Class 17 – Name Entity Recognition (NER) | One-Hot Encoding (OHE) | Bag of Words (BOW)
Class 19 – ANN Implementation Concepts | Sequential Model | Dense Layers | Activation Functions (Sigmoid, ReLU) | Forward Propagation | Bias
Data Science (Batch-02) Session 19
02:13:15
Class 20 – Optimizers (Adam) | Learning Rate | Dense Layers | Model Training (fit, epochs, history) | Early Stopping | TensorBoard | Saving Best Weights | Model Saving & Loading (.h5) | Predictions
Data Science (Batch-02) Session 20
02:04:23
Class 21 – LSTM & GRU RNN Training | End-to-End Project: Next Word Prediction | Data Collection, Preprocessing, Model Building, Training, Evaluation, and Deployment
Data Science (Batch-02) Session 21
02:12:34
Class 22 – Intro to Gen AI | AI/ML/DL/Gen AI Differences | LLM Models Overview | Training of OpenAI ChatGPT & LLaMA 3 (SFT) | Evolution of AI Models | Deep Dive into LangChain Ecosystem
Data Science (Batch-02) Session 22
02:25:18
Class 23 – LLM Apps with LCEL (Part 1) | Prompt Templates, Output Parsers, and Chaining | Chatbot Project with Conversational History and Session Handling
Data Science (Batch-02) Session 23
02:25:43
Class 24 – Build a chatbot with session memory (Buffer, Window, Summary) | Safe Prompts | Streaming Replies and basic tools | wrapped in a simple Streamlit/FastAPI UI; include logging and optional Redis/SQLite store.
Data Science (Batch-02) Session 24
01:48:10
Class 25 – Implement a full RAG pipeline (load, chunk, embed, store, retrieve, generate) with tuned embeddings | Vector DB and source citations | Deploy a Q&A app over PDFs/web pages with saved vector store and documented settings.
Data Science (Batch-02) Session 25
02:41:56
Class 26 – Ran a Streamlit RAG app (PDF upload → embed → retrieve → Q&A) and explored its uses | Built search agents with custom tools | LLM + Agent Executor, Streamlit UI | Live reasoning.
Data Science (Batch-02) Session 26
02:01:55
Class 27 – Created a Streamlit app where AI agents query SQLite via LangChain + Groq | Set up DB upload/preview | Safe SQL agent | Chat UI with history, and fixed auth/loop bugs | Final outcome: robust AI-SQL app with schema view | NL queries | and clear teaching demos.