|
Login / Register

Course Details

The AI Mastery — Builder Track

NumPy · Pandas · Matplotlib

Instructor: Vinay Kumar

Created: 24 Jul, 2026

Courses Descriptions

MODULE OBJECTIVE

What you'll achieve

Manipulate numerical arrays with NumPy, wrangle structured data with Pandas, and create insightful visualisations with Matplotlib — the three pillars of every data science pipeline.

SECTION 01 — NumPy Basics

Fast numerical computing with arrays

• ndarray: creation, shapes, dimensions, dtypes
• Indexing, slicing, boolean masking
• Broadcasting: operations across different shapes
• Universal functions: sqrt, exp, log, sin
• Linear algebra: dot, matmul, transpose
• Random module: rand, randn, randint, seed

SECTION 02 — Pandas Basics

Structured data manipulation

• Series and DataFrame: creation and anatomy
• read_csv, read_excel, read_json
• head, tail, info, describe, dtypes
• loc, iloc, boolean filtering
• Handling missing values: isnull, dropna, fillna
• GroupBy, merge/join, apply() and map()

SECTION 03 — Matplotlib Basics

Visualising data clearly and effectively

• Figure and Axes architecture
• Line, scatter, bar, histogram, box plots
• Titles, labels, legends, annotations
• Subplots and colour map styling

SECTION 04 — Integrated EDA Workflow

End-to-end exploratory analysis

• Load → inspect → clean → analyse → visualise
• Correlation heatmaps and pair plots
• Missing value analysis and imputation Mini-project
• Project: EDA on a real dataset

KEY TAKEAWAYS

1. NumPy arrays are the backbone of all numerical ML computation

2. Pandas DataFrames handle 90% of real-world data wrangling

3. Broadcasting eliminates for-loops — think in arrays

4. A clear visualisation communicates more than a table of numbers

Instructor

Vinay Kumar

CTO

(0 Ratings)

10 Courses

0 Students

View Details

0.00

0 Reviews

1 Star
(0)
2 Star
(0)
3 Star
(0)
4 Star
(0)
5 Star
(0)

Write a Review

Courses Includes:

  • Price : $100.00
  • Instructor : Vinay Kumar
  • Durations : 4 Hour
  • Lessons : 4
  • Students : 0
  • Language : English
  • Level : Beginner
  • Certifications : Yes
Add to Cart

Share On:

Related Courses

  • 0 Students
  • 5 Lessons

Deployment · Streamlit · LLMOps

Package AI apps into Streamlit UIs, deploy on public cloud (AWS/GCP), implement LLMOps monitoring with LangSmith, establish CI/CD for AI, and understand LLMOps as a discipline.

(0 Ratings)
  • 0 Students
  • 12 Lessons

Agentic AI Systems: Steerability

Build AI agents from first principles, design stateful LangGraph workflows, implement all major agent patterns compare CrewAI vs AutoGen, and ship a production multi-agent e-commerce support system.

(0 Ratings)
  • 0 Students
  • 4 Lessons

Fine-Tuning LLMs

Decide when fine-tuning beats prompting and RAG, implement LoRA/QLoRA, prepare high-quality datasets, evaluate models, and deploy fine-tuned adapters to production.

(0 Ratings)