Multi-label Classification algorithm technical details Notes _ Natural Language processing

Source: Internet
Author: User
One: Multi-label classification algorithm threshold function (Threshold calibration)

The threshold function here is: For each label's predictive value, when it reaches how much is determined to exist for this label, less than how much is judged as the word label does not exist.
There are mainly two kinds of threshold functions: constant threshold function and threshold function based on training set. 1. Constant threshold function

The common choice is 0 or 0.5. For example, 0.5 is judged to exist when a given label predicts a value greater than it, whereas it does not exist. 2. Threshold function based on training set two: Multi-label Classification evaluation Index

Third: Optimization of tanh activation function

Its original formula is: (MATH.EXP (x)-Math.exp (-X))/(Math.exp (x) + math.exp (-X))
To improve operational efficiency: conversion to 2.0/(1.0 + math.exp ( -2.0 * inputvalue))-1.0
They make an equivalence transformation.

。。。 Not completed

Reference documents

[1] Zhang M L, Zhou Z H. A Review on Multi-label Learning algorithms[j]. IEEE Transactions on Knowledge & Data Engineering, 2014, 26 (8): 1819-1837.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.