Related Experiment Videos
Data science approach to stock prices forecasting in Indonesia during Covid-19 using Long Short-Term Memory (LSTM)
1Computer Science Department, School of Computer Science, Bina Nusantara University, Jakarta, 11480 Indonesia.
Summary
This study introduces a data science model using R and Long Short-Term Memory (LSTM) for stock price forecasting in Indonesia. The model achieved 94.57% accuracy for short-term predictions, demonstrating its effectiveness.
Area of Science:
- Data Science
- Financial Forecasting
- Machine Learning
Background:
- Stock market forecasting is crucial for financial decision-making due to inherent uncertainties.
- The Indonesian stock market experienced significant volatility, particularly during the COVID-19 pandemic.
- Accurate stock price prediction is vital for investors and financial institutions.
Purpose of the Study:
- To propose a data science model for forecasting stock prices on the Indonesian exchange.
- To leverage statistical computing with R and Long Short-Term Memory (LSTM) for enhanced prediction accuracy.
- To analyze the impact of the COVID-19 pandemic on stock prices and evaluate forecasting model performance.
Main Methods:
- Utilized big data from Indonesian banks (BCA, Bank of Mandiri) sourced from Yahoo Finance.
- Applied data science techniques for data visualization and analysis.
- Implemented a Long Short-Term Memory (LSTM) network for stock price prediction, focusing on Open, High, Low, and Closing (OHLC) values.
Main Results:
- The Indonesian composite stock price index (IHSG) plunged 28% in early 2020 due to the COVID-19 pandemic.
- Share prices of major sectors like banking and consumer goods reached record lows in March 2020.
- The proposed LSTM model demonstrated effective visualization and prediction of OHLC prices.
Conclusions:
- Data science provides valuable tools for financial data visualization.
- The proposed LSTM model achieved a high accuracy of 94.57% for short-term stock price forecasting (1-year data).
- Training with a higher epoch count on shorter-term data yielded better predictive performance compared to longer-term data.
Related Concept Videos
Steps in Outbreak Investigation
315
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
315
Residuals and Least-Squares Property
8.3K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
8.3K
Prediction Intervals
2.6K
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.6K
Microsoft Excel: Regression Analysis
1.2K
Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
To perform regression...
1.2K
Quantitative Analysis
901
Quantitative analysis is a technique for measuring the amount of specific constituents in a sample. When the sample's composition is unknown, qualitative analysis is performed first to identify its components, which ensures that the correct substances are measured during the quantitative phase.
In quantitative analysis, two key measurements are made: the sample quantity and a property proportional to the amount of the analyte (the substance being analyzed). This forms the basis of the...
In quantitative analysis, two key measurements are made: the sample quantity and a property proportional to the amount of the analyte (the substance being analyzed). This forms the basis of the...
901
Econometric Views (EViews)
349
Econometric Views, often stylized as EViews, is a package that merges statistical analysis with econometric studies. It is designed to provide tools for time series analysis, forecasting, and econometric model simulation. The software originated from MicroTSP software and has evolved significantly since its inception in 1981. The history of EViews is marked by a continuous effort to enhance its computational speed and user interface. It was initially developed for large computing systems but...
349