paper-with-me

Papers

TensorX: Extensible API for Neural Network Model Design and Deployment

2020-12-29 · Davide Nunes, Luis Antunes

TensorX is a Python library for prototyping, design, and deployment of complex neural network models in TensorFlow. A special emphasis is put on ease of use, performance, and API consistency. It aims to make available high-level components like neural network layers that are, in effect, stateful functions, easy to compose and reuse. Its architecture allows for the expression of patterns commonly found when building neural network models either on research or industrial settings. Incorporating ideas from several other deep learning libraries, it makes it easy to use components commonly found in state-of-the-art models. The library design mixes functional dataflow computation graphs with object-oriented neural network building blocks. TensorX combines the dynamic nature of Python with the high-performance GPU-enabled operations of TensorFlow. This library has minimal core dependencies (TensorFlow and NumPy) and is distributed under Apache License 2.0 licence, encouraging its use in both an academic and commercial settings. Full documentation, source code, and binaries can be found in https://tensorx.org/.

📄 PDF Abstract BibTeX arXiv:2012.14539

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Embodied.cpp: A Portable Inference Runtime of Embodied AI Models on Heterogeneous Robots

2026-07-02 · Ling Xu, Chuyu Han, Borui Li, Hao Wu 외 arxiv

Embodied AI models now span vision-language-action (VLA) models and world-action models (WAMs), but practical deployment remains fragmented across model-specific Python stacks, backend assumptions, and robot-side glue co…

A fuzzy control scheme for deployment of space tethered system with tension constraint

2020-08-20 · Aerospace Science and Technology 2020 8 · Shidong Xu ∗, Hao Wen, Zheng Huang, Dongping Jin

This paper is concerned with fuzzy control for deployment of space tethered system subject to tension constraint. The space tethered system under consideration consists of two satellites connected through a straight, mas…

EncouRAGe: Evaluating RAG Local, Fast, and Reliable

2025-10-31 · Jan Strich, Adeline Scharfenberg, Chris Biemann, Martin Semmann arxiv

We introduce EncouRAGe, a comprehensive Python framework designed to streamline the development and evaluation of Retrieval-Augmented Generation (RAG) systems using Large Language Models (LLMs) and Embedding Models. Enco…

Y-BotFrame: An Extensible Embodied Agent Framework for Quadruped Robot Assistants

2026-06-11 · Luyao Zhang, Ke Li, Yuan Ding, Xulong Zhao 외 arxiv

Quadruped robots are capable of traversing a wide range of complex terrains with high flexibility. As highly mobile ground-based intelligent platforms, they can be equipped with modules for navigation control, environmen…

MIMIC-Py: An Extensible Tool for Personality-Driven Automated Game Testing with Large Language Models

2026-04-09 · Yifei Chen, Sarra Habchi, Lili Wei arxiv

Modern video games are complex, non-deterministic systems that are difficult to test automatically at scale. Although prior work shows that personality-driven Large Language Model (LLM) agents can improve behavioural div…