
Also known as source coding, bit-rate reduction, compression
使用比原始表示更少的位來編碼信息的過程
Data compression is a process that encodes information using fewer bits than needed in its original form, making files smaller. This matters because smaller files take up less storage space and travel faster over the internet, saving time and resources.
AI-generated from the Wikipedia summary — may contain errors.
在计算机科学和信息论中,数据压缩或者源编码是按照特定的编码机制用比未经编码少的数据位元(或者其它信息相关的单位)表示信息的过程。例如,如果我们将「compression」编码为「comp」那么这篇文章可以用较少的数据位元表示。常見的例子是ZIP文件格式,此格式不仅仅提供压缩功能,还可作为归档工具(Archiver),能够将许多文件存储到同一个文件中。 我們可利用資料的一致性(可用信息熵,entropy來表示),規則性,與可預測性去實現資料壓縮。人類最先發展的壓縮技術實為自然語言,一般來說,若可以用比較精簡的自然語言來描述一樣事物,那麼也就越能夠對這樣事物做壓縮。資料越一致,亦代表其統計特性越集中。以影像壓縮為例,其集中代表有傅立葉變換的時域及頻域,直方圖,特徵值。
Abstract from DBpedia / Wikipedia · CC BY-SA
via PubMed
via Wikidata sitelinks · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).