You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your paper, you showed results for AR and GRBF NN models.
I was wondering if the GRBF architecture is included in this library? Based on NN_architecture function, it seems like only LSTMs GRU or standard MLP (dense with ReLU) are available.
In your paper, you showed results for AR and GRBF NN models.
I was wondering if the GRBF architecture is included in this library? Based on NN_architecture function, it seems like only LSTMs GRU or standard MLP (dense with ReLU) are available.