Weights Normalizer

Convert a list of numbers into normalized weights that sum to 1.0

Press Enter to normalize the weights

How It Works

  • Input: Enter comma-separated numbers (e.g., "0.6, 0.6" or "10, 10, 10")
  • Output: Each number is divided by the sum of all numbers, giving weights that add up to 1.0
  • Rounding: Results are rounded to 2 decimal places, so the sum may not be exactly 1.0

Example: Input "10, 10, 10" → Output "0.33, 0.33, 0.33"