Welcome to the Machine Learning: Basic to Advanced repository by Girijaray07 – a well-structured, progressive learning resource covering the essentials and deeper insights into machine learning using Python. The notebooks are built for learning, exploration, and practical implementation.
Machine-Learning-Basic-to-Advanced/
├── Files/datasets/ # Datasets used in notebooks
├── Basic-understanding-of-Data.ipynb # Understanding and analyzing datasets
├── Basic-Graphs-of-Data.ipynb # Visualizing datasets with basic plots
├── Categorical-Graphs-of-Data.ipynb # Graphs for categorical data
├── Plots-Categorical-&-Numerical.ipynb# Mixed variable plotting
├── Scaled-vs-unScaled.ipynb # Difference between scaled and unscaled data
├── Ydata-Profiling.ipynb # Dataset profiling using Ydata
├── requirements.txt # Python dependencies
└── .gitignore # Git ignored files
- 📊 Data Visualization: Line, bar, pie, histograms, and scatter plots
- 📂 Data Understanding: Types, distributions, correlations
- 📈 Categorical vs Numerical Analysis: Custom plots for both
- ⚖️ Scaling Demonstrations: Scaled vs unscaled datasets
- 📋 Automated Profiling: Leveraging Ydata-Profiling for quick EDA
- ✅ Ready-to-run Notebooks: Structured in Jupyter (.ipynb) format
-
Language: Python 3
-
Libraries:
pandas,numpy,matplotlib,seaborn,scikit-learnydata-profiling,requests,beautifulsoup4- (Full list available in requirements.txt)
git clone https://github.com/Girijaray07/Machine-Learning-Basic-to-Advanced.git
cd Machine-Learning-Basic-to-Advancedpython -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windowspip install -r requirements.txtOpen any notebook from the list to explore concepts interactively.
- 📘 Learning & Practice
- 🧠 Concept Reinforcement
- 📂 Project Reference
- 💼 Interview Preparation
This repository is actively growing. Contributions and feedback are welcome!
- 🛠 Add new notebooks
- 🧪 Improve visualizations or analytics
- 📥 Suggest ideas via issues
If you like this project, don't forget to ⭐️ it!
This repository is under the MIT License. Feel free to use, modify, and share.
Passionate about machine learning, data visualization, and building tools that help others learn.
Start learning ML from the basics and keep growing! 🚀