Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Weight Usage Analyzer
Pruning and machine learning model compression techniques have been extensively studied. My goal was to investigate the importance of weights themselves, rather than just neurons or channels, to gain a finer understanding of model efficiency and complexity.

Expand Down Expand Up @@ -69,8 +71,8 @@ wua.show(model, X_np)
Clone the repository and install locally:

```bash
git clone https://github.com/AngelLagr/WeightUsageAnalyzer.git
cd WeightUsageAnalyzer
git clone https://github.com/AngelLagr/weight-usage-analyzer.git
cd weight-usage-analyzer
pip install -r requirements.txt
```

Expand Down