Related Experiment Video
Updated: Jun 28, 2025

06:37
Author Spotlight: Addressing Technical and Subjective Challenges in Measuring Classroom Attention
Published on: December 15, 2023
3.7K
An efficient real-time stock prediction exploiting incremental learning and deep learning
Tinku Singh1, Riya Kalra1, Suryanshi Mishra2
1Department of IT, Indian Institute of Information Technology Allahabad, Prayagraj, U.P. India.
Summary
Offline-Online learning models provide more accurate intraday stock predictions than incremental learning models. These models continuously adapt to live market data for improved forecasting accuracy.
Area of Science:
- * Financial forecasting and algorithmic trading.
- * Machine learning applications in quantitative finance.
Background:
- * Intraday stock trading relies on short-term price fluctuations, necessitating real-time predictions.
- * Stock market complexity, volatility, and non-stationarity pose significant challenges for accurate forecasting.
- * Traditional machine learning models require hyperparameter tuning with current data for optimal performance.
Purpose of the Study:
- * To propose and evaluate novel machine learning strategies for real-time intraday stock price prediction.
- * To compare the efficacy of incremental learning versus Offline-Online learning for live market forecasting.
- * To assess model performance on both univariate and multivariate time-series data.
Main Methods:
- * Implementation of incremental learning: continuous model updates with live data streams.
- * Implementation of Offline-Online learning: periodic model retraining after each trading session.
- * Application to univariate (historical prices) and multivariate (prices + technical indicators) time-series data.
- * Testing on eight liquid stocks from NASDAQ and NSE.
Main Results:
- * Offline-Online learning models demonstrated superior performance compared to incremental learning models.
- * Forecasting error was significantly lower in models utilizing the Offline-Online approach.
- * Both approaches were applied to univariate and multivariate time-series data with varying results.
Conclusions:
- * Offline-Online learning is a more effective strategy for accurate intraday stock price forecasting in live markets.
- * Periodic retraining captures market complexities better than continuous incremental updates.
- * The findings offer valuable insights for developing adaptive algorithmic trading strategies.
Related Concept Videos
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.3K
End Point Prediction: Gran Plot
318
A Gran plot is used to predict the equivalence volume or endpoint of a potentiometric or acid-base titration without reaching the endpoint. Typically, titration data is collected as a function of the titrant's volume up to a point less than the equivalence volume and then transformed into a linear format. The straight line is extended to the x-axis, indicating the necessary titrant volume to achieve the equivalence point.
For potentiometric titration, the Gran plot is created by plotting...
For potentiometric titration, the Gran plot is created by plotting...
318
Improving Translational Accuracy
10.3K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
10.3K
Associative Learning
350
Associative learning is a fundamental concept in behavioral psychology, wherein a connection is established between two stimuli or events, leading to a learned response. This process is critical in understanding how behaviors are acquired and modified. Conditioning, the mechanism through which associations are formed, can be divided into two main types: classical conditioning and operant conditioning, each elucidating different aspects of associative learning.
Classical conditioning, also known...
Classical conditioning, also known...
350
Regression Analysis
5.7K
Regression analysis is a statistical tool that describes a mathematical relationship between a dependent variable and one or more independent variables.
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
In regression analysis, a regression equation is determined based on the line of best fit– a line that best fits the data points plotted in a graph. This line is also called the regression line. The algebraic equation for the regression line is called the regression equation. It is represented as:
5.7K
Multiple Regression
3.0K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.0K

