{ "info": { "author": "SiCNN Author", "author_email": "lincolnauster@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Simple Neural Net Module\n\nInstall requirement:\n\npip install numpy\n\nInstall module:\n\npip install SiNN or download module.py from GitHub.\n\n# Quick-Start Guide\nImport SiNN: import SiNN\n\nInitialize the neural net:\nneuralnet = SiNN.NeuralNetwork(3) # 3 is the number of inputs\n\nCreate a variable with training set inputs:\n\nins = array([[1a, 1b, 1c], [2a, 2b, 2c], [3a, 3b, 3c]])\n\nSet the expected outcomes (training set outs):\n\nouts = array([[1,1,0]]).T # don't worry about the .T\n\nTrain with neuralnet.train(ins, outs, iters), where iters is the amount of training cycles. A number around 1000 is normally good for simple uses.\n\nThen, see if it works with neuralnet.think([a,b,c]).\n\nPresent it with a new situation with neuralnet.think(newsit)\n\nNote: use python 3 with this.\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://github.com/pithonmath/neuralnet", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "SiNN", "package_url": "https://pypi.org/project/SiNN/", "platform": "", "project_url": "https://pypi.org/project/SiNN/", "project_urls": { "Homepage": "https://github.com/pithonmath/neuralnet" }, "release_url": "https://pypi.org/project/SiNN/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple way to make neural nets: Machine learning without linear algebra", "version": "0.0.3" }, "last_serial": 4013119, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "639ae7a4d20a80756df1682cefbe639b", "sha256": "0aba63d6270801290d7f527ecc661d836ed0af5d59651a37f8f649c29888c621" }, "downloads": -1, "filename": "SiNN-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "639ae7a4d20a80756df1682cefbe639b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3643, "upload_time": "2018-06-28T22:28:33", "url": "https://files.pythonhosted.org/packages/59/aa/f9892f197f9cee58ea90f5bf79779dce65c5df05a6533d2c3a8eb9cb4f6e/SiNN-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6899a315c25498ae7d88079f84cfbb0a", "sha256": "40f355a6ed5f7753717fb4bd3aa6763d5da6e2c0a3e918ecf474df2ca963059e" }, "downloads": -1, "filename": "SiNN-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6899a315c25498ae7d88079f84cfbb0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2474, "upload_time": "2018-06-28T22:28:34", "url": "https://files.pythonhosted.org/packages/8f/06/b6ff9deed112bcbe1686c46a467b4d84be8daf4ad52440f32fc17e57b0d4/SiNN-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "639ae7a4d20a80756df1682cefbe639b", "sha256": "0aba63d6270801290d7f527ecc661d836ed0af5d59651a37f8f649c29888c621" }, "downloads": -1, "filename": "SiNN-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "639ae7a4d20a80756df1682cefbe639b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3643, "upload_time": "2018-06-28T22:28:33", "url": "https://files.pythonhosted.org/packages/59/aa/f9892f197f9cee58ea90f5bf79779dce65c5df05a6533d2c3a8eb9cb4f6e/SiNN-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6899a315c25498ae7d88079f84cfbb0a", "sha256": "40f355a6ed5f7753717fb4bd3aa6763d5da6e2c0a3e918ecf474df2ca963059e" }, "downloads": -1, "filename": "SiNN-0.0.3.tar.gz", "has_sig": false, "md5_digest": "6899a315c25498ae7d88079f84cfbb0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2474, "upload_time": "2018-06-28T22:28:34", "url": "https://files.pythonhosted.org/packages/8f/06/b6ff9deed112bcbe1686c46a467b4d84be8daf4ad52440f32fc17e57b0d4/SiNN-0.0.3.tar.gz" } ] }