Skip to main content

A machine learning toolbox for communications engineering

Project description

Machine Learning and Optimization for Communications (MOKka)

(german: Maschinelles Lernen und Optimierung für Kommunikationssysteme)

This Python package is intended to provide signal and information processing blocks in popular machine learning frameworks. Most of the functionality currently is provided for the PyTorch machine learning framework. Some parts are already implemented to interface with the Sionna Python package.

Prerequisites

This package works best if it is installed in a Python virtualenvironment, either provided by python -m venv or conda. To leverage GPU for training with PyTorch and/or latest features of the PyTorch nightly version follow https://pytorch.org/get-started/locally/ to install PyTorch from the PyTorch repositories and avoid installing the PyPI provided general-purpose version of PyTorch.

Installation

To install mokka with functionality to work with PyTorch clone this repository and install (in a virtual environment):

pip install '.[torch]'

Several more optional dependencies are provided to support Sionna (and tensorflow) [tf] or for formatting and more development tools [dev]. The popular machine learning reporting and experiment tracking tool weights & biases can be installed with [remotelog]. For all possible optional dependencies enabled e.g.:

pip install '.[torch,tf,dev,remotelog]'

Usage

This package provides a range of modules, covering a range of functions within a communication system. To access functionality within a specific module first import mokka and then access of modules is possible, e.g. mokka.mapping.torch provides constellation mappers and demappers implemented with and compatible to the PyTorch framework.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mokka-1.0.1.tar.gz (41.3 kB view hashes)

Uploaded Source

Built Distribution

mokka-1.0.1-py3-none-any.whl (41.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page