Getting Started

In this library, we can customize many of our models, optimizers and others to fit our needs. This was made possible thanks to the object-orientated design of our library.

To start, we must first link our machine/deep learning library with our matrix library. However, you must use “Aqwam’s Matrix Library” as every calculations made by our models are based on that matrix library.

Version Machine And Deep Learning Library (DataPredict) 2D Tensor Library (TensorL-2D)
Release (ModuleScript) DataPredict (Release Version 2.0)  
Unstable (ModuleScript) Aqwam’s Machine And Deep Learning Library Aqwam’s 2D Tensor Library

You can read the Terms And Conditions for the TensorL2D Library here.

To download the files from GitHub, you must click on the download button highlighted in the red box.

Github File Download Screenshot

Then drag the files into Roblox Studio from a file explorer of your choice.

Once you put those two libraries into your game, make sure you link the DataPredict Library with the TensorL-2D Library. This can be done via setting the “AqwamTensorLibraryLinker” value (under the DataPredict) to the TensorL-2D Library.

Screenshot 2023-12-11 011824

Next, we will use require() function to our machine/deep learning library:

local DataPredict = require(AqwamMachineAndDeepLearningLibrary)