zoukankan      html  css  js  c++  java
  • 浅谈 Active Learning

    1. Active Query Driven by Uncertainty and Diversity for Incremental Multi-Label Learning

    The key task in active learning is to design a selection criterion such that queried labels can improve the classification model most.

    many active selection criteria: 

    uncertainty measures the confidence of the current model on classifying an instance ,

    diversity measures how different an instance is from the labeled data ,

    density measures the representativeness of an instance to the whole data set .

    In traditional supervised classification problems, one instance is assumed to be associated with only one label. However, in many real world applications, an object can have multiple labels simultaneously. Multi-label learning is a framework dealing with such objects.

  • 相关阅读:
    miragejs 学习
    json-server学习
    react-redux
    webpack4知识汇总2
    webpack4知识汇总1
    vue跳转当前页面
    redux初识
    react知识补漏2
    vue ssr
    状态码
  • 原文地址:https://www.cnblogs.com/wangxiaocvpr/p/5243068.html
Copyright © 2011-2022 走看看