Add ML training pipeline with Polaris optimizer

- Add polaris dep for Adam optimizer (Axon.Optimizers deprecated)
- Fix Model.train/3 to use Polaris.Optimizers.adam
- Training task: mix propagation_train with stratified band sampling
- Model encodes solar time (longitude/15) not fixed timezone
This commit is contained in:
Graham McIntire 2026-04-01 09:06:10 -05:00
parent 5c9b43d619
commit b391d3a75e
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -67,7 +67,8 @@ defmodule Microwaveprop.MixProject do
{:earmark, "~> 1.4"},
{:nx, "~> 0.9"},
{:axon, "~> 0.7"},
{:exla, "~> 0.9"}
{:exla, "~> 0.9"},
{:polaris, "~> 0.1"}
]
end