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
339 stars 298 forks source link

Laptop Price Predictor #334

Closed yashhibare7 closed 2 months ago

yashhibare7 commented 1 year ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project title :Laptop Price Predictor
:red_circle: Dataset :kaggle
:red_circle: Approach : To predict laptop prices using a machine learning approach: 1. Collect a dataset with laptop features and corresponding prices. 2. Preprocess the data by handling missing values, encoding categorical variables, and scaling numerical features. 3. Train a regression model like linear regression, random forest, or gradient boosting to predict laptop prices based on the features. 4. Evaluate the model's performance using metrics like mean squared error or R-squared.


📍 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. 😎

abhisheks008 commented 1 year ago

Please mention the all the details about the project @yashhibare7

yashhibare7 commented 1 year ago

Details mentioned

abhisheks008 commented 1 year ago

This is a deep learning project repository, we expect contributors will come up deep learning methods to solve the problem statements. Please modify your approach and come up again with the new approach by including deep learning methods in it. @yashhibare7

Im-Shivaprakash commented 1 year ago

I would like to work on this project Will you assign it to me ?

abhisheks008 commented 1 year ago

@Im-Shivaprakash what are the deep learning models you are going to implement here?

Im-Shivaprakash commented 9 months ago

Full name : Shivaprakash S GitHub Profile Link : https://github.com/Im-Shivaprakash Email ID :shivaprakashsrinivasaniam@gmail.com Participant ID (if applicable): Approach for this Project :I'll be using multilayer perceptron for this project since it is a linear regression problem What is your participant role? I dont understand this question, Im new to open source project platform

namita0210 commented 9 months ago

"I would like to work on this issue. Can you please assign it to me?"

yashhibare7 commented 9 months ago

Okay

On Sat, Oct 28, 2023, 8:51 PM Namita @.***> wrote:

"I would like to work on this issue. Can you please assign it to me?"

— Reply to this email directly, view it on GitHub https://github.com/abhisheks008/DL-Simplified/issues/334#issuecomment-1783846266, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW6WQNFZJKZYOSSSJYITELTYBUPHNAVCNFSM6AAAAAA2AFW2WGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTHA2DMMRWGY . You are receiving this because you were mentioned.Message ID: @.***>

namita0210 commented 9 months ago

can you assign the issue to me or are there are any specific steps I should follow?

abhisheks008 commented 9 months ago

Hi @namita0210 thanks for showing interest in this project repository. Can you please share your approach, what are the models you are going to use here and how you will solve this issue?

Looking forward to hear from you.

namita0210 commented 9 months ago

Hi @namita0210 thanks for showing interest in this project repository. Can you please share your approach, what are the models you are going to use here and how you will solve this issue?

Looking forward to hear

I plan to use deep learning models for regression, such as feedforward neural networks, convolutional neural networks (CNNs), or recurrent neural networks (RNNs) to predict laptop prices based on features like CPU, RAM, storage, brand, etc followed by ensemble learning to have improved accuracies.

abhisheks008 commented 9 months ago

Great approach. In which issue you wanna start working first? @namita0210

YashSachan2 commented 7 months ago

Hi @abhisheks008 .Please assign this issue to me.I have worked on a similar problem predicting house prices before.

abhisheks008 commented 7 months ago

Hi @YashSachan2 can you please share your approach for solving this issue?

Dhruv127 commented 7 months ago

Can you kindly assign this to me?

abhisheks008 commented 7 months ago

Hi @Dhruv127 can you please share your approach for solving this issue?

onkar-1432 commented 7 months ago

Full name : Onkar Viralekar GitHub Profile Link : https://github.com/onkar-1432 Email ID :onkarviralekar.143@gmail.com Participant ID (if applicable): Approach for this Project :I'll be using https://www.kaggle.com/datasets/muhammetvarl/laptop-price these dataset and firstly do some EDA then will go for data cleaning and preprocessing. As these is regression problem will go with different algorithms like linear, random forest, gradient boosting regression first. If the results are satisfactory then will compare the results by using R-squared metric. Else will go for advance method like KNN regression and XGB with optuna for efficient hyper parameter optimization. Will update you if I find something new in it. What is your participant role? Codepeak23 participant

abhisheks008 commented 7 months ago

Try to use CNN/ANN in it. Issue assigned to you @onkar-1432

onkar-1432 commented 7 months ago

@abhisheks008 i want to continue this issue for SWOC24. Please allow me to continue. I am just about to complete these issue.

abhisheks008 commented 7 months ago

You are also part of the SWOC event? 😄

onkar-1432 commented 7 months ago

Yes exploring and participating in all open source events 😄

abhisheks008 commented 7 months ago

Issue assigned to you @onkar-1432

onkar-1432 commented 6 months ago

@abhisheks008 created PR for these issue.

Gaurav-576 commented 2 months ago

I would like to work on this issue and contribute to the repository, please assign this Laptop price predictor to me.

abhisheks008 commented 2 months ago

Hi @Gaurav-576 nice to have you here. Please follow the issue tenmplate and share all the details here in the comments properly. Otherwise it's difficult to track the contributors.

Gaurav-576 commented 2 months ago

Sorry about that. Here are my details - Full name : Gaurav Kumar Singh GitHub Profile Link : https://github.com/Gaurav-576 Email ID : gauravsingh96753@gmail.com Participant ID (if applicable): NA Approach for this Project : First, I will be collecting data and perform some EDA to understand my dataset. I will perform data preprocessing to get rid of any missing or null values and make sure that the labels are marked properly. Extensively, data collection and preprocessing will be the part which will require most time in this project. Then I would be developing a laptop price predictor using an Artificial Neural Network (ANN) with Rectified Linear Unit (ReLU) activation function and Stochastic Gradient Descent (SGD) as the optimizer. I would focus highly on the accuracy of the model and make sure the accuracy is above 90% for both training and test dataset. What is your participant role? GSSoC'24

abhisheks008 commented 2 months ago

Hi @Gaurav-576 thanks for sharing your approach. Issue is assigned to you. You can start working on it.

Gaurav-576 commented 2 months ago

Ok sir, thanks a lot and I will do my best.