sparse-evolutionary-artificial-neural-networks icon indicating copy to clipboard operation
sparse-evolutionary-artificial-neural-networks copied to clipboard

Always sparse. Never dense. But never say never. A Sparse Training repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boos...

Results 1 sparse-evolutionary-artificial-neural-networks issues
Sort by recently updated
recently updated
newest added

Hello. I am trying to use your SET MLP implementation in a bunch of data from NMIST. I load the data with the following function I wrote: ``` def load_fashion_mnist_data(no_training_samples,...