From be3a250339c58cfb19fadc55a602c39c78205017 Mon Sep 17 00:00:00 2001 From: Subhransu Bhattacharjee Date: Mon, 11 Sep 2023 12:21:40 +1000 Subject: [PATCH] Update README.md Signed-off-by: Subhransu Bhattacharjee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c76ec5..2d242eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mangrove: A Dynamic Data Management System for Advanced AI Applications -Unlock streamlined data management with Mangrove, a multi-dimensional structure that simplifies variable handling across Robotics, NLP, and computer vision. Focus more on model development and less on data organization. +Unlock streamlined data management with Mangrove, a multi-dimensional structure that simplifies variable handling across Robotics, NLP, computer vision and graphics. Focus more on model development and less on data organization. ## Description Mangrove is a utility data structure designed to manage various types of data within multi-layered superstructures, denoted by 'depths.' It offers high-fidelity operations, including the ability to transfer values to the GPU for accelerated computing. As the program runs, Mangrove naturally organizes data in a structured manner based on its importance and requirements. It can move priority tensors to the GPU for computation and later retrieve them, adding them back as attributes within the same instance. This provides an end-to-end management utility well-suited for large-scale, episodic training processes and data acquisition systems, making it highly versatile and applicable to a range of use cases.