Questions tagged [active-learning]

5 questions
3
votes
0 answers

Active learning with modAL-- Invalid shapes

I am trying to implement active learning in Python. My classification problem currently takes Word2vec vector representations and feeds them into a Random Forest. I have a tiny, initial train dataset and I would like to use the modAL package to…
Luis
  • 330
  • 1
  • 11
1
vote
1 answer

Can I use snakemake with humans-in-the-loop?

I am very curious about snakemake but I'm not sure it fits my use case, because I have humans in the loop. My process is something like this: Start with a baseline binary classification model Generate 100 examples near the margin (predicted…
1
vote
0 answers

How to do active learning in Flux.jl?

I am currently working on a problem where I don't have a plethora of labeled data. I therefore want to use active learning to try and label some of my data using the model and then have all images (in this case) with a low confidence threshold be…
logankilpatrick
  • 13,148
  • 7
  • 44
  • 125
0
votes
0 answers

Possible to do incremental training with AWS comprehend?

I am looking at AWS Comprehend for a text classification task which will involve an active learning component. I am trying to understand if it's possible to incrementally train a custom comprehend model using batches of newly annotated data, or if…
L Xandor
  • 1,659
  • 4
  • 24
  • 48
-1
votes
1 answer

How to fecth back the samples belongs to gighest entropy value in python

I have a number of samples which are of 500 arrays and the I calculated entropy of that samples, now among the results I need the samples that belong to the highest value produced by the entropy function. How do I fetch them? samples = [0.08919142…
gm tom
  • 131
  • 8