Tag Archives: neural networks

Discussion panel on ‘AI in research’ at Skövde

The PhD Student Council at the University of Skövde hosted a panel discussion on the topic of AI in research. Together with Peter Anderberg, Jörgen Hansson, Amos Ng, and Jane Synnergren, we discussed our views, informed by the perspectives from our different areas of research. We touched upon various aspects of the topic, and concluded… Read More »

OR62 -The quest for greater forecasting accuracy: Perspectives from Statistics & Machine Learning

Together with Devon Barrow and Sven Crone, we gave a talk at the recent OR 62 conference, moderated by Christina Phillips. The topic was: “The quest for greater forecasting accuracy: Perspectives from Statistics & Machine Learning”. I have worked with both Devon and Sven in the past years and the three of us share quite… Read More »

Tutorial for the nnfor R package

The nnfor (development version here) package for R facilitates time series forecasting with Multilayer Perceptrons (MLP) and Extreme Learning Machines (ELM). Currently (version 0.9.6) it does not support deep learning, though the plan is to extend this to this direction in the near future. Currently, it relies on the neuralnet package for R, which provides… Read More »

nnfor on github

I have put up a github repository for the nnfor package for R: https://github.com/trnnick/nnfor I will be putting updates and fixes there, before they are pushed on CRAN. You can also report there bugs. You can install the current github version with: Related PostsMAPAx available for R & new MAPA package on CRAN MAPA package… Read More »

New R package nnfor: time series forecasting with neural networks

My new R package nnfor is available on CRAN. This collects the various neural network functions that appeared in TStools. See this post for demo of these functions. In summary the package includes: Automatic, semi-automatic or fully manual specification of MLP neural networks for time series modelling, that helps in specifying inputs with lags of the… Read More »