fglib2


Namefglib2 JSON
Version 1.1.5 PyPI version JSON
download
home_page
SummaryFactor Graphs for probabilistic reasoning
upload_time2024-01-02 12:21:19
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords probabilistic graphical models factor graphs belief propagation sum product probabilistic machine learning probability theory variables reasoning under uncertainty
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to the fglib2 package!

Factor Graphs are a powerful tool for probabilistic machine learning. Unfortunately, there are no modern libraries 
implementing them. This package improves the original fglib package by adding a richer documentation and a more 
refined implementation.

Install the package via

``
    pip install fglib2
``

Read the docs [here](https://fglib2.readthedocs.io/en/latest/).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fglib2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "probabilistic graphical models,factor graphs,belief propagation,sum product,probabilistic machine learning,probability theory,variables,reasoning under uncertainty",
    "author": "",
    "author_email": "Tom Schierenbeck <tom_sch@uni-bremen.de>, Abdelrhman Bassiouny <abassiou@uni-bremen.de>, Alessandro Santonicola <ale_san@uni-bremen.de>",
    "download_url": "https://files.pythonhosted.org/packages/ad/6f/351235ca8fb27f1ac100df2a74ef0e23b2391f756164c731bdd64f0eb744/fglib2-1.1.5.tar.gz",
    "platform": null,
    "description": "# Welcome to the fglib2 package!\n\nFactor Graphs are a powerful tool for probabilistic machine learning. Unfortunately, there are no modern libraries \nimplementing them. This package improves the original fglib package by adding a richer documentation and a more \nrefined implementation.\n\nInstall the package via\n\n``\n    pip install fglib2\n``\n\nRead the docs [here](https://fglib2.readthedocs.io/en/latest/).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Factor Graphs for probabilistic reasoning",
    "version": "1.1.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/tomsch420/fglib2/issues",
        "Source": "https://github.com/tomsch420/fglib2"
    },
    "split_keywords": [
        "probabilistic graphical models",
        "factor graphs",
        "belief propagation",
        "sum product",
        "probabilistic machine learning",
        "probability theory",
        "variables",
        "reasoning under uncertainty"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83fda0ae8d50d3c99847309bb8ce6cfab82a52d5e91a0e1934ed01d3ebb77b93",
                "md5": "3482acf32360fa461d4bd771f3c61243",
                "sha256": "624fee73ee4369a8f936fd36012293e4a57370fcf8d00745591529a9ec9e6c52"
            },
            "downloads": -1,
            "filename": "fglib2-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3482acf32360fa461d4bd771f3c61243",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8852,
            "upload_time": "2024-01-02T12:21:18",
            "upload_time_iso_8601": "2024-01-02T12:21:18.600009Z",
            "url": "https://files.pythonhosted.org/packages/83/fd/a0ae8d50d3c99847309bb8ce6cfab82a52d5e91a0e1934ed01d3ebb77b93/fglib2-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad6f351235ca8fb27f1ac100df2a74ef0e23b2391f756164c731bdd64f0eb744",
                "md5": "e3979b9e32478ad2dd3804594fed8751",
                "sha256": "15bd6c01428bcd3e857a40f41ed683e766d12ff58e9df3509f7dda54e3ac0433"
            },
            "downloads": -1,
            "filename": "fglib2-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e3979b9e32478ad2dd3804594fed8751",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 66686,
            "upload_time": "2024-01-02T12:21:19",
            "upload_time_iso_8601": "2024-01-02T12:21:19.571271Z",
            "url": "https://files.pythonhosted.org/packages/ad/6f/351235ca8fb27f1ac100df2a74ef0e23b2391f756164c731bdd64f0eb744/fglib2-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 12:21:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tomsch420",
    "github_project": "fglib2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "fglib2"
}
        
Elapsed time: 0.15923s