Skip to content

This repository documents my step-by-step progress as I learn, experiment, and build projects using Machine Learning (ML) and Deep Learning (DL) concepts.

Notifications You must be signed in to change notification settings

InterCentury/ML-DL-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ML & DL Learning playgorund πŸš€

Welcome to my Machine Learning & Deep Learning learning journey.

This repository documents my step-by-step progress as I learn, experiment, and build projects using Machine Learning (ML) and Deep Learning (DL) concepts.
The goal is not just to finish tutorials, but to understand the fundamentals, write clean code, and build real intuition.

This repo will grow over time as I move from basics β†’ intermediate β†’ advanced topics.


🎯 Goals of This Repository

  • Build a strong foundation in ML & DL
  • Learn concepts by implementing them from scratch
  • Practice using popular libraries (NumPy, Pandas, PyTorch / TensorFlow)
  • Track progress in a transparent and structured way
  • Create a solid base for future projects and research

🧠 Topics Covered (Progressive)

πŸ”Ή Machine Learning

  • Linear Regression
  • Logistic Regression
  • Gradient Descent
  • KNN
  • Decision Trees
  • Naive Bayes
  • Support Vector Machines (SVM)
  • Model evaluation & metrics

πŸ”Ή Deep Learning

  • Neural Networks fundamentals
  • Backpropagation
  • Activation functions
  • CNN basics
  • RNN basics (later)
  • Training & optimization techniques

πŸ”Ή Mathematics for ML

  • Linear Algebra (vectors, matrices)
  • Probability & Statistics
  • Calculus (intuition-based)

πŸ› οΈ Tech Stack

  • Language: Python
  • Libraries: NumPy, Pandas, Matplotlib, Scikit-learn
  • Deep Learning: PyTorch / TensorFlow (later)
  • Environment: Jupyter Notebook & Python scripts

πŸ“‚ Repository Structure

Each folder represents a clear learning stage or concept.
Notes, code, and experiments are kept together for clarity.

About

This repository documents my step-by-step progress as I learn, experiment, and build projects using Machine Learning (ML) and Deep Learning (DL) concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages