Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.64 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.64 KB

mlex_dimension_reduction

Dimension reduction algorithms for the MLExchange platform.

Getting started

To get started, you will need:

Running

First, build the dimension reduction image in terminal: cd mlex_dimension_reduction make build_docker

Once built, you can run the following examples: make PCA_example

which is equivalend to first make run_docker then python pca_run.py data/example_shapes/Demoshapes.npz data/output '{"n_components": 2}'.

These examples utilize the information stored in the folder /data. The computed latent vectors will be saved in data/output.

TODO: run the container interactively

Copyright

MLExchange Copyright (c) 2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Intellectual Property Office at [email protected].

NOTICE. This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit others to do so.