Metadata-Version: 1.2
Name: mixturelib
Version: 0.2.0
Summary: mixture lib, python package
Home-page: https://github.com/andriygav/MixtureLib
Author: Andrey Grabovoy
Author-email: grabovoy.av@phystech.edu
License: MIT
Description: ###########
        Mixture Lib
        ###########
        
        |test| |docs| |pypi|
        
        .. |test| image:: 	https://github.com/andriygav/MixtureLib/workflows/test/badge.svg
            :target: https://github.com/andriygav/MixtureLib/tree/master
            :alt: Build status
        
        .. |docs| image:: 	https://github.com/andriygav/MixtureLib/workflows/docs/badge.svg
            :target: https://andriygav.github.io/MixtureLib/
            :alt: Build status
            
        .. |pypi| image:: https://img.shields.io/pypi/v/MixtureLib
            :target: https://pypi.org/project/MixtureLib/
            :alt: PyPI
        
        Basic information
        =================
        
        Implementation code for a mixture of models. The `source code <https://github.com/andriygav/MixtureLib/tree/master/src>`_ for the problem of the mixture of models and the task of the mixture of experts is presented.
        
        All methods were implemented based on ``pytorch`` for simple parallelization by using ``cuda``.
        
        All information about this project can be found in the `documentation <https://andriygav.github.io/MixtureLib/>`_.
        
        Requirements and Installation
        =============================
        A simple instruction of installation using pip is provided near the `source code <https://github.com/andriygav/MixtureLib/tree/master/src>`_.
        
        More information about installation can be found in documentation `installation <https://andriygav.github.io/MixtureLib/installation.html>`_ page.
        
        Example of use
        ==============
        A simple examples of module usage can be found in documentation `example <https://andriygav.github.io/MixtureLib/example.html>`_ page.
        
        
        
Platform: UNKNOWN
Requires-Python: ==3.6.*
