yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Stock Price prediction model: evaluating algorithms in financial field #32

Closed Ittismita closed 1 month ago

Ittismita commented 1 month ago

Problem Description: Developing a new machine learning model for improving the accuracy and performance of stock price predictions. The challenge lies in modeling the highly volatile nature of stock prices using various predictive factors like historical stock prices, market sentiment, trading volumes, and economic indicators.

Model Description: The primary model will be based on Random Forest Regression, which is well-suited for handling complex datasets with nonlinear relationships. Along with Random Forest, we will also experiment with other models like Support Vector Machines (SVM) and Long Short-Term Memory (LSTM) networks to compare their effectiveness.

Estimated time of completion: 3 to 4 days

Expected Outcome: The goal is to enhance prediction accuracy for daily stock price trends, outperforming traditional methods and baseline models. The model will be validated against historical datasets.

As a beginner to contributing in open source, please do assign me this issue under gssoc ext and hacktoberfest 2024, would be a great start for to both open source and a leap in AI/ML. Thank you.