Top "Prediction" questions

For questions related to statistical prediction, especially for programming tasks.

How to find the interception coordinates of a moving target in 3D space?

Assuming I have a spaceship (source); And an asteroid (target) is somewhere near it. I know, in 3D space (XYZ …

math 3d position coordinates prediction
MATLAB: One Step Ahead Neural Network Timeseries Forecast

Intro: I'm using MATLAB's Neural Network Toolbox in an attempt to forecast time series one step into the future. Currently …

matlab neural-network time-series lag prediction
Is there a way to set up a multi-hidden layer neural network with the mlp method in the caret package?

The mlp method in package caret calls the mlp function in RSNNS. In the RSNNS package, I can set up …

r machine-learning neural-network prediction r-caret
Subscript out of bounds (Caret variable importance for randomForest)

I have trained a model in R: require(caret) require(randomForest) myControl = trainControl(method='cv',number=5,repeats=2,returnResamp='none') model2 = …

r prediction random-forest
GBM multinomial distribution, how to use predict() to get predicted class?

I am using the multinomial distribution from the gbm package in R. When I use the predict function, I get …

r prediction categorical-data multinomial gbm