معرفی شرکت ها


MXFusion-0.3.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Modular Probabilistic Programming on MXNet
ویژگی مقدار
سیستم عامل OS Independent
نام فایل MXFusion-0.3.1
نام MXFusion
نسخه کتابخانه 0.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Eric Meissner
ایمیل نویسنده meissner.eric.7@gmail.com
آدرس صفحه اصلی https://github.com/amzn/MXFusion
آدرس اینترنتی https://pypi.org/project/MXFusion/
مجوز Apache License 2.0
# MXFusion [![Build Status](https://travis-ci.org/amzn/MXFusion.svg?branch=master)](https://travis-ci.org/amzn/MXFusion) | [![codecov](https://codecov.io/gh/amzn/MXFusion/branch/master/graph/badge.svg)](https://codecov.io/gh/amzn/MXFusion) | [![pypi](https://img.shields.io/pypi/v/mxfusion.svg?style=flat)](https://pypi.org/project/mxfusion/) | [![Documentation Status](https://readthedocs.org/projects/mxfusion/badge/?version=master)](https://mxfusion.readthedocs.io/en/master/?badge=master) | [![GitHub license](https://img.shields.io/github/license/amzn/mxfusion.svg)](https://github.com/amzn/mxfusion/blob/master/LICENSE) ![MXFusion](docs/images/logo/blender-small.png) [Tutorials](https://mxfusion.readthedocs.io/en/master/tutorials.html) | [Documentation](https://mxfusion.readthedocs.io/en/master/index.html) | [Contribution Guide](CONTRIBUTING.md) MXFusion is a modular deep probabilistic programming library. With MXFusion Modules you can use state-of-the-art inference techniques for specialized probabilistic models without needing to implement those techniques yourself. MXFusion helps you rapidly build and test new methods at scale, by focusing on the modularity of probabilistic models and their integration with modern deep learning techniques. MXFusion uses [MXNet](https://github.com/apache/incubator-mxnet) as its computational platform to bring the power of distributed, heterogenous computation to probabilistic modeling. ## Installation ### Dependencies / Prerequisites MXFusion's primary dependencies are MXNet >= 1.3 and Networkx >= 2.1. See [requirements](requirements/requirements.txt). ### Supported Architectures / Versions MXFusion is tested on Python 3.4+ on MacOS and Linux. ### Installation of MXNet There are multiple PyPi packages of MXNet. A straight-forward installation with only CPU support can be done by: ``` pip install mxnet ``` For an installation with GPU or MKL, detailed instructions can be found on [MXNet site](https://mxnet.apache.org/install/). ### pip If you just want to use MXFusion and not modify the source, you can install through pip: ``` pip install mxfusion ``` ### From source To install MXFusion from source, after cloning the repository run the following from the top-level directory: ``` pip install . ``` ## Where to go from here? [Tutorials](https://mxfusion.readthedocs.io/en/master/tutorials.html) [Documentation](https://mxfusion.readthedocs.io/en/master/index.html) [Contributions](CONTRIBUTING.md) ## Community We welcome your contributions and questions and are working to build a responsive community around MXFusion. Feel free to file an Github issue if you find a bug or want to request a new feature. ## Contributing Have a look at our [contributing guide](CONTRIBUTING.md), thanks for the interest! Points of contact for MXFusion are: * Eric Meissner (@meissnereric) * Zhenwen Dai (@zhenwendai) ## License MXFusion is licensed under Apache 2.0. See [LICENSE](LICENSE).


نحوه نصب


نصب پکیج whl MXFusion-0.3.1:

    pip install MXFusion-0.3.1.whl


نصب پکیج tar.gz MXFusion-0.3.1:

    pip install MXFusion-0.3.1.tar.gz