2 repositorios
Transforming tensors into nested tables that preserve multidimensional shape.
Distinct from Tensor Transformations: Focuses on conversion to Lua tables, distinct from image-to-tensor or deep learning dataset utilities.
Explore 2 awesome GitHub repositories matching data & databases · Table Conversion. Refine with filters or upvote what's useful.
Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to
Transforms tensors into nested tables that preserve the original multidimensional shape.
jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab
Transforms ASCII and Unicode text tables into structured JSON objects by mapping column headers to row values.