Skip to content

Commit 4523fb1

Browse files
authored
Merge pull request HazyResearch#43 from michael-aloys/patch-3
Extended Awesome List Tools
2 parents c0c33ae + c51b242 commit 4523fb1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

awesome-lists/tools.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<h1 id="tools">Tools</h1>
22

33
## Data Programming & Weak Supervision
4+
### General ML
45
- [Cleanlab](https://github.com/cgnorthcutt/cleanlab): A Python library for machine learning with noisy labels. It supports finding label errors in datasets and training models on noisily labeled data.
56
- [Knodle](http://knodle.cc/): A modular Python framework that allows combining different classifiers, weak supervision approaches and denoising methods.
7+
8+
### NLP
9+
- [skweak](https://github.com/NorskRegnesentral/skweak): A Python library to support weak supervision and labeling functions for sequence and text classification.
10+
- [ANEA](https://github.com/uds-lsv/anea): A GUI and Python library to annotate NER tags via distant supervision for many languages and entity types.
11+
12+
## Data Augmentation
13+
- [Albumentations](https://github.com/albumentations-team/albumentations): A Python library supporting more than 70 types of image augmentation and including support for bounding boxes and keypoints.
14+
- [nlpaug](https://github.com/makcedward/nlpaug): A Python libraries for data augmentation for text and signal data.
15+
- [TextAttack](https://github.com/QData/TextAttack): A Python library for adversarial attacks and data augmentation for NLP tasks.

0 commit comments

Comments
 (0)