INNER CODE UNIT · Python

filter_range_max

joeddav/devol · devol/genome_handler.py:57

            filter_range_max = int(math.log(max_filters, 2)) + 1
        else:
            filter_range_max = 0
        self.optimizer = optimizers or [
            'adam',
            'rmsprop',
            'adagrad',
            'adadelta'
        ]
        self.activation = activations or [
            'relu',
            'sigmoid',
        ]
        self.convolutional_layer_shape = [
            "active",
            "num filters",
            "batch normalization",
            "activation",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…