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

Increase the maximum of neurons number #8

Closed
wants to merge 1 commit into from

Conversation

yukoba
Copy link

@yukoba yukoba commented Apr 14, 2016

To learn the spiral, neurons number and samples number are important.
Some people confused that they cannot learn the spiral by 1 hidden layer and without modifying the input.

I changed from

  • Maximum neurons number: 8
  • Samples number: Fixed

to

  • Maximum neurons number: 50
  • Samples number: Can change from the user interface

With this modification, I can learn the spiral with 1 hidden layer, 15 neurons, and 3500 samples.

I will split this maximum neurons number pull request and the samples number pull request.

Please merge!

1

@GSPP
Copy link

GSPP commented Jun 3, 2017

Any reason this was closed without merging? Very attractive feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants