fastar.nn.pca_regressor#
Classes
|
Simple feed-forward neural network for predicting PCA coefficients from stellar parameters. |
- class fastar.nn.pca_regressor.PCARegressor(output_dim: int = 16, activation_type: str = 'gelu', parent: Module | Scope | _Sentinel | None = <flax.linen.module._Sentinel object>, name: str | None = None)[source]#
Bases:
ModuleSimple feed-forward neural network for predicting PCA coefficients from stellar parameters.
Notes
Todo
Fix the warning related with the Sphinx when the attributes are added to the class PCARegressor.