Congratulations! Your PrismRCL trial is ready.

Thank you for your interest in PrismRCL for Windows! You’re one step closer to exploring the future of machine learning.

PrismRCL runs on Microsoft Windows. Please note that PrismRCL is intended as a developer tool that you can build applications and scripts on top of. Although a native Windows application, it is designed to be run from the command line as shown in the included examples. It does not have an interactive user interface. All logs and outputs are directed to text files on the file system and are fully configurable by the user. This makes it easy to run PrismRCL in batch mode and allows for automation and the ability to run machine learning tasks unattended. All Windows versions are supported. Choose the version that best fits your needs.

Your free trial download is ready below. Enjoy unlimited access during your trial period and experience how PrismRCL can accelerate your AI projects.

Visual of a computer and machine learning components.

Get Started with PrismRCL

This zip file contains the PrismRCL™ executables, technical documentation and getting started guide. You will also receive an email for convenience.

Start your Journey with RCL-ready Datasets

Dive into AI experimentation with confidence. Our datasets are cleaned, formatted, and ready for immediate use in PrismRCL.

Cancer Documents Classification (Text)

This dataset contains text data for classifying biomedical publications. Each sample is stored in a separate text file, with features space-separated on a single line. The dataset is structured to be compatible with Lumina AI’s Random Contrast Learning (RCL) algorithm via the PrismRCL application.

Click this link to download this dataset.

Example PrismRCL command to train the algorithm on this dataset (adjust your paths!):

cmd
C:\PrismRCL\PrismRCL.exe chisquared rclticks=15 boxdown=0 channelpick=5 ^
data=C:\path\to\Cancer_Documents_Classification_mm testsize=0.1 ^
savemodel=C:\path\to\models\mymodel.classify ^
log=C:\path\to\log_files 
stopwhendone

The command is shown with the optimal training parameters for this dataset.

Breast Cancer Histopathological Images

This dataset contains histopathological images of breast cancer tissues, divided into two classes: benign and malignant. Each sample is stored in a separate image file, organized into respective class folders. The dataset is structured to be compatible with Lumina AI’s Random Contrast Learning (RCL) algorithm via the PrismRCL application.

Click this link to download this dataset.

Example PrismRCL command to train the algorithm on this dataset (adjust your paths!):

cmd
C:\PrismRCL\PrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:\path\to\Breast_Cancer_Histopathological_Dataset\train_data testdata=C:\path\to\Breast_Cancer_Histopathological_Dataset\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone

The command is shown with the optimal training parameters for this dataset.

Wheat Seeds (Tabular)

This dataset contains tabular data for classifying different varieties of wheat seeds. Each sample is stored in a separate text file, with features space-separated on a single line. The dataset is structured to be compatible with Lumina AI’s Random Contrast Learning (RCL) algorithm via the PrismRCL application.

Click this link to download the dataset.

Example PrismRCL command to train the algorithm on this dataset (adjust your paths!):

cmd
C:\PrismRCL\PrismRCL.exe chisquared rclticks=25 boxdown=0 channelpick=5 ^
data=C:\pathC:\PrismRCL\PrismRCL.exe naivebayes rclticks=7 boxdown=0 channelpick=5 ^
data=C:\path\to\Wheat-Seeds\train_data testdata=C:\path\to\Wheat-Seeds\test_data ^
savemodel=C:\path\to\models\mymodel.classify ^
log=C:\path\to\log_files stopwhendone

The command is shown with the optimal training parameters for this dataset.

Brain Tumor MRI Scans (Images)

This dataset contains MRI images for classifying brain tumors across four categories: glioma, meningioma, pituitary tumor, and no tumor. Each image is stored as an individual .png file, and the dataset is structured to be compatible with Lumina AI’s Random Contrast Learning (RCL) algorithm via the PrismRCL application.

Click this link to download the dataset.

Example PrismRCL command to train the algorithm on this dataset (adjust your paths!):

cmd
C:\PrismRCL\PrismRCL.exe chisquared rclticks=65 boxdown=8 channelpick=5 ^
data=C:\patC:\PrismRCL\PrismRCL.exe chisquared rclticks=10 boxdown=0 ^
data=C:\path\to\brain-cancer-4class\train testdata=C:\path\to\brain-cancer-4class\test ^
savemodel=C:\path\to\models\brain_cancer_4class.classify ^
log=C:\path\to\log_files stopwhendone

The command is shown with the optimal training parameters for this dataset.

Hugging Face Logo with Title

Discover more of our PrismRCL-ready datasets.

Instantly access our entire collection of pre-formatted data on Hugging Face.