{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# hd-lib\n\n## Description\nHyperdimensionality computing library for machine learning. This package aims to\ncontain everything needed for training HD models with different settings using\nvarious datasets; there are some included in the package.\n\n## Getting started\n### Prerequisites\nIn order to test the code, please make sure you have python 3 installed and the\npython libraries required:\n```bash\npython3 -m pip install xlsxwriter\npython3 -m pip install sklearn\npython3 -m pip install numpy\npython3 -m pip install tqdm\npython3 -m pip install multiprocess\n```\n### Contributing\nIf you plan on contribute to the project and you are confused, please read the\ndocumentation under ./doc. It describes the code layout and\nrelationships between files and directories. It also contains several examples\non how to use the package.\n\n### Testing\nIf you only plan to test the existing code, make sure you have the following\ndirectories created in the project source:\n```bash\nmkdir ./encoded/\nmkdir ./models/\nmkdir ./out/\nmkdir ./out/ssl/\nmkdir ./out/sup/\nmkdir ./out/recovered/\n```\n\nTo run, depending what is the script you want to run, just do:\n```bash\npython3 src/hd-lib/supervised.py path/to/dataset/dataset_name\npython3 src/hd-lib/semi_supervised.py path/to/dataset/\n```\n\n## About\nPackage started by Alejandro Hern\u00e1ndez Cano. If you are interested in expanding\nthe package but are getting stuck trying to figuring out the code,\nplease feel free to email me any question at ale.hdz333@ciencias.unam.mx\n\n## Acknowledgments\n* Yesong Kim for initial code containing encoding, training, etc, several\n other resources and feedback\n* Mohsen Imani for initial code for semi-supervised learning and various\n resources and feedback\n* Tajana Rosing for various resources and feedback\n* All the people at UCSD and other universities that have been working on the\n theory behind this project, those that have ran tests previously and written\n code initially\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/alehd/hd-lib", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyhd", "package_url": "https://pypi.org/project/pyhd/", "platform": "", "project_url": "https://pypi.org/project/pyhd/", "project_urls": { "Homepage": "https://gitlab.com/alehd/hd-lib" }, "release_url": "https://pypi.org/project/pyhd/0.1/", "requires_dist": [ "tqdm", "numpy", "sklearn" ], "requires_python": ">=3.6", "summary": "Hyperdimensional computing for machine learning", "version": "0.1" }, "last_serial": 5987765, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d6d466ceb83101bd1bc93d78074e8023", "sha256": "2ff1b57428f7a6568c21b8022c8a27d182236eeb8364030507aa17d1f99854cb" }, "downloads": -1, "filename": "pyhd-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d6d466ceb83101bd1bc93d78074e8023", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 11422, "upload_time": "2019-10-17T05:37:22", "url": "https://files.pythonhosted.org/packages/d8/fe/1080e4f5cb71363b18e465e42bbe1c383693a33d60d1977cac38fdbe4eb4/pyhd-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6d466ceb83101bd1bc93d78074e8023", "sha256": "2ff1b57428f7a6568c21b8022c8a27d182236eeb8364030507aa17d1f99854cb" }, "downloads": -1, "filename": "pyhd-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d6d466ceb83101bd1bc93d78074e8023", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 11422, "upload_time": "2019-10-17T05:37:22", "url": "https://files.pythonhosted.org/packages/d8/fe/1080e4f5cb71363b18e465e42bbe1c383693a33d60d1977cac38fdbe4eb4/pyhd-0.1-py3-none-any.whl" } ] }