An open API service indexing awesome lists of open source software.

https://github.com/noopur-zambare/nc_pruning

Dense network pruning algorithm inspired from Neural Collapse geometry
https://github.com/noopur-zambare/nc_pruning

deep-learning robust-machine-learning statistics trustworthy-ai

Last synced: about 2 months ago
JSON representation

Dense network pruning algorithm inspired from Neural Collapse geometry

Awesome Lists containing this project

README

          

## Dense Network Pruning using Neural Collapse under Imbalanced Dataset

#### Install the required dependencies
```
pip install -r requirements.txt
```

#### To run the code
```
python3 main.py
```

We have also provided a ipynb file for easy execution.

## Results



Testing Pruned Model


Testing Pruned Model 1


Testing Pruned Model with Noisy Data


Testing Pruned Model with Noisy Data

```
Folder Structure
├── logs
│   ├── testing_with_noise
│   ├── testing_without_noise
├── results
│   ├── testing_with_noise
│   ├── testing_without_noise
├── main.py
├── pruning.py
├── sensitivity_analysis.py
├── README.md
├── requirements.txt
└── main.ipynb
```