hookeai.model_architectures.rnn_base_model.predict.prediction¶
Prediction of recurrent neural network model.
Functions¶
- predict
Make predictions with recurrent neural network model for given dataset.
- compute_sample_prediction_loss
Compute loss of sample output features prediction.
Functions
|
Compute loss of sample output features prediction. |
|
Perform data scaling operation on features PyTorch tensor. |
|
Get PyTorch-based loss function. |
|
Get time series data set data loader. |
|
Load model state from file. |
|
Create model predictions subdirectory. |
|
Make predictions with recurrent neural network model for given dataset. |
|
Save model prediction results for given sample. |
|
Set workers seed in PyTorch data loaders to preserve reproducibility. |
Write summary data file for model prediction process. |
Classes
|
Multi-layer gated recurrent unit (GRU) recurrent neural network model. |