Skip to content
Snippets Groups Projects
Commit 531ee5c7 authored by Luc Giffon's avatar Luc Giffon
Browse files

add docstring to nystrom_layer file

parent 3079463b
No related branches found
No related tags found
No related merge requests found
"""
Simple script that shows how a nystrom layer should be implemented.
This doesn't aim at giving good results, just to show a simple implementation of the Nyström layer in a convolutional neural network.
"""
import keras import keras
import numpy as np import numpy as np
from keras.datasets import cifar10 from keras.datasets import cifar10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment