Tensorflow-101
Neural network tutorials
A comprehensive tutorial project on building and training neural networks with TensorFlow
TensorFlow Tutorials
3k stars
144 watching
748 forks
Language: Jupyter Notebook
last commit: over 4 years ago
Linked from 1 awesome list
convolutional-neural-networksrecurrent-neural-networkstensorflow-tutorials
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
binroot/tensorflow-book | A comprehensive resource for learning machine learning using TensorFlow. | 4,453 |
hvass-labs/tensorflow-tutorials | A collection of step-by-step tutorials and accompanying YouTube videos on building neural networks with TensorFlow. | 9,280 |
aymericdamien/tensorflow-examples | A comprehensive tutorial project providing clear and concise examples of machine learning with TensorFlow 1 and 2. | 43,425 |
nfmcclure/tensorflow_cookbook | A comprehensive cookbook on building machine learning models with TensorFlow using Jupyter Notebooks | 6,241 |
donnemartin/data-science-ipython-notebooks | A comprehensive collection of data science and machine learning notebooks using Python and various deep learning frameworks. | 27,470 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
fchollet/deep-learning-with-python-notebooks | Companion notebooks implementing code samples from the book on deep learning with Python | 18,712 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
tensorpack/tensorpack | A high-performance neural network training interface for TensorFlow that focuses on speed and flexibility. | 6,303 |
tensorflow/examples | Provides runnable code examples and supporting materials for learning TensorFlow. | 7,951 |
burness/tensorflow-101 | An end-to-end deep learning project demonstrating various TensorFlow techniques and applications in image classification, GANs, text classification, and more. | 1,113 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
thtrieu/darkflow | Tools and scripts for training and deploying real-time object detection models using TensorFlow | 6,132 |