Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Hands_On_Machine_Learning
From Aurelien Geron

1. 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)