robertu94 / libpressio-predict

High Fidelity Proxy Models for Compression
1 stars 2 forks source link

Convert the array of points into a model that can be queried #3

Open robertu94 opened 3 years ago

robertu94 commented 3 years ago

This is where we'll rely on ML/AI libraries to do the heavy lifting. My initial through is use the pressio_launch_plugins to send this as a remote procedure call to a server in a higher level language that has better ML/AI libraries.

Some of the libraries that I've tried before include:

I've done little work yet on considering the interface here.