About 330,000 results
Open links in new tab
  1. Quantization (signal processing) - Wikipedia

    In mathematics and digital signal processing, quantization is the process of mapping input values from a large set (often a continuous set) to output values in a (countable) smaller set, often …

  2. What Is Quantization? | How It Works & Applications

    Quantization is the process of mapping continuous infinite values to a smaller set of discrete finite values. In the context of simulation and embedded computing, it is about approximating real …

  3. Quantization in Deep Learning - GeeksforGeeks

    Jul 23, 2025 · What is Quantization in Deep Learning? Quantization in deep learning refers to the process of approximating a model's parameters (weights and activations) using lower …

  4. Quantization - Hugging Face

    Quantization Quantization is a technique to reduce the computational and memory costs of running inference by representing the weights and activations with low-precision data types …

  5. What is quantization in machine learning? - Cloudflare

    What is quantization in machine learning? Quantization is a technique for lightening the load of executing machine learning and artificial intelligence (AI) models. It aims to reduce the …

  6. Understanding Quantization in AI: A Deep Dive - collabnix.com

    Sep 16, 2025 · Conclusion Quantization represents a fundamental technique in the practical deployment of AI models, offering substantial improvements in efficiency while maintaining …

  7. What Is Quantization? Optimizing Data Compression - Coursera

    Oct 16, 2025 · Quantization converts high-precision data into lower-precision data by compressing it to reduce data loss. By optimizing quantization, you can reduce your model's …

  8. Quantization in Keras

    Oct 9, 2025 · Quantization reduces the number of bits used to represent the model's weights and (optionally) activations, which: Shrinks model size and VRAM/RAM footprint. Increases …

  9. What is a Quantization? - byteplus.com

    Quantization is a process of converting a continuous set of values (like all the possible real - number values) into a discrete set. In simple terms, it's like taking a wide range of possibilities …

  10. Quantization in Machine Learning: 5 Reasons Why It Matters …

    Apr 17, 2025 · Quantization might sound like a topic reserved for hardware engineers or AI researchers in lab coats. But in reality, it sits at the intersection of performance and practicality …