Delforojas /
Data-Science-Projects
π Data Science & Machine Learning con Python ππ π **Data Science & Data Analytics** πΉ Python | Pandas | Scikit-Learn | Matplotlib | NumPy | Jupyter Notebook
49/100 healthLoading repository dataβ¦
mohsinansari0705 / repository
π Machine Learning & Data Science - A collection of Jupyter Notebooks covering essential ML libraries like pandas, numpy, matplotlib, scikit-learn, tensorflow, and more. Includes introductory notebooks, exercises, and solutions for hands-on learning. π
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository is a practical, notebook-first learning resource for machine learning and data science.
It is organized around two goals:
The notebooks are written to be followed in order, but each section can also be used on its own as a reference.
The repository includes tutorial-friendly notebooks for:
It also includes three complete projects:
In addition, there is a shared data/ folder with reusable datasets and project assets.
Machine-Learning-Data-Science/
βββ pandas/ # Pandas tutorials, exercises, and solutions
βββ numpy/ # NumPy tutorials, exercises, and solutions
βββ matplotlib/ # Matplotlib tutorials, exercises, and solutions
βββ scikitlearn/ # Scikit-learn tutorials, workflows, and exercises
βββ Heart-Disease-predictor/ # Binary classification project notebook
βββ Bulldozer-Price-prediction/ # Regression project notebook
βββ Dog-Breed-Classification/ # TensorFlow dog vision project and data guide
βββ data/ # Shared datasets and exported CSV files
βββ images/ # Repo images used in the documentation and notebooks
βββ README.md
If you are using this repository as a structured study plan, this order works well:
numpy/.pandas/.matplotlib/.scikitlearn/.That path mirrors how the notebooks build from foundational skills to real model-building workflows.
Location: Heart-Disease-predictor/end_to_end_heart_disease_classification.ipynb
Dedicated Repository: Heart-Disease-Predictor
This project shows a full binary classification workflow for predicting heart disease from structured tabular data. It is a good example of how to turn a dataset into a trainable ML problem, evaluate the results, and reason about model performance.
Location: Bulldozer-Price-prediction/
This project focuses on regression with tabular data. It is useful for understanding feature engineering, handling dates and categorical values, and building a model that predicts a continuous target.
Location: Dog-Breed-Classification/end-to-end-dog-vision.ipynb
Dedicated Repository: dog-vision-classification
This is the most advanced project in the repository. It walks through a TensorFlow-powered computer vision workflow using the Stanford Dogs dataset, model training, evaluation, and custom image prediction.
The data collection steps for that notebook are documented here:
Dog-Breed-Classification/data/how_to_get_data.mdThe repository includes a shared data/ directory for tabular datasets and exported CSV files used across the notebooks.
The dog vision project also keeps its own data instructions because it needs a specific download and extraction flow. If you want to run that project, start with the data guide above before opening the notebook.
The notebooks are designed to run in Jupyter Lab or Jupyter Notebook. A simple local setup looks like this:
git clone https://github.com/mohsinansari0705/Machine-Learning-Data-Science.git
cd Machine-Learning-Data-Science
python -m venv .venv
.venv\Scripts\activate
pip install jupyter numpy pandas matplotlib scikit-learn tensorflow seaborn scipy pillow
If you prefer Conda, create an environment first and install the same core packages there.
The dog vision notebook was written with Google Colab in mind, but it can also be adapted for local use. The key requirement is to make sure the Stanford Dogs archives are downloaded, extracted, and available in the working directory before you run the notebook.
Contributions are welcome.
This repository is licensed under the MIT License. See LICENSE for details.
Happy learning.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
Delforojas /
π Data Science & Machine Learning con Python ππ π **Data Science & Data Analytics** πΉ Python | Pandas | Scikit-Learn | Matplotlib | NumPy | Jupyter Notebook
49/100 healthharshkumar445 /
π Heart Disease Prediction A machine learning project that predicts the likelihood of heart disease using clinical data. Includes preprocessing, exploratory analysis, multiple classification models, and performance evaluation. Technologies: Python, Pandas, NumPy, Scikit-learn, Matplotlib, Jupyter Notebook
34/100 healthVicky2-code /
A machine learning project to predict student exam performance based on study time, parental education, and other factors. π Type: Jupyter Notebook π Use Case: Education analytics and performance forecasting.
Vicky2-code /
Predicts whether a person will like a particular movie based on features like genre, age, and viewing habits. Uses machine learning classification algorithms. π Type: Jupyter Notebook π Use Case: Recommender system concept using supervised ML.
34/100 healthjanhabi28 /
π This project is a Movie Recommender System built using Machine Learning algorithms in a Jupyter Notebook environment, powered by Anaconda. It helps users discover movies they might enjoy based on user preferences, ratings, and content features.
34/100 health