{ "info": { "author": "B. Gee", "author_email": "bgee@codeapex.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "votedperceptron\n---------------\n\nAn implementation of the voted perceptron algorithm\ndescribed in the publication below:\n\n::\n\n %0 Journal Article\n %D 1999\n %@ 0885-6125\n %J Machine Learning\n %V 37\n %N 3\n %R 10.1023/A:1007662407062\n %T Large Margin Classification Using the Perceptron Algorithm\n %U http://dx.doi.org/10.1023/A%3A1007662407062\n %I Kluwer Academic Publishers\n %8 1999-12-01\n %A Freund, Yoav\n %A Schapire, RobertE.\n %P 277-296\n %G English\n\n\nInstallation\n~~~~~~~~~~~~\n\nInstall the `current PyPI release `_:\n\n.. code:: bash\n\n pip install votedperceptron\n\nOr install the development version from GitHub:\n\n.. code:: bash\n\n pip install git+https://github.com/bmgee/votedperceptron\n\nUsage\n~~~~~\n\nOn `GitHub `_ see ``examples/mnist_example.py`` for an MNIST digit classification example.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bmgee/votedperceptron", "keywords": "voted perceptron machine learning neural network python", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "votedperceptron", "package_url": "https://pypi.org/project/votedperceptron/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/votedperceptron/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bmgee/votedperceptron" }, "release_url": "https://pypi.org/project/votedperceptron/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "An implementation of the voted-perceptron algorithm.", "version": "1.0.0" }, "last_serial": 2555333, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6a788d85a6bcbbb2b894ac734acfe98c", "sha256": "d2044e0430a58bf1641e68635c006c790d6a9e4874b7ae47ddc1e799b8384293" }, "downloads": -1, "filename": "votedperceptron-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6a788d85a6bcbbb2b894ac734acfe98c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12182, "upload_time": "2017-01-05T09:12:10", "url": "https://files.pythonhosted.org/packages/d2/8f/fbc36c44b6ecc8172d010d42d342bca08084d81dfc594fb1be2598802848/votedperceptron-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16e52557726bb4744c87a99e92b352a0", "sha256": "ba0f6c1c4e830dc1f2667b25cd1af31b2086cd23c6d2123159d5e5209bd03726" }, "downloads": -1, "filename": "votedperceptron-1.0.0.tar.gz", "has_sig": false, "md5_digest": "16e52557726bb4744c87a99e92b352a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13478, "upload_time": "2017-01-05T09:12:12", "url": "https://files.pythonhosted.org/packages/c8/7e/a2782c9688db780015bdca37424a433146655575a3258fb651f8048001c1/votedperceptron-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a788d85a6bcbbb2b894ac734acfe98c", "sha256": "d2044e0430a58bf1641e68635c006c790d6a9e4874b7ae47ddc1e799b8384293" }, "downloads": -1, "filename": "votedperceptron-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6a788d85a6bcbbb2b894ac734acfe98c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12182, "upload_time": "2017-01-05T09:12:10", "url": "https://files.pythonhosted.org/packages/d2/8f/fbc36c44b6ecc8172d010d42d342bca08084d81dfc594fb1be2598802848/votedperceptron-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16e52557726bb4744c87a99e92b352a0", "sha256": "ba0f6c1c4e830dc1f2667b25cd1af31b2086cd23c6d2123159d5e5209bd03726" }, "downloads": -1, "filename": "votedperceptron-1.0.0.tar.gz", "has_sig": false, "md5_digest": "16e52557726bb4744c87a99e92b352a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13478, "upload_time": "2017-01-05T09:12:12", "url": "https://files.pythonhosted.org/packages/c8/7e/a2782c9688db780015bdca37424a433146655575a3258fb651f8048001c1/votedperceptron-1.0.0.tar.gz" } ] }