Skip to content

Releases: WeightedAI/semideep

v0.1.4

24 May 09:00

Choose a tag to compare

refactor the github action

v0.1.3

24 May 08:53

Choose a tag to compare

refactor the workflow to publish pacakge

v0.1.2

24 May 08:48

Choose a tag to compare

update the pipeline to build package

v0.1.1

24 May 08:43

Choose a tag to compare

Fix GitHub workflow for PyPI trusted publishing

v0.1.0

24 May 08:36

Choose a tag to compare

Enhances classification performance by computing weights based on the proximity between training and test samples, making the model more effective in scenarios with limited labeled data, class imbalance, noisy labels, or domain shift. The core functionality is provided through components like WeightComputer, WeightedLoss, and WeightedTrainer, which collectively implement the distance-based weighting mechanism using various distance metrics (euclidean, cosine, hamming, jaccard). The repository includes the implementation of the algorithm, experiment utilities, and example code.