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.
- Host: GitHub
- URL: https://github.com/kwerulik/learning-ml-hands-on
- Owner: kwerulik
- Created: 2025-10-31T08:08:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-13T20:44:08.000Z (7 months ago)
- Last Synced: 2025-11-13T22:20:36.568Z (7 months ago)
- Topics: hands-on-machine-learning, keras, machine-learning, python, scikit-learn, study-repository, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 886 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📘 Learning Journey: Hands-On Machine Learning



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)