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

Social Housing Provision Analysis using DL #439

Open abhisheks008 opened 10 months ago

abhisheks008 commented 10 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Social Housing Provision Analysis using DL
:red_circle: Aim : The aim of this project is to analyze the housing dataset given here using DL methods.
:red_circle: Dataset : https://www.kaggle.com/datasets/thedevastator/social-housing-provision-by-county-and-method
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


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

tushtithakur commented 6 months ago

Hi , I'm excited to contribute to this project. Could you please assign me? Looking forward to getting started! @abhisheks008

Full name : Tushti Thakur GitHub Profile Link : https://github.com/tushtithakur Email ID : tushtithakur1234@gmail.com Approach for this Project : Implement different deep learning algorithms using the dataset, evaluate it and compare performance. What is your participant role? GSSoC 2024

Basma2423 commented 6 months ago

I Wanna give it a try, can you assign it to me? @abhisheks008

Full name: Basma Mahmoud GitHub Profile Link: Basma2423 Email ID: mayarbasma2423@gmail.com Approach for this Project: EDA + Multiple-architectures DL models + Accuracy Scores + Confusion Matrix,... What is your participant role? (Mention the Open Source program): GSSoC-2024 participant

Can you add the label for GSSoC, please? Thanks.

gtanish2003 commented 6 months ago

Full name : Tanish Gupta GitHub Profile Link :https://github.com/gtanish2003 Email ID : gtanish2003@gmail.com

Approach for this Project : Initially I would collect the dataset and then do the EDA to find the important features . Then I start with ML algos like linear regression and random forest and then jump to deep learning models like ANN. What is your participant role? (Mention the Open Source program) GSSOC (Girlscript Summer of code

abhisheks008 commented 6 months ago

Hi @gtanish2003 normal machine learning approaches will not work for this repo's projects. You need to implement deep learning methods for this project. Update your approach and post it here.

DebanKsahu commented 6 months ago

Full name :Deban Kumar Sahu GitHub Profile Link :https://github.com/DebanKsahu Email ID :sahudebankumar@gmail.com Participant ID (if applicable): Approach for this Project : I am new to deep learning as per my studies we can use a regression model for this as output is a continuous number. I will use sequential/functional api for this with layers like Dense and optimizers like Adam. After opening the csv i saw some NAN values and some unwanted features(if there any present) whom which i will drop using pandas. If i did not get satisfactory result then i will try to increase layers, and Rescale the values between 0-1 for better performance. If possible i will use any existing model by transfer learning for this problem. What is your participant role? (GSSoC 2024)

gtanish2003 commented 6 months ago

Hi @gtanish2003 normal machine learning approaches will not work for this repo's projects. You need to implement deep learning methods for this project. Update your approach and post it here.

Sir I will start firstly aaply ann and then do hyperparameter tuning and try to use different loss function and different activations functions and different optimizers and if result is not satisfactory then I will apply rnn

abhisheks008 commented 6 months ago

Both of you @gtanish2003 and @DebanKsahu can you please elaborate on the approaches and also be specific regarding the architectures of the models. Make sure you approach must have implementation of at least 2-3 deep learning methods for this dataset.

gtanish2003 commented 6 months ago

I will use :

  1. FNN (feedforward neural networks ) with use of dense and sequential layers
  2. LSTM
DebanKsahu commented 6 months ago

I am a beginner so I will use : 1) Regression Model

abhisheks008 commented 6 months ago

I am a beginner so I will use : 1) Regression Model

You need to learn more about Deep learning. I really liked your enthisiasm on participating in this open source event. First go through the concepts of data analysis, then dive into machine learning concepts, make hands-on projects to test your understanding. After that once you confident about ML, try your hands dirty in Deep Learning. Diving directly will cause lapse in your understanding and concepts. See you soon in upcoming open source events as a deep learning pro! Good luck!

abhisheks008 commented 6 months ago

I will use :

  1. FNN (feedforward neural networks ) with use of dense and sequential layers
  2. LSTM

Can you implement 2 more algorithms for this project/dataset?

gtanish2003 commented 6 months ago

I will use :

  1. FNN (feedforward neural networks ) with use of dense and sequential layers
  2. LSTM

Can you implement 2 more algorithms for this project/dataset?

Further I can apply CNN and RNN

abhisheks008 commented 6 months ago

Cool then issue assigned to you @gtanish2003