> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mindgard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ML Output Obfuscation

> Hide technical AI model information.

export const what_0 = "Reduce model information output (confidence values, input size, token limits)."

export const how_0 = "Limits attacker ability to extract information and further attack staging."

export const implement_0 = "Confidence rounding, Gradient Masking."

Reduce the information outputted from a model (confidence values, input size, token limits), reducing the ability for an adversary to extract information and optimize attacks for the model. Such recommendations include confidence rounding, Gradient Masking.

## Explanation

{what_0} 

## How it works

{how_0} 

## How to implement

{implement_0} 
