#147 · Primary category: Deep Learning Frameworks

tflearn

data-science deep-learning machine-learning neural-network tensorflow 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