#572 · Primary category: Education & Research

tensorflow_cookbook

classification cnn genetic-algorithm kmeans-clustering linear-regression machine-learning neural-network nlp ode packtpub regression rnn svm tensorboard tensorflow tensorflow-algorithms tensorflow-cookbook

Code for Tensorflow Machine Learning Cookbook

Project last updated:05/23/24

GitHub Stars

6.2K

Forks

2.4K

Contributors

21

License

MIT

Why we included this project

The code here accompanies the Packt book 'TensorFlow Machine Learning Cookbook', and it reads as a teaching resource rather than something you would deploy. The chapters group dozens of runnable Jupyter notebooks that move from TensorFlow basics through linear regression, SVMs, nearest-neighbor methods, neural networks, NLP, CNNs, RNNs, and a closing section on taking models to production. Each recipe is self-contained, with the algorithm explained before the code, which suits developers and students who learn by reading and running concrete examples. Because the coverage spans so many classic techniques, it doubles as a structured refresher for anyone revisiting TensorFlow or a place to copy a specific pattern from. Just keep in mind the code targets the older TensorFlow 1.x APIs, so treat it as a conceptual guide rather than a drop-in for modern projects.

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