Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicting IPO Performance Using Deep Learning #869

Open
ashis2004 opened this issue Jul 22, 2024 · 5 comments
Open

Predicting IPO Performance Using Deep Learning #869

ashis2004 opened this issue Jul 22, 2024 · 5 comments
Labels
Status: Up for Grabs Up for grabs issue.

Comments

@ashis2004
Copy link

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Predicting IPO Performance Using Deep Learning

🔴 Aim :This project aims to predict the performance of Initial Public Offerings (IPOs) based on historical data and market conditions using deep learning techniques. The dataset includes features such as company information, market conditions, and financial metrics to predict the IPO performance.

🔴 Dataset : The dataset ipo_performance_data.csv includes the following features:

  • Date: Date of the IPO.
  • Company_Name: Name of the company.
  • Industry: Industry of the company.
  • Shares_Offered: Number of shares offered during the IPO.
  • Offer_Price: The price at which shares were offered.
  • Opening_Price: The price of the shares at market open.
  • Closing_Price: The price of the shares at market close.
  • Market_Cap: Market capitalization of the company.
  • Revenue: Revenue of the company prior to IPO.
  • Profit: Profit of the company prior to IPO.
  • Market_Condition_Index: An index indicating the market condition on the IPO date.
  • IPO_Performance: Percentage change from offer price to closing price.

    🔴 Approach : 1. Data Preprocessing: Handle missing values, encode categorical features, and standardize numerical features.
  1. Exploratory Data Analysis (EDA): Analyze and visualize the data to understand the distributions and relationships between features.
  2. Deep Learning Models: Implement various deep learning models to predict IPO performance:
    • Basic Neural Network (NN)
    • Convolutional Neural Network (CNN)
    • Recurrent Neural Network (RNN) with LSTM
    • Deep Neural Network (DNN)
  3. Model Evaluation: Evaluate the performance of each model using metrics like Mean Squared Error (MSE) and Mean Absolute Error (MAE).

Results


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

  • Full name : Ashish Kumar Patel
  • GitHub Profile Link :
  • Email ID :[email protected]
  • Participant ID (if applicable):
  • Approach for this Project :
  • What is your participant role? (Mention the Open Source program) Gssoc'24 contributor

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@ojaswichopra
Copy link
Contributor

Full Name: Ojaswi Chopra
GitHub Profile Link: ojaswichopra
Email ID: [email protected]
Approach for this Project:

Data Preprocessing: Handle missing values, encode categorical features, and standardize numerical features.
Exploratory Data Analysis (EDA): Analyze and visualize the data to understand the distributions and relationships between features.

Deep Learning Models: Implement various deep learning models to predict IPO performance:
Basic Neural Network (NN)
Convolutional Neural Network (CNN)
Recurrent Neural Network (RNN) with LSTM
Deep Neural Network (DNN)

Model Evaluation: Evaluate the performance of each model using metrics like Mean Squared Error (MSE) and Mean Absolute Error (MAE).

What is your participant role?: GSSoC'24 Contributor

@ojaswichopra
Copy link
Contributor

ojaswichopra commented Jul 23, 2024

@ashis2004 @abhisheks008 Please assign this issue to me

@ashis2004
Copy link
Author

@ojaswichopra I've already done that using these algorithms I've to just make PR

@abhisheks008
Copy link
Owner

@ashis2004 please finish your previously assigned issue first.

@abhisheks008 abhisheks008 added the Status: Up for Grabs Up for grabs issue. label Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for Grabs Up for grabs issue.
Projects
None yet
Development

No branches or pull requests

3 participants