Skip to content
#

active-learning

Here are 342 public repositories matching this topic...

philippmwirth
philippmwirth commented Sep 24, 2021

Add default parameters for all projection heads

It's helpful to know what the default parameters were in the papers to get started. We should add the default projection head parameters which were used for pre-training on Imagenet to all projection and prediction heads in lightly/models/modules/heads.py.

rubrix
frascuchon
frascuchon commented Oct 18, 2021

The default RubrixLogHTTPMiddleware record mapper for token classification expect a structured including a text field for inputs. This could make prediction model inputs a bit cumbersome. Default mapper could accepts also flat strings as inputs:

def token_classification_mapper(inputs, outputs):
    i
good first issue help wanted

A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.

  • Updated May 26, 2022
  • Python
refinery
asreview
brittdev
brittdev commented Dec 22, 2021

In simulation mode, when I try to run a single simulation using the nn-2-layer classifier and sbert feature extraction method, it gives me this error

ValueError: Error: method 'nn2layer' is not implemented for entry point asreview.models.classifiers.

However, using this combination of classification and feature extraction method in a simulation-batch does not give me the same error. Using th

help wanted good first issue front-end
SEAL-CI

NOVA is a tool for annotating and analyzing behaviours in social interactions. It supports Annotators using Machine Learning already during the coding process. Further it features both, discrete labels and continuous scores and a visuzalization of streams recorded with the SSI Framework.

  • Updated Jul 14, 2022
  • C#

Improve this page

Add a description, image, and links to the active-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the active-learning topic, visit your repo's landing page and select "manage topics."

Learn more