Wednesday, 26 May 2021

Do Python have a model which is similar to nnetar in R's package forecast?

R's package 'forecast' has a function nnetar, which uses feed-forward neural networks with a single hidden layer to predict in time series.

Now I am using Python to do the similar analysis. I want to use neural network which does not need to be as complex as deep learning. Maybe 2 layers and a couple of nodes are good enough for my case.

So, does Python have a model of simple neural networks which can be used in time series lik nnetar? If not, how to deal with this problem?



from Do Python have a model which is similar to nnetar in R's package forecast?

No comments:

Post a Comment