#147 · Primary category: Deep Learning Frameworks
tflearn
Deep learning library featuring a higher-level API for TensorFlow.
Project last updated:05/06/24
GitHub Stars
9.6K
Forks
2.4K
Contributors
128
License
Other
Why we included this project
TFLearn is for people who want to prototype and train neural networks quickly without first becoming fluent in TensorFlow's lower-level API. It bundles prebuilt layers, regularizers, and optimizers, so you can assemble common architectures like convolutional or recurrent networks from ready-made pieces and train them with a few lines of code. Because the library builds on plain tensors, the code stays transparent and compatible with the underlying TensorFlow graph, which matters when you move fast but still want to see what is actually happening inside. The tutorial and example walkthroughs take you from a bare input layer to a trained model quickly, and helpers cover extras like graph visualization and spreading work across multiple CPUs or GPUs. The current release only works with TensorFlow 2.x, so check that against the version your project uses.
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
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.