hookeai.model_architectures.hybrid_base_model.model.transfer_learning¶
Transfer-learning models for hybrid material model (HybridMaterialModel).
Classes¶
- PolynomialLinearRegressor(torch.nn.Module):
Polynomial linear regression model.
- BatchedElasticModel(torch.nn.Module):
Linear elastic constitutive model for batched time series data.
Functions
|
Get parameters dependent on the problem type. |
|
Build 2D counterpart of 3D second- or fourth-order tensor. |
Classes
|
Linear elastic constitutive model for batched time series data. |
|
Linear elastic constitutive model. |
|
Polynomial linear regression model. |