DataPredict

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) Matrix Library (MatrixL)
Release (ModuleScript) DataPredict (Release Version 1.21)  
Unstable (ModuleScript) Aqwam’s Machine And Deep Learning Library Aqwam’s Matrix Library

You can read the Terms And Conditions for the MatrixL 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 Machine Learning Library with the Matrix Library. This can be done via setting the “AqwamMatrixLibraryLinker” value (under the Machine Learning library) to the Matrix Library.

Screenshot 2023-12-11 011824

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

local DataPredict = require(AqwamMachineAndDeepLearningLibrary)