Top

noxer module

Sub-modules

noxer.base

A set of abstract classes defining interfaces.

noxer.nn

This script contains a number of interfaces and implementations for Supervised learning with PyTorch.

noxer.pipelines

A set of helper classes for better pipelining of data preprocessing for machine learning and beyond.

noxer.preprocessing

Feature preprocessing of data, such as expanding categorical features to numerical ones.

noxer.rnn

Learning with networks that can process sequential data.

noxer.sequences

Sequence preprocessing functionality. Extends sklearn transformers to sequences.

noxer.shape_manipulation

Functionality useful for experiments with novel learning algorithms for neural networks, such as novel optimization algorithms.