An open API service indexing awesome lists of open source software.

https://github.com/kwerulik/learning-ml-hands-on

My personal study repository for the "Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow" book. Contains code implementations, notes, and exercise solutions.
https://github.com/kwerulik/learning-ml-hands-on

hands-on-machine-learning keras machine-learning python scikit-learn study-repository tensorflow

Last synced: 2 months ago
JSON representation

My personal study repository for the "Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow" book. Contains code implementations, notes, and exercise solutions.

Awesome Lists containing this project

README

          

# 📘 Learning Journey: Hands-On Machine Learning

![Python](https://img.shields.io/badge/Python-3.10%2B-blue?style=for-the-badge&logo=python&logoColor=white)
![Scikit-Learn](https://img.shields.io/badge/scikit--learn-%23F7931E.svg?style=for-the-badge&logo=scikit-learn&logoColor=white)
![Status](https://img.shields.io/badge/Status-Active%20Learning-success?style=for-the-badge)

Welcome to my study repository! 👋

This project documents my development path in Data Science and Machine Learning. Here you will find my exercise solutions, notes, and code implementations based on the book by **Aurélien Géron: "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow" (3rd Edition)**.

## 🛠️ Tech Stack
I use a standard Data Science stack for this project:
* **Language:** Python
* **Libraries:** Scikit-Learn, Pandas, NumPy, Matplotlib, Seaborn
* **Environment:** Jupyter Notebook

## 📊 Progress Log
I update my progress as I move through the chapters.

## 🚀 How to Run
To run the notebooks locally:

1. Clone the repository:
```bash
git clone [https://github.com/kwerulik/learning-ml-hands-on.git](https://github.com/kwerulik/learning-ml-hands-on.git)