Open Srijansarkar17 opened 5 months ago
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
What are the deep learning models you are planning to implement? Can you please specify.
I will be using basic neural networks, but I will try to use many activation functions such as sigmoid, tanh etc and various loss functions.
Can you specify the models/architectures you are planning to implement?
I will be using 4 layers hidden neural network architechture with the activation function of hidden layers as 'relu' and the activation function of the output neuron as sigmoid. The loss function used in this case will be 'binary_crossentropy' because the output label is a binary classifier.
I will be using 4 layers hidden neural network architechture with the activation function of hidden layers as 'relu' and the activation function of the output neuron as sigmoid. The loss function used in this case will be 'binary_crossentropy' because the output label is a binary classifier.
That's one algorithm. What are the other 3 models you are planning for this project.
Deep Learning Simplified Repository (Proposing new issue)
:red_circle: Credit Risk Prediction using Neural Networks : :red_circle: To be able to correctly predict the credit risk of an individual with the help of various featrues : :red_circle: credit_risk_data.csv : :red_circle: I will be training this model based on various methods. First I will preprocess the data and then apply some data visualization. Then I will use neural networks for training. For training, I will use various activation functions and various loss metrics for getting the best accuracy score. I will also use numerous hidden layers for the best accuracy :
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.: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. 😎