#694 · Primary category: Education & Research

TensorFlow-Book

autoencoder book classification clustering convolutional-neural-networks linear-regression logistic-regression machine-learning regression reinforcement-learning tensorflow

Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.

Project last updated:03/17/23

GitHub Stars

4.4K

Forks

1.2K

Contributors

14

License

MIT

Why we included this project

This repository is the official companion code for the Machine Learning with TensorFlow book, with runnable examples that walk through each chapter concept in the original TensorFlow API. Coverage spans classic algorithms from linear and logistic regression to clustering, autoencoders, RNNs, CNNs, and reinforcement learning, and the commented scripts are easy to edit and re-run. That makes it a solid study aid for self-teaching, especially if you learn better by modifying working code than by reading theory. One honest caveat: the code follows the TensorFlow 1.x style, so you will need to translate some idioms before it runs on current versions. It is a curated learning companion rather than a library, and its value is in seeing how classical ML ideas map to TensorFlow.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category