{ "info": { "author": "Can Aykul , Orcun Gumus ", "author_email": "orcungumus@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=====================\nBig Multiplier\n=====================\n.. image:: https://travis-ci.org/somedanalytics/big-multiplier.svg?branch=master\n :target: https://travis-ci.org/somedanalytics/big-multiplier\n\n\nThis repository created for matrix multiplication.\n\nThe purpose is to prevent being out of memory on GPU.\n\nDoing matrix multiplication is a massive calculation for CPU. However generally GPU rams are not enough. Sometimes it is not possible to place the two of the matrix on the GPU ram.\n\nIn this implementation you will find a Theano symbolic multiplication. This function will divide your big matrixes to smaller blocks in order to make possible the calculation on GPU.\n\nJust call the method\n\n``result_sparse_matrix = calculate(sparse_matrix_1, sparse_matrix_2)``\n\nImplementation is using scipy lil and csr sparse matrix.\n\nInstall\n===============\n\n``pip install bigmultiplier``\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/guemues/big-multiplier/archive/1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/somedanalytics/big-multiplier", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bigmultiplier", "package_url": "https://pypi.org/project/bigmultiplier/", "platform": "", "project_url": "https://pypi.org/project/bigmultiplier/", "project_urls": { "Download": "https://github.com/guemues/big-multiplier/archive/1.0.tar.gz", "Homepage": "https://github.com/somedanalytics/big-multiplier" }, "release_url": "https://pypi.org/project/bigmultiplier/1.0.0/", "requires_dist": [ "Theano (==0.9.0)", "appdirs (==1.4.3)", "decorator (==4.0.11)", "networkx (==1.11)", "numpy (==1.12.1)", "packaging (==16.8)", "pyparsing (==2.2.0)", "scipy (==0.19.0)", "six (==1.10.0)" ], "requires_python": "", "summary": "A package for help matrix multiplication", "version": "1.0.0" }, "last_serial": 2827444, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4034dfdd607885e964c02d1c16a6c776", "sha256": "17e6a9bad484949a26e74f81fdda6613a964ade0aec89e9a654ceebd6b491788" }, "downloads": -1, "filename": "bigmultiplier-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4034dfdd607885e964c02d1c16a6c776", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2952, "upload_time": "2017-04-24T20:29:00", "url": "https://files.pythonhosted.org/packages/94/03/877c76e6e6c01c2d532a409cc3b30e8e4127ec47a113b4acb6b38a9917a8/bigmultiplier-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ed9b8687201aac03ccf5096caa2953c", "sha256": "6c0ebcc870bda92c207446094fd1fe59d397dea5d8cd0c5ee28c66ed339c4ad5" }, "downloads": -1, "filename": "bigmultiplier-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2ed9b8687201aac03ccf5096caa2953c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2949, "upload_time": "2017-04-24T20:32:22", "url": "https://files.pythonhosted.org/packages/37/87/28295229380da00f0217f57f0bd493a6ca749f53d03c692d2b8372898511/bigmultiplier-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3fa3eccb4911ac0f3590558bd9e57b4", "sha256": "19edf1da47d23ccf55085d398121ef3fc4b825875cb1064c22a719c59e9670b5" }, "downloads": -1, "filename": "bigmultiplier-0.1.tar.gz", "has_sig": false, "md5_digest": "d3fa3eccb4911ac0f3590558bd9e57b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1200, "upload_time": "2017-04-24T20:29:02", "url": "https://files.pythonhosted.org/packages/4f/29/33393dd8abdcb86386b5e1a11ed5005adc6a5685e7967970e4a13276ef6a/bigmultiplier-0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "f1346ea3f4e494294fe0333ccce3173b", "sha256": "e212ee864265730a01d875876aadc6725a005928f4391c8b17498ba1df0f262d" }, "downloads": -1, "filename": "bigmultiplier-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f1346ea3f4e494294fe0333ccce3173b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2974, "upload_time": "2017-04-24T22:37:38", "url": "https://files.pythonhosted.org/packages/c4/25/ea8565ed4c044a3f23c2559fd0311f3c0413b542abf88a5df2036730b40d/bigmultiplier-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88902ed78b7e8e224e8302f0d2de8242", "sha256": "21cd9d3d67553663a0aed34ff6cab9948dc9052cf605ac8e0a5720a7fd1f6f16" }, "downloads": -1, "filename": "bigmultiplier-1.0.0.tar.gz", "has_sig": false, "md5_digest": "88902ed78b7e8e224e8302f0d2de8242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1597, "upload_time": "2017-04-24T22:37:40", "url": "https://files.pythonhosted.org/packages/26/e0/6a3fb00e68932832abf0f832fd37abc9fca38753f521b0bbf2b08dabfdcd/bigmultiplier-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1346ea3f4e494294fe0333ccce3173b", "sha256": "e212ee864265730a01d875876aadc6725a005928f4391c8b17498ba1df0f262d" }, "downloads": -1, "filename": "bigmultiplier-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f1346ea3f4e494294fe0333ccce3173b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2974, "upload_time": "2017-04-24T22:37:38", "url": "https://files.pythonhosted.org/packages/c4/25/ea8565ed4c044a3f23c2559fd0311f3c0413b542abf88a5df2036730b40d/bigmultiplier-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88902ed78b7e8e224e8302f0d2de8242", "sha256": "21cd9d3d67553663a0aed34ff6cab9948dc9052cf605ac8e0a5720a7fd1f6f16" }, "downloads": -1, "filename": "bigmultiplier-1.0.0.tar.gz", "has_sig": false, "md5_digest": "88902ed78b7e8e224e8302f0d2de8242", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1597, "upload_time": "2017-04-24T22:37:40", "url": "https://files.pythonhosted.org/packages/26/e0/6a3fb00e68932832abf0f832fd37abc9fca38753f521b0bbf2b08dabfdcd/bigmultiplier-1.0.0.tar.gz" } ] }