Giter Club home page Giter Club logo

voip-classifier's Introduction

VoIP-classifier

Simple kNN classifier for VoIP and RTC Metrics

kNN stands for k-Nearest-Neighbours, which is a Supervised machine learning algorithm used for classification, determining the class of a data point based on the maximum number of neighbors the data point has belonging to the same class.


MOS Classifier

MOS stands for Mean Opinion Score, a commonly used measure for audio and video VoIP quality evaluation. This example only accounts for network performance related parameters negatively affecting the score.

Dataset Warning

In this example, a fictional Data set is provided for trainig ml.js KNN module using various combinations of Packet Loss, Jitter and Round-Trip-Tip measurements and their resulting MOS rank in class 1-4. This dataset is oversimplified, purely illustrative for educational purposes and does not necessarily represent actual conditions.

Examples

Optimal Values

prompt: Lost%/10:  0.0 (0%0
prompt: Jitter/100:  0.5 (50ms)
prompt: RTT/100:  1.0 (100ms)
prompt: CodecType:  0 (PCMU)
With 0,0.5,1,0 -- type =  MOS4

High Packet Loss (50%)

prompt: Lost%/10:  0.5 (50%)
prompt: Jitter/100:  1.0 (100ms)
prompt: RTT/100:  1.0 (100ms)
prompt: CodecType:  0 (PCMU)
With 0.5,1,1,0 -- type =  MOS1

Credits

This mere adaption is heavily based on the awesome Machine Learning with JavaScript tutorial by Abhishek Soni

voip-classifier's People

Contributors

lmangani avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

voip-classifier's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.