Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indhra/hands_on_machine_learning
Core ML topics: short summaries , code snippets, Interview prep
https://github.com/indhra/hands_on_machine_learning
keras machine-learning python scikit-learn tensorflow2
Last synced: about 13 hours ago
JSON representation
Core ML topics: short summaries , code snippets, Interview prep
- Host: GitHub
- URL: https://github.com/indhra/hands_on_machine_learning
- Owner: indhra
- License: other
- Created: 2024-12-31T11:40:13.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-16T15:48:45.000Z (about 22 hours ago)
- Last Synced: 2025-01-16T16:15:28.754Z (about 21 hours ago)
- Topics: keras, machine-learning, python, scikit-learn, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 6.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hands_On_Machine_Learning
From Aurelien Geron1. This repo, consists of **code learnings & theory Summarization** from the book "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow" by Aurelion Geron
2. Every chapter has its own notebook, which includes **short summaries and code implementation** provided in the book## Requires Python 3.10.1
### Install the required libraries from requirements.txt
1. I have used "**pipreqsnb**" to generate the requirements.txt file
1. In terminal , run `pipreqsnb .`# Important Resources
```sh
requirements.txt
```
[Awesome Tensorflow projects](https://github.com/jtoy/awesome-tensorflow?tab=readme-ov-file)