Top "Prediction" questions

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

Predict next event occurrence, based on past occurrences

I'm looking for an algorithm or example material to study for predicting future events based on known patterns. Perhaps there …

algorithm language-agnostic prediction
Weather forecast using a neural network

I am trying to write a program for weather forecasting using backpropagation. I am a beginner in this field. I …

neural-network prediction backpropagation
Hidden Markov Model predicting next observation

I have a sequence of 500 observations of the movements of a bird. I want to predict what the 501st movement …

hidden prediction hidden-markov-models markov
Prediction using Recurrent Neural Network on Time series dataset

Description Given a dataset that has 10 sequences - a sequence corresponds to a day of stock value recordings - where …

statistics neural-network time-series prediction pybrain
Predicting Football match winners based only on previous data of same match

I'm a huge football(soccer) fan and interested in Machine Learning too. As a project for my ML course I'm …

machine-learning neural-network regression prediction
R - loess prediction returns NA

I am struggling with "out-of-sample" prediction using loess. I get NA values for new x that are outside the original …

r prediction loess
Keras Extremely High Loss

I'm trying to predict price by characteristics. I chose a pretty simple model, but it works very strange. Loss function …

python machine-learning keras prediction loss
Prediction - Neural network for regression predicts same value

I am trying to predict median value of owner-occupied homes, its a worked example which is giving a good result. …

r neural-network regression prediction predict
How to predict survival probabilities in R?

I have data called veteran stored in R. I created a survival model and now wish to predict survival probability …

r probability prediction survival-analysis
Use PMML models in Python

I've found many topics related to this on the Internet but I could find no solutions. Suppose I want to …

python xml python-3.x prediction pmml