Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

267 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Libraries for AI/ML

🎯 Goal

This repository documents my 4-week journey to master essential Python libraries used in Artificial Intelligence (AI) and Machine Learning (ML) β€” focusing on NumPy, Pandas, Matplotlib, and Seaborn.


πŸ“š Libraries Covered

Week Library Focus Area Playlist Link
1️⃣ NumPy Numerical Computing NumPy Playlist
2️⃣ Pandas Data Manipulation Pandas Playlist
3️⃣ Matplotlib Data Visualization Basics Matplotlib Video 1
4️⃣ Seaborn Advanced Visualization Seaborn Video 1

πŸ—“οΈ Learning Plan (4 Weeks)

Week Focus Topics Deliverables
Week 1 NumPy Arrays, Indexing, Operations, Broadcasting Notes, Notebooks, Practice Tasks
Week 2 Pandas DataFrames, Filtering, GroupBy, Merging Datasets, Code Examples
Week 3 Matplotlib Plotting Basics & Advanced Visualizations Graphs & Charts
Week 4 Seaborn Advanced Data Visualization Custom Plots, Style Control

πŸ“‚ Repository Structure

python-libraries-for-ai-ml/
β”‚
β”œβ”€β”€ 01_NumPy/
β”‚   β”œβ”€β”€ Notes/
β”‚   β”œβ”€β”€ Code/
β”‚   └── README.md
β”‚
β”œβ”€β”€ 02_Pandas/
β”‚   β”œβ”€β”€ Notes/
β”‚   β”œβ”€β”€ Code/
β”‚   └── README.md
β”‚
β”œβ”€β”€ 03_Matplotlib/
β”‚   β”œβ”€β”€ Notes/
β”‚   β”œβ”€β”€ Code/
β”‚   └── README.md
β”‚
β”œβ”€β”€ 04_Seaborn/
β”‚   β”œβ”€β”€ Notes/
β”‚   β”œβ”€β”€ Code/
β”‚   └── README.md
β”‚
└── Summary/
    β”œβ”€β”€ Cheatsheets/
    β”œβ”€β”€ Practice_Tasks/
    └── Final_Revision.md

🧩 Tools & Technologies

  • Language: Python 3.10+
  • Environment: Jupyter Notebook / VS Code
  • Libraries Used:
    numpy, pandas, matplotlib, seaborn
  • Dataset Examples: CSV files, sample arrays, and visualization data

βš™οΈ Setup Instructions

  1. Clone this repository

    git clone https://github.com/yourusername/python-libraries-for-ai-ml.git
  2. Install dependencies

    pip install -r requirements.txt
  3. Open Jupyter Notebook

    jupyter notebook
  4. Explore the notebooks inside each library folder.


πŸ“˜ Learning Approach

  • πŸŽ₯ Watch assigned YouTube playlist/videos daily
  • 🧾 Take structured notes in the Notes/ folder
  • πŸ’» Practice using Jupyter notebooks in Code/
  • πŸ“Š Apply visualization on real datasets in Datasets/

🧠 Key Learning Outcomes

By the end of this repository, you’ll be able to:

  • Perform numerical computation with NumPy
  • Conduct data analysis and cleaning using Pandas
  • Build custom visualizations with Matplotlib
  • Create statistical and AI-focused plots with Seaborn
  • Understand how these libraries connect for AI/ML pipelines

🧾 Requirements

numpy
pandas
matplotlib
seaborn
jupyter

🏁 Progress Tracker

Week Library Status
Week 1 NumPy βœ… Complete
Week 2 Pandas βœ… Complete
Week 3 Matplotlib βœ… Complete
Week 4 Seaborn βœ… Complete

πŸ‘©β€πŸ’» Developed by: Hamna Munir
πŸš€ Purpose: Building a strong Python foundation for AI/ML
πŸ“… Duration: 4 Weeks

About

A comprehensive collection of notes, examples, and practical code for Python libraries in AI and Machine Learning.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages