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

Add 1D MV-Convolution #11

Merged
merged 4 commits into from
Jun 20, 2020
Merged

Add 1D MV-Convolution #11

merged 4 commits into from
Jun 20, 2020

Conversation

RobinKa
Copy link
Owner

@RobinKa RobinKa commented Jun 20, 2020

Implements #8 (at least 1D convolution)

  • Added geom_conv1d and keras layer GeometricProductConv1D
  • Added convolution example notebook

Implemented using Winograd convolution which requires only a matmul implementation and a sliding window function. For the sliding window function extract_image_patches was used. This will also work for 2 dimensional convolution later. For 3 dimensions there is another function extract_volume_patches.

@RobinKa RobinKa merged commit f78b75a into master Jun 20, 2020
@RobinKa RobinKa deleted the feature/mv-conv branch June 20, 2020 14:26
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