lucpaoli / SAFT_ML

2 stars 0 forks source link

Experiment with balancing multiple features when training, e.g. training on heat capacity & pressure data. See https://doi.org/10.1063/5.0146634 #8

Open lucpaoli opened 11 months ago

lucpaoli commented 11 months ago

I would like this to be part of a generic "architecture evaluation framework", that we can plug a general Flux.jl model into, train it, and see performance.

Could autodiff be used to determine sensitivity of model to hyperparameter selection? Not sure if that would be slower than a GLM or

lucpaoli commented 10 months ago

Also see 1800 compound PCPSAFT paper. Interesting discussion surrounding losses and weighting.

Especially interested about how to account for times when saturation pressure datapoints are above the predicted critical point for SAFT

MichaelGadaloff commented 10 months ago

2015 paper examines different data combinations for training, concluding that nothing more than sat. vap. pressure and sat. liq. densities are necessary. But they didn't look at degeneracy, and degeneracy has significant implications if the pure component parameters are used for mixtures (see pierre 2023 paper)

lucpaoli commented 10 months ago

Which 2015 paper @MichaelGadaloff ?