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: almost 2 years 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,003 |
pkmital/tensorflow_tutorials | A collection of examples and tutorials illustrating various applications and use cases of TensorFlow in Python | 5,636 |
hvass-labs/tensorflow-tutorials | A collection of step-by-step tutorials and accompanying YouTube videos on building neural networks with TensorFlow. | 9,282 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,951 |
tensorflow/tensorflow | An end-to-end platform for building and deploying machine learning applications | 186,822 |
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,136 |
tensorflow/ranking | A library for building and optimizing learning-to-rank models in machine learning and information retrieval | 2,750 |
aymericdamien/tensorflow-examples | A comprehensive tutorial project providing clear and concise examples of machine learning with TensorFlow 1 and 2. | 43,442 |
tensorforce/tensorforce | A modular and flexible framework for applied reinforcement learning using TensorFlow | 3,299 |
tensorflow/serving | A high-performance serving system for machine learning models in production environments. | 6,195 |
dennybritz/cnn-text-classification-tf | A neural network architecture for text classification tasks using convolutional layers and softmax output layers. | 5,653 |
tensorflow/probability | A collection of probabilistic reasoning and statistical analysis tools integrated with deep learning frameworks | 4,274 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |