TensorFlow-Book
TensorFlow book
A comprehensive resource for learning machine learning using TensorFlow.
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
4k stars
297 watching
1k forks
Language: Jupyter Notebook
last commit: over 1 year ago autoencoderbookclassificationclusteringconvolutional-neural-networkslinear-regressionlogistic-regressionmachine-learningregressionreinforcement-learningtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
sjchoi86/tensorflow-101 | A comprehensive tutorial project on building and training neural networks with TensorFlow | 2,606 |
nlintz/tensorflow-tutorials | A collection of tutorials teaching deep learning with TensorFlow using Jupyter Notebooks | 6,006 |
pkmital/tensorflow_tutorials | A collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python | 5,642 |
hvass-labs/tensorflow-tutorials | A collection of step-by-step tutorials and accompanying YouTube videos on building neural networks with TensorFlow. | 9,280 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
tensorflow/tensorflow | An end-to-end platform for building and deploying machine learning applications | 186,382 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |
google-deepmind/trfl | Provides building blocks for Reinforcement Learning agents using TensorFlow | 3,134 |
tensorflow/ranking | A library for building and optimizing learning-to-rank models in machine learning and information retrieval | 2,743 |
aymericdamien/tensorflow-examples | A comprehensive tutorial project providing clear and concise examples of machine learning with TensorFlow 1 and 2. | 43,425 |
tensorforce/tensorforce | A modular and flexible framework for applied reinforcement learning using TensorFlow | 3,296 |
tensorflow/serving | A high-performance serving system for machine learning models in production environments. | 6,185 |
dennybritz/cnn-text-classification-tf | A neural network architecture for text classification tasks using convolutional layers and softmax output layers. | 5,650 |
tensorflow/probability | A collection of probabilistic reasoning and statistical analysis tools integrated with deep learning frameworks | 4,269 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |