#183 · Primary category: Deep Learning Frameworks
TensorLayer
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
Project last updated:02/18/23
GitHub Stars
7.4K
Forks
1.6K
Contributors
136
License
Other
Why we included this project
TensorLayer is a TensorFlow library with a large collection of customizable neural layers, aimed at people who want to build deep learning or reinforcement learning models without dropping to low-level TensorFlow ops. Reinforcement learning is where it stands out: the library bundles ready-made pieces for agents like DQN and A3C, and the project includes a solid set of example tutorials that show how to use them in readable code. That makes it a comfortable starting point for prototyping new model designs, and the Apache 2.0 license keeps commercial embedding simple. It received the ACM Multimedia Society's Best Open Source Software award in 2017, a useful sign the project was taken seriously. One caution for new users: the README now points to TensorLayerX as the successor, so check that project if you want active development rather than this older repo.
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.