Reducing the computational overhead of Deep CNNs through parameter pruning and tensor decomposition.
This project aims to train CNN models for image classification tasks and reduces the computational overhead of large models by compressing the weights of deep neural networks using Keras.
Use the package manager pip to install keras and related dependencies.
pip install keras
pip install tensorly