-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demonstration of Backpropagation Algorithm using Neural Networks #885
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
@abhisheks008 Please have a look I want to contribute |
I don't think there is any scope of implementing deep learning models for this dataset. |
@abhisheks008 I had one more topic with me should I change this issue to this hope this will match with deep learning ideas ? |
@abhisheks008 Its related to my college project so it will be helpful from you if I get to contribute on this repo , We have a project to contribute to a open source project in ML and last year I contributed to this repo in GSSOC so without hesitating I chose DL simplified to contribute , I'll write a paper about contribution as well |
@abhisheks008 or If u have any thing to add from ur side any issue that will be good as well |
Couldn't find any such problem statement behind this project idea. |
@abhisheks008 yes but this project will be a great addition to the repo or do u have any idea that should I add to the project that will be very helpful |
Can you elaborate the problem statement you are planning to solve here? Are you trying to showcase the implementation of backpropagation in neural networks? Which neural network models/architectures you are going to use here? Can you clarify on these, it'll be better to understand for me. |
Backpropagation algorithm is being used for training artificial neural network. It computes the gradient of the loss function with respect to each weight by the chain rule so this ultimately improves the performance of the neural network. I'll use basic idea of neural network , first forward propagation then the mathematical function and at the end with backward propagation to complete the algorithm. |
Any dataset you are using for this project? |
Deep Learning Simplified Repository (Proposing new issue)
🔴 Project Title : Backpropagation in Neural Networks
🔴 Aim : Backpropagation is a fundamental algorithm used for training artificial neural networks.
🔴 Dataset :
🔴 **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 :
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.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
@abhisheks008 Assign the issue to me
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: