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

Allow the building of a 2 layer Network #321

Open
FreezePhoenix opened this issue May 1, 2018 · 1 comment
Open

Allow the building of a 2 layer Network #321

FreezePhoenix opened this issue May 1, 2018 · 1 comment

Comments

@FreezePhoenix
Copy link

I'd love to be able to build a 2 layer Network, which would be exactly like any other Network made with the constructor, but it would only have 2 layers. I need this so I can clear the context of layers, and so I can export it to JSON.

@vs-123
Copy link

vs-123 commented Aug 24, 2020

You can do it now. Suppose, you want to write a perceptron with 1 input, 2 layers with 4 neurons each and 1 output, then you'd write it like this var myNetwork = new Architect.Perceptron(1, 4, 4, 1).

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