slang


Nameslang JSON
Version 0.1.12 PyPI version JSON
download
home_pagehttps://github.com/otosense/slang
SummaryA structural approach to signal ML
upload_time2023-10-26 15:48:47
maintainer
docs_urlNone
author
requires_python
licensemit
keywords sound recognition machine learning language audio signal processing natural language processing nlp text mining
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `slang` stands for "Signal LANGuage". It is a framework to build signal ML systems that translate streams of signals to streams of interpretable and, more importantly, actionable information. 

How is it similar and how is it different to other known approaches to this signal ML problem ? We'll try to clarify that here. 
The main idea is in the name: Signal **Language**. That is, the methods used gravitate around mapping the data too language-like data and using language models to solve problems. 

ML can be seen as purposeful information compression. Raw data, or signal, is structured and through a series of transformations (intermediate "feature vectors"), is converted into semantically interpretable, often actionable information. 

What's `slang`'s take on that?

Slang focuses on signals -- or more generally, on (usually, but not necessarily, timestamped) sequential data. 
The layers of transformation in a slang pipeline can be seen as incremental conversions of interval annotations. 
Every layer of annotations add structural and quantitative information, progressing from low level descriptions (e.g. acoustics) to hi level descriptions (e.g. a detection or classification). 

A noteworthy embodiment of this approach is the use of [vector quantization](https://en.wikipedia.org/wiki/Vector_quantization) codec to encode a previous layer's annotations into annotations, called snips, akin to words (or letters, phonemes, tokens) of a natural language. 
Where vector quantization (and most codecs) is aimed a enabling the original data to be decoded on the other side, the goal here is purposeful information compression, or even some general form of [differential privacy](https://en.wikipedia.org/wiki/Differential_privacy). That is, we want to purposefully (1) keep the information that is needed to carry out the objectives of the system and, sometimes (2) not keep some specific types  of information (privacy).

The decoder acts as an _interpreter_ of the snips. It uses a codebook to _translate_ them into a sequence of annotations that are meaningful in the context the decoder is meant for. It's important to note that, unlike classical vector quantization, the codebook is not limited to decoding only one snip at a time into something approximating the original input, but rather _generating annotations based on potential large windows of streaming snips_. 

Lets give an illustrative example of what this "middle langauge" that snips offer does. 
[MIDI](https://www.cs.cmu.edu/~music/cmsip/readings/MIDI%20tutorial%20for%20programmers.html) is a standard for transmitting and storing music, initially made for digital synthesizers. It sends musical notes, timings, and pitch, *not recorded sounds*, allowing the receiver to play music using its sound library. 

MIDI captures only a minimal set of features that focus on the production of music. The decoder side can general the sound that will reproduce something resembling the original music. Being designed primarily around the conventions of western music (12-tone system, rational durations, etc.), it would be less appropriate for non-western music and would be almost incapable at encoding sounds in general.

What `slang` is designed to do is to learn such a signal codec as MIDI for a given target domain. 


You can read more about this in this [Ideas on `slang`](https://github.com/otosense/slang/wiki/Ideas-on-%60slang%60) wiki.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/otosense/slang",
    "name": "slang",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sound recognition,machine learning,language,audio,signal processing,natural language processing,NLP,text mining",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/3f/c5/1812a2f0fbabdbb4988711e2c7f41e9eda0d977ae0e262bd011d3a2f93e6/slang-0.1.12.tar.gz",
    "platform": "any",
    "description": "`slang` stands for \"Signal LANGuage\". It is a framework to build signal ML systems that translate streams of signals to streams of interpretable and, more importantly, actionable information. \n\nHow is it similar and how is it different to other known approaches to this signal ML problem ? We'll try to clarify that here. \nThe main idea is in the name: Signal **Language**. That is, the methods used gravitate around mapping the data too language-like data and using language models to solve problems. \n\nML can be seen as purposeful information compression. Raw data, or signal, is structured and through a series of transformations (intermediate \"feature vectors\"), is converted into semantically interpretable, often actionable information. \n\nWhat's `slang`'s take on that?\n\nSlang focuses on signals -- or more generally, on (usually, but not necessarily, timestamped) sequential data. \nThe layers of transformation in a slang pipeline can be seen as incremental conversions of interval annotations. \nEvery layer of annotations add structural and quantitative information, progressing from low level descriptions (e.g. acoustics) to hi level descriptions (e.g. a detection or classification). \n\nA noteworthy embodiment of this approach is the use of [vector quantization](https://en.wikipedia.org/wiki/Vector_quantization) codec to encode a previous layer's annotations into annotations, called snips, akin to words (or letters, phonemes, tokens) of a natural language. \nWhere vector quantization (and most codecs) is aimed a enabling the original data to be decoded on the other side, the goal here is purposeful information compression, or even some general form of [differential privacy](https://en.wikipedia.org/wiki/Differential_privacy). That is, we want to purposefully (1) keep the information that is needed to carry out the objectives of the system and, sometimes (2) not keep some specific types  of information (privacy).\n\nThe decoder acts as an _interpreter_ of the snips. It uses a codebook to _translate_ them into a sequence of annotations that are meaningful in the context the decoder is meant for. It's important to note that, unlike classical vector quantization, the codebook is not limited to decoding only one snip at a time into something approximating the original input, but rather _generating annotations based on potential large windows of streaming snips_. \n\nLets give an illustrative example of what this \"middle langauge\" that snips offer does. \n[MIDI](https://www.cs.cmu.edu/~music/cmsip/readings/MIDI%20tutorial%20for%20programmers.html) is a standard for transmitting and storing music, initially made for digital synthesizers. It sends musical notes, timings, and pitch, *not recorded sounds*, allowing the receiver to play music using its sound library. \n\nMIDI captures only a minimal set of features that focus on the production of music. The decoder side can general the sound that will reproduce something resembling the original music. Being designed primarily around the conventions of western music (12-tone system, rational durations, etc.), it would be less appropriate for non-western music and would be almost incapable at encoding sounds in general.\n\nWhat `slang` is designed to do is to learn such a signal codec as MIDI for a given target domain. \n\n\nYou can read more about this in this [Ideas on `slang`](https://github.com/otosense/slang/wiki/Ideas-on-%60slang%60) wiki.",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "A structural approach to signal ML",
    "version": "0.1.12",
    "project_urls": {
        "Homepage": "https://github.com/otosense/slang"
    },
    "split_keywords": [
        "sound recognition",
        "machine learning",
        "language",
        "audio",
        "signal processing",
        "natural language processing",
        "nlp",
        "text mining"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fc51812a2f0fbabdbb4988711e2c7f41e9eda0d977ae0e262bd011d3a2f93e6",
                "md5": "32ca330932f82f1e8a929c19e2600325",
                "sha256": "1555fb2c2a595ad1c02298497ecc2ab1ecf1954181e6f01cb1c464d8560d2181"
            },
            "downloads": -1,
            "filename": "slang-0.1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "32ca330932f82f1e8a929c19e2600325",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 58449,
            "upload_time": "2023-10-26T15:48:47",
            "upload_time_iso_8601": "2023-10-26T15:48:47.485573Z",
            "url": "https://files.pythonhosted.org/packages/3f/c5/1812a2f0fbabdbb4988711e2c7f41e9eda0d977ae0e262bd011d3a2f93e6/slang-0.1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-26 15:48:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "otosense",
    "github_project": "slang",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "slang"
}
        
Elapsed time: 0.13097s