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

Review implementation of neuron's computation #150

Open
gabywald opened this issue Jan 26, 2025 · 0 comments
Open

Review implementation of neuron's computation #150

gabywald opened this issue Jan 26, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request Genetics question Further information is requested todo 🗒️ Unit Tests
Milestone

Comments

@gabywald
Copy link
Owner

Take Perceptron ??
https://fr.wikipedia.org/wiki/Perceptron
https://en.wikipedia.org/wiki/Perceptron

output = 0 or 1
inputs = sum of (weight*input)

@gabywald gabywald added documentation Improvements or additions to documentation enhancement New feature or request Genetics question Further information is requested todo 🗒️ Unit Tests labels Jan 26, 2025
@gabywald gabywald added this to the Unit Tests milestone Jan 26, 2025
@gabywald gabywald self-assigned this Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request Genetics question Further information is requested todo 🗒️ Unit Tests
Projects
None yet
Development

No branches or pull requests

1 participant