The Dark Matter Environment
Dark Matter leverages several common third party Python libraries used for Data Science tasks.
Numpy, Pandas, PyTorch, SciKit-Learn, and Matplotlib are used to handle input data, train the Dark Matter algorithm, and track the algorithm's training cycle and metrics. We also use Boto3, Cython, and Ray for development operations like compiling and uploading source code to our S3 buckets, and parallelizing training across custom distributed compute environments.
Last updated