Skip to content
Snippets Groups Projects
Select Git revision
  • 4bc53d257ab9f7fa0193a43fd5cee68c18d85160
  • master default protected
2 results

nystrom-layer

  • Clone with SSH
  • Clone with HTTPS
  • Minimal working example of Nyström layer

    Minimum working example of the Nystrom Layer implementation.

    This doesn't aim at giving good results, just to show a simple implementation of the Nyström layer in a convolutional neural network.

    Requirements

    Those requirements versions may not be absolutely necessary but they are the versions used while writing this simple example

    • python=3.6
    • keras=2.2.4
    • tensorflow=1.13.1
    • numpy=1.16.4

    Files

    • nystrom_layer.py: the minimal working example that you can just execute as it is.

    • keras_kernel_functions.py: some common kernel functions implemented in keras.