awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
zsdonghao avatar

zsdonghao/tensorlayer

0
View on GitHub↗
7,384 stars·1,588 forks·Python·28 viewstensorlayerx.com↗

Tensorlayer

Tensorlayer is a deep learning framework and cross-backend AI library used to construct and execute neural network models. It serves as a scientific neural network toolkit providing customizable layers and architectures designed for research applications in science and engineering.

The library enables multi-backend model execution, allowing the same model code to run across different deep learning frameworks, GPUs, and specialized AI accelerators. It includes a reinforcement learning library that provides both low-level and high-level tools for developing intelligent agents.

Features

  • Multi-Backend Abstractions - Implements platform-agnostic layers that allow the same model to execute across various hardware accelerators and tensor frameworks.
  • Deep Learning Architectures - Provides frameworks for constructing complex, multi-layered neural network architectures for scientific and engineering tasks.
  • Cross-Framework API Wrappers - Provides a unified interface that translates high-level commands into specific operations across different underlying tensor libraries.
  • Neural Network Toolkits - Offers a research-oriented toolkit of customizable layers and architectures for scientific neural network development.
  • Backend-Agnostic Engines - Provides a computational engine that decouples neural network operations from specific hardware for cross-platform execution.
  • Reinforcement Learning - Provides a framework for developing autonomous agents through reinforcement learning tools.
  • Reinforcement Learning Research Frameworks - Ships a comprehensive framework for prototyping and testing reinforcement learning algorithms with both low-level and high-level tools.
  • Cross-Platform AI Accelerators - Acts as a cross-platform library enabling deep learning models to run efficiently on various GPUs and AI accelerators.
  • Deep Learning Frameworks - Serves as a framework for building and training deep learning models across multiple hardware backends.
  • Hardware Dispatchers - Implements runtime logic to dynamically route computational tasks to available GPUs or specialized AI chips.
  • Modular Layer Compositions - Allows the construction of neural networks by stacking modular, customizable layers that manage their own weights.
  • Multi-Backend Deployment - Enables the execution of deep learning models across diverse infrastructure backends including GPUs and AI chips.
  • Scientific AI Frameworks - Applies deep learning and reinforcement learning patterns to solve specialized problems in science and engineering fields.
  • Deep Learning - Deep learning and reinforcement learning library for researchers.
  • Model Implementations - Reinforcement learning agents for various game environments.

Star history

Star history chart for zsdonghao/tensorlayerStar history chart for zsdonghao/tensorlayer

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Tensorlayer

These projects share indexed features with Tensorlayer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • tracel-ai/burntracel-ai avatar

    tracel-ai/burn

    15,474View on GitHub↗

    Burn is a deep learning framework designed for building, training, and deploying neural networks using a modular architecture. As a machine learning library built in Rust, it provides a backend-agnostic computational engine that enables the execution of models across diverse hardware, including central processors, graphics processors, and web runtimes. The framework distinguishes itself through a highly portable design that allows developers to maintain a single workflow for both training and inference across heterogeneous environments. It incorporates advanced optimization techniques such as

    Rustautodiffcross-platformcuda
    View on GitHub↗15,474
  • tensorlayer/tensorlayertensorlayer avatar

    tensorlayer/TensorLayer

    7,384View on GitHub↗

    TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network architectures. It provides a neural network abstraction layer that allows model logic to run across different deep learning engines using high-level layers and model components. The project serves as a deep reinforcement learning toolkit for implementing policy-based, value-based, and actor-critic agents. It includes specialized tools for managing experience replay and gradient-based policy optimization to handle both discrete and continuous action spaces. To support reinforcemen

    Python
    View on GitHub↗7,384
  • google/traxgoogle avatar

    google/trax

    8,304View on GitHub↗

    Trax is a deep learning framework and hardware-agnostic tensor engine designed for designing and training neural networks. It serves as a research tool providing high-level combinators for composing complex architectures, alongside a dedicated library for building transformer models and a toolkit for reinforcement learning. The framework is distinguished by its support for reversible and sparse transformer architectures, which reduce memory and computational overhead. It enables a single set of model instructions to execute across different hardware backends without changing the underlying co

    Python
    View on GitHub↗8,304
  • dragen1860/tensorflow-2.x-tutorialsdragen1860 avatar

    dragen1860/TensorFlow-2.x-Tutorials

    6,351View on GitHub↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    View on GitHub↗6,351
Compare all 30 related projects→

Frequently asked questions

What does zsdonghao/tensorlayer do?

Tensorlayer is a deep learning framework and cross-backend AI library used to construct and execute neural network models. It serves as a scientific neural network toolkit providing customizable layers and architectures designed for research applications in science and engineering.

What are the main features of zsdonghao/tensorlayer?

The main features of zsdonghao/tensorlayer are: Multi-Backend Abstractions, Deep Learning Architectures, Cross-Framework API Wrappers, Neural Network Toolkits, Backend-Agnostic Engines, Reinforcement Learning, Reinforcement Learning Research Frameworks, Cross-Platform AI Accelerators.

Which projects share features with zsdonghao/tensorlayer?

Projects with overlapping indexed features include: tracel-ai/burn — Burn is a deep learning framework designed for building, training, and deploying neural networks using a modular… tensorlayer/tensorlayer — TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network… google/trax — Trax is a deep learning framework and hardware-agnostic tensor engine designed for designing and training neural… dragen1860/tensorflow-2.x-tutorials — This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a… lazyprogrammer/machine_learning_examples — This project is a comprehensive collection of practical code examples and implementation libraries for machine… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep…