-
Notifications
You must be signed in to change notification settings - Fork 65
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
Multilayer Perceptron - Base #46
Comments
Assign this to me @ashwani-rathee |
@JanhaviSoni You have been assigned the task to setup the base for Multilayer Perceptron. |
@ashwani-rathee I wanted to ask that can we use modules or everything from scratch . Also we just need to write how the algo works or implement it using data set |
@JanhaviSoni You can use numpy,and that should be enough for algorithm part,you have to just kind of prove that your method works(so yeah you would need a simple example). |
@JanhaviSoni What is your progress on this?Any issues?How can I help? |
@ashwani-rathee It will take me more time to work on implementation of Mulilayer Perceptron. Till that time can I be assigned Multiple Linear Regression and you could unassign Multilayer Perceptron. |
@ashwani-rathee I am Gssoc participant can u assign me Multilayer Perceptron. |
@jprakash-1 would you like to get this assigned? |
Yes, @ashwani-rathee I would like to work on this. Could you please tell me how many hidden layers do I have to implement? And any other relevant detail I need, to implement this? Thank you |
@ashwani-rathee I would like to contribute to this issue cn you please assign me this issue under gssoc label |
@ashwani-rathee Please assign this issue to me. |
This needs to be assigned |
@saumyasinghz Sure, go ahead |
@ashwani-rathee please assign me |
Go ahead @subhangi2731. |
Task: Set up the basic Multilayer Perceptron code functionality that works
Level-3 : 25 Points
The text was updated successfully, but these errors were encountered: