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

Implement locally connected layer (1-d) #171

Open
milancurcic opened this issue Mar 15, 2024 · 0 comments
Open

Implement locally connected layer (1-d) #171

milancurcic opened this issue Mar 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@milancurcic
Copy link
Member

Like convolutional, except that each window has its own set of filters (rather than being convolved into one set of filters).

Keras reference: https://www.tensorflow.org/api_docs/python/tf/keras/layers/LocallyConnected1D

@milancurcic milancurcic added the enhancement New feature or request label Mar 15, 2024
@milancurcic milancurcic self-assigned this Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant