qualia_core.learningmodel.keras.CNN module

qualia_core.learningmodel.keras.CNN.CNN(input_shape, output_shape, filters: tuple = (6, 16, 120), kernel_sizes: tuple = (3, 3, 5), paddings: tuple = (0, 0, 0), batch_norm: bool = False, dropouts: float | list[float] = 0.0, pool_sizes: tuple = (2, 2, 0), fc_units: int = (84,), prepool: int = 0, dims: int = 1)[source]