Trusta Labs docs
  • TrustGo
    • Why Does Web3 Need MEDIA Score?
    • What is MEDIA Score?
    • MEDIA Indicator System
    • MEDIA Scoring Methodology
    • An Example of MEDIA Score
  • TrustScan
    • How to Apply for TrustScan API?
    • Introduction to Sybil Score and MEDIA Score
    • Sybil Score API
      • Usage of TrustScan's Sybil Score
    • MEDIA Score API
    • Q&A for Sybil Score
  • About
Powered by GitBook
On this page
  • Computational Logic
  • Sigmoid Transformation
  1. TrustGo

MEDIA Scoring Methodology

PreviousMEDIA Indicator SystemNextAn Example of MEDIA Score

Last updated 1 year ago

Computational Logic

The Diagram is an illustration of the bottom-up computational logic of the MEDIA score:

  1. The first step is to transform and normalize the variables using a normalized tunable sigmoid function. This function ensures that the values of the variables are mapped to a standardized range, allowing for consistent comparison and analysis.

  2. For each of the five dimensions (Monetary, Engagement, Diversity, Identity, and Age), a subscore is computed. This is achieved by taking a weighted sum of all the variables within that dimension. Each variable is assigned a weight that reflects its relative importance in determining the overall score for that dimension.

  3. After calculating the sub-scores for each dimension, they are scaled to a range of 0 to 100. This scaling process standardizes the sub-scores, making them easier to interpret and compare across different dimensions.

  4. Finally, the MEDIA score is calculated by taking a weighted sum of all the sub-scores. Each sub-score is multiplied by its respective weight, reflecting its significance in contributing to the overall value assessment.

Sigmoid Transformation

The Sigmoid function, represented by the equation y=11+e−xy = \frac1{1+e^{-x}}y=1+e−x1​ , is a non-linear S-shaped transformation function. As the input values x increase, the output y gradually transitions from 0 to 1. This gradual transition allows the sigmoid function to capture non-linear relationships. In the normalized tunable sigmoid function used in the MEDIA scoring system, there is a parameter that controls the pace or speed at which y transitions from 0 to 1 as x increases. This parameter allows for fine-tuning the behavior of the sigmoid function to match the desired range and sensitivity of the scoring system.