Skip to content

Reducing the computational overhead of Deep CNNs through parameter pruning and tensor decomposition.

Notifications You must be signed in to change notification settings

tarujg/keras-deep-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing Deep Neural Network

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.

Requirements

Use the package manager pip to install keras and related dependencies.

  • tensorly - used for Tensor Decompositions
pip install keras
pip install tensorly

References

License

MIT

About

Reducing the computational overhead of Deep CNNs through parameter pruning and tensor decomposition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published