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

kann_layer_linear #4

Open
razumovs opened this issue Aug 6, 2017 · 2 comments
Open

kann_layer_linear #4

razumovs opened this issue Aug 6, 2017 · 2 comments

Comments

@razumovs
Copy link

razumovs commented Aug 6, 2017

I have not been able to find kann_layer_linear definition in the source code.

It is from the example (A complete example) given on the page.

t = kad_relu(kann_layer_linear(t, 64));

It's not that I need it right now, but, it is the first thing I tried running.

@attractivechaos
Copy link
Owner

Thank you. It was renamed to kann_layer_dense() at some point. I have updated README.

@razumovs
Copy link
Author

razumovs commented Aug 7, 2017

Thanks for the fast answer. In this case what about this function?
https://github.com/attractivechaos/kann/blob/master/doc/01user.md#constructing-a-convolutional-neural-network-cnn

kann_layer_max2d(t, 2, 2, 2, 0)

It looks like I will slowly go through a few of your examples trying to see if they will work out for me :)
I have a few guesses sometimes which function I should be using instead, but, figured, might as well share and ask to be sure.

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