-
Notifications
You must be signed in to change notification settings - Fork 40
Home
abhinavvishnu edited this page May 2, 2017
·
11 revisions
MaTEx is a collection of parallel machine learning and data mining (MLDM) algorithms, targeted for desktops, supercomputers and cloud computing systems.
MaTEx primarily provides high performance implementations of Deep Learning algorithms . The current implementations use MPI for inter-node communication and multi-threading/CUDA (cuDNN) for intra-node execution, by using Google TensorFlow as the baseline.
MaTEx also supports K-means, Spectral Clustering algorithms for Clustering, Support Vector Machines, KNN algorithms for Classification, and FP-Growth for Association Rule Mining.
Getting Started on MaTEx-TensorFlow
- Required Software
- Installing MaTEx-TensorFlow on CPU Clusters
- Installing MaTEx-TensorFlow on GPU Clusters
- MaTEx-TensorFlow on Older glibc(v<2.19)
- DataSet Reader
- Testing Scripts
- Performance
- Running on PNNL Systems
- Running on NERSC Systems
- Restarting the MaTEx TensorFlow environment