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

Simple forward example? #30

Closed
dims12 opened this issue Jun 25, 2014 · 1 comment
Closed

Simple forward example? #30

dims12 opened this issue Jun 25, 2014 · 1 comment

Comments

@dims12
Copy link

dims12 commented Jun 25, 2014

How is it possible to create some simple NN, for example, pretrained perceptron with given number of layers and all given weights, and execute it forward?

@ivan-vasilev
Copy link
Owner

Please take a look at
https://github.com/ivan-vasilev/neuralnetworks/blob/master/nn-samples/src/test/java/com/github/neuralnetworks/samples/test/IrisTest.java
->
testMLPSigmoidBP method, where you can see a 4-2-3 multilayer perceptron
with one hidden layer trained on the IRIS dataset using backpropagation

On Wed, Jun 25, 2014 at 7:10 PM, dims12 notifications@github.com wrote:

How is it possible to create some simple NN, for example, pretrained
perceptron with given number of layers and all given weights, and execute
it forward?


Reply to this email directly or view it on GitHub
#30.

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

No branches or pull requests

2 participants