fynance.models.neural_network.BaseNeuralNet.predict

BaseNeuralNet.predict(X)

Predicts outputs of neural network model.

Parameters:
X : torch.Tensor

Inputs to compute prediction.

Returns:
torch.Tensor

Outputs prediction.