{ "info": { "author": "Lukas Lopatovsky", "author_email": "lopatovsky@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: Public Domain", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries" ], "description": "Intro\r\n=====\r\n\r\nHMMs is the **Hidden Markov Models library** for *Python*. It is easy to\r\nuse, **general purpose** library, implementing all the important\r\nsubmethods, needed for the training, examining and experimenting with\r\nthe data models.\r\n\r\nThe effectivness of the computationally expensive parts is powered by\r\n*Cython*.\r\n\r\nYou can build two models:\r\n\r\n- **Discrete-time Hidden Markov Model**\r\n \r\n Usually just reffered as the Hidden Markov Model.\r\n\r\n- **Continuous-time Hidden Markov Model**\r\n\r\n The variant of the Hidden Markov Model, where the state transition can occure in the continuous time, and that allows random distribution of the observation times.\r\n\r\nBefore starting to work, it is recommended to go trough **tutorial with\r\nexamples**, `the ipython\r\nnotebook `__,\r\ncovering most of the main usecases.\r\n\r\nFor **deeper understanding** of the topic you can see the corresponding\r\n`diploma thesis `__. Or read the\r\nmain referenced articles:\r\n`Dt-HMM `__,\r\n`Ct-HMM `__\r\n.\r\n\r\n- Sources of the project:\r\n `Pypi `__,\r\n `Github `__.\r\n\r\nRequirements\r\n------------\r\n\r\n- python 3.5\r\n- libraries: Cython, ipython, matplotlib, notebook, numpy, pandas,\r\n scipy,\r\n- libraries for testing environment: pytest\r\n\r\nDownload & Install\r\n------------------\r\n\r\nAfter installing Numpy and Cython, you can install the package directly\r\nfrom pypi.\r\n\r\n::\r\n\r\n (env)$ python -m pip install numpy cython\r\n (env)$ python -m pip install hmms", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lopatovsky/CT-HMM", "keywords": "Hidden Markov Model,Continuous-time Hidden Markov Model,HMM,CT-HMM,DT-HMM", "license": "Public Domain", "maintainer": "", "maintainer_email": "", "name": "hmms", "package_url": "https://pypi.org/project/hmms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hmms/", "project_urls": { "Homepage": "https://github.com/lopatovsky/CT-HMM" }, "release_url": "https://pypi.org/project/hmms/0.1/", "requires_dist": null, "requires_python": "", "summary": "Discrete-time and continuous-time hidden Markov model library able to handle hundreds of hidden states", "version": "0.1" }, "last_serial": 2881464, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0d586c8d120355328e5a96ba4da9c950", "sha256": "59af703af0b9908e0d1f04b5fa0bac5d28276100f00a80c0cc54e26dd454b081" }, "downloads": -1, "filename": "hmms-0.1.tar.gz", "has_sig": false, "md5_digest": "0d586c8d120355328e5a96ba4da9c950", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 412207, "upload_time": "2017-05-17T19:27:16", "url": "https://files.pythonhosted.org/packages/e9/e4/c070c44ec8a391f6d5501316d1ed7615058f1fd365ff4ed65c9636d0bf62/hmms-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d586c8d120355328e5a96ba4da9c950", "sha256": "59af703af0b9908e0d1f04b5fa0bac5d28276100f00a80c0cc54e26dd454b081" }, "downloads": -1, "filename": "hmms-0.1.tar.gz", "has_sig": false, "md5_digest": "0d586c8d120355328e5a96ba4da9c950", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 412207, "upload_time": "2017-05-17T19:27:16", "url": "https://files.pythonhosted.org/packages/e9/e4/c070c44ec8a391f6d5501316d1ed7615058f1fd365ff4ed65c9636d0bf62/hmms-0.1.tar.gz" } ] }