Skip to content

Conversation

maksuel
Copy link

@maksuel maksuel commented Mar 28, 2018

Added "Rest parameters" for the future implementation of hidden multi-layers, where you will pass arguments like this:
new NeuralNetwork(3,6,8,6,4)
new NeuralNetwork(input, hidden_1, hidden_2, hidden_3..., output)

Added "handle errors" in constructor method.

Added "Rest parameters" for the future implementation of hidden multi-layers, where you will pass arguments like this:
new NeuralNetwork(3,6,8,6,4)
new NeuralNetwork(input, hidden_1, hidden_2, hidden_3..., output)

Added "handle errors" in constructor method.
@maksuel maksuel changed the title handle errors and prepare for the implementation of hidden multi-layers Handle errors and prepare for the implementation of hidden multi-layers Mar 28, 2018
@maksuel
Copy link
Author

maksuel commented Mar 30, 2018

Follow => #61

@maksuel maksuel closed this Mar 30, 2018
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.

1 participant