Skip to content
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

Neural network #97

Closed

Conversation

gopichandpuli9
Copy link

I've implemented a neural network. The issue number is #47

@ashwani-rathee ashwani-rathee added documentation Improvements or additions to documentation gssoc21 GirlScript Summer Of Code 2021 Level1 Major Documentation Base and removed documentation Improvements or additions to documentation labels Mar 16, 2021
Copy link
Collaborator

@ashwani-rathee ashwani-rathee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@geekquad This stands invalid since it's completely plagiarized from https://github.com/mattm/simple-neural-network/blob/master/neural-network.py .Should I mark it invalid @gopichandpuli9?

self.init_weights_from_inputs_to_hidden_layer_neurons(hidden_layer_weights)
self.init_weights_from_hidden_layer_neurons_to_output_layer_neurons(output_layer_weights)

def init_weights_from_inputs_to_hidden_layer_neurons(self, hidden_layer_weights):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the names of function smaller

@ashwani-rathee ashwani-rathee added Level3 New features, major bug fixing Reviewed Pull Request in reviewed. It will be merged soon. and removed Level1 Major Documentation labels Mar 18, 2021
@gopichandpuli9
Copy link
Author

@ashwani-rathee I'm having exams. So I've copied the content. Sorry for that. You can assign the issue to someone who are willing to do. I'll start contributing once I'm done with my exams.

@ashwani-rathee ashwani-rathee added the invalid This doesn't seem right label Mar 22, 2021
@ashwani-rathee
Copy link
Collaborator

@gopichandpuli9 Plagiarized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Base gssoc21 GirlScript Summer Of Code 2021 invalid This doesn't seem right Level3 New features, major bug fixing Reviewed Pull Request in reviewed. It will be merged soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants