abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
342 stars 294 forks source link

Predicting IPO Performance Using Deep Learning #869

Open ashis2004 opened 1 month ago

ashis2004 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Predicting IPO Performance Using Deep Learning
:red_circle: 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.
:red_circle: Dataset : The dataset ipo_performance_data.csv includes the following features:

Results


šŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing šŸš€

All the best. Enjoy your open source journey ahead. šŸ˜Ž

github-actions[bot] commented 1 month ago

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

ojaswichopra commented 1 month ago

Full Name: Ojaswi Chopra GitHub Profile Link: ojaswichopra Email ID: ojaswichopra06@gmail.com 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 commented 1 month ago

@ashis2004 @abhisheks008 Please assign this issue to me

ashis2004 commented 1 month ago

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

abhisheks008 commented 1 month ago

@ashis2004 please finish your previously assigned issue first.