Giter VIP home page Giter VIP logo

Comments (23)

kumar8074 avatar kumar8074 commented on September 27, 2024 1

Cool. Issue assigned to you @kumar8074

Thank you @abhisheks008

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024 1

OK got it

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024 1

Cool go ahead @kumar8074

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024 1

Hey @abhisheks008 i'm almost done with the project and accuracy is ticking around 95% i know it's slightly lesser than the previous one but the previous model is not actually accuracte because the model has 2 neurons in the output layer but for the binary classification it should be 1 also it uses softmax activation for the output layer but the recommended for binary classification is sigmoid also it uses the categorical_crossentropy as the loss function but the recommended is binary_crossentropy.

However if you want me to improve the evaluation scores more i can do that by hyperparameter tuning which will take couple of more days need to run some more experiments

It's better to increase the accuracy a bit. You can take your time and come up with better solution.

Sure Done 👍

from dl-simplified.

Vaidehi-Shende avatar Vaidehi-Shende commented on September 27, 2024

Full name : Vaidehi Shende
GitHub Profile Link : https://github.com/Vaidehi-Shende
Email ID : [email protected]
Approach for this Project : To implement various Deep Learning algorithms including CNNs, RNNs, LSTM
What is your participant role? (Mention the Open Source program): SWOC

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Apart from the existing model of this project what are the models you are trying to implement? Can you specify a bit on that.

from dl-simplified.

Vaidehi-Shende avatar Vaidehi-Shende commented on September 27, 2024

Enhance the Bank Loan Approval Prediction project by implementing a Multi-Layer Perceptron (MLP), Convolutional Neural Network (CNN), Recurrent Neural Network (RNN) or Long Short-Term Memory (LSTM) and Autoencoders for feature learning after doing Exploratory Data Analysis (EDA), model fitting, hyperparameter tuning, and training/testing, comparing their accuracy scores for optimal model selection.

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Assigned to @Vaidehi-Shende under SWOC S4.

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

Hi @abhisheks008, can you please assign this project to me?

Full name : Lalan Kumar
GitHub Profile Link : https://github.com/kumar8074
Email ID : [email protected]
Approach for this Project : I'll first try to use my own DL algorithms and after that i'll utilize the existing algorithms using transfer learning technique and also i'll try out encoders or GANs to get the best accuracy and the evaluation results.
What is your participant role? GSSoC'24

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

You need to enhance the existing project and make the changes accordingly with better results. Are you okay with this?
@kumar8074

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

You need to enhance the existing project and make the changes accordingly with better results. Are you okay with this?
@kumar8074

Yes absolutely @abhisheks008

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Cool. Issue assigned to you @kumar8074

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

Hey @abhisheks008 just had a question, Should I directly complete this project and make a pull request or should i have to show day to day progress? If i have to show day to day progress how to do that ? as i'm quite new to open-source i don't know how to do that can you please help me with that?

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Hey @abhisheks008 just had a question, Should I directly complete this project and make a pull request or should i have to show day to day progress? If i have to show day to day progress how to do that ? as i'm quite new to open-source i don't know how to do that can you please help me with that?

Complete your work and then push the code. No need to push a day to day progress. Take your time and come up with the best quality code.

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

Hey @abhisheks008 can i change the dataset used in this project? the dataset that have been previously used is heavily imbalanced

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Hey @abhisheks008 can i change the dataset used in this project? the dataset that have been previously used is heavily imbalanced

Can you share the dataset URL/source you are planning to use here?

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

https://www.kaggle.com/datasets/architsharma01/loan-approval-prediction-dataset

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

Hey @abhisheks008 i'm almost done with the project and accuracy is ticking around 95% i know it's slightly lesser than the previous one but the previous model is not actually accuracte because the model has 2 neurons in the output layer but for the binary classification it should be 1 also it uses softmax activation for the output layer but the recommended for binary classification is sigmoid also it uses the categorical_crossentropy as the loss function but the recommended is binary_crossentropy.

However if you want me to improve the evaluation scores more i can do that by hyperparameter tuning which will take couple of more days need to run some more experiments

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Hey @abhisheks008 i'm almost done with the project and accuracy is ticking around 95% i know it's slightly lesser than the previous one but the previous model is not actually accuracte because the model has 2 neurons in the output layer but for the binary classification it should be 1 also it uses softmax activation for the output layer but the recommended for binary classification is sigmoid also it uses the categorical_crossentropy as the loss function but the recommended is binary_crossentropy.

However if you want me to improve the evaluation scores more i can do that by hyperparameter tuning which will take couple of more days need to run some more experiments

It's better to increase the accuracy a bit. You can take your time and come up with better solution.

from dl-simplified.

kumar8074 avatar kumar8074 commented on September 27, 2024

Hey @abhisheks008 I'm done with the project.
I've forked your repository earlier so for making pull request should i just replace the files under this project folder and make pull request using the entire forked repository ?? or should i just create a seperate folder and make a pull request for that folder only ?? what should i do??

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Make a PR for your codes only.

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

This issue is not going to work.

from dl-simplified.

github-actions avatar github-actions commented on September 27, 2024

Hello @kumar8074! Your issue #473 has been closed. Thank you for your contribution!

from dl-simplified.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.