{ "info": { "author": "Ravindra Marella", "author_email": "mv.ravindra007@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Recurrent Neural Networks using TensorFlow.\n\n\n## Installation\n\n```sh\npip install rnn\n```\n\nIt is recommended to use a [virtual environment].\n\n\n## Getting Started\n\n```py\nfrom rnn import LSTM\n\nmodel = LSTM(units=128, projections=300)\noutputs = model(inputs)\n```\n\n### Sequence Generation\n\n```py\nfrom rnn import Generator\n\nsequence = Generator(model)\nsample = sequence(seed, length)\n```\n\n\n## License\n\n[MIT][license]\n\n\n[license]: /LICENSE\n[virtual environment]: https://docs.python.org/3/library/venv.html", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://marella.github.io/rnn/", "keywords": "rnn tensorflow neural networks deep learning machine learning artificial intelligence ml ai", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rnn", "package_url": "https://pypi.org/project/rnn/", "platform": "", "project_url": "https://pypi.org/project/rnn/", "project_urls": { "Homepage": "https://marella.github.io/rnn/" }, "release_url": "https://pypi.org/project/rnn/0.0.0/", "requires_dist": null, "requires_python": "", "summary": "Recurrent Neural Networks using TensorFlow.", "version": "0.0.0" }, "last_serial": 3810832, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "82d737ab105fb4f1ebbab4f703f1c4cc", "sha256": "70b86b12a5fbcdcc3b259c4d8c9b3fd6553716ce8016e6601f0f8a087e7b8938" }, "downloads": -1, "filename": "rnn-0.0.0.tar.gz", "has_sig": false, "md5_digest": "82d737ab105fb4f1ebbab4f703f1c4cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2453, "upload_time": "2018-04-26T15:56:25", "url": "https://files.pythonhosted.org/packages/c0/c3/8479729ed0af7da637df37c6c402965ae73c44969e593d1ac900dcd889bc/rnn-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "82d737ab105fb4f1ebbab4f703f1c4cc", "sha256": "70b86b12a5fbcdcc3b259c4d8c9b3fd6553716ce8016e6601f0f8a087e7b8938" }, "downloads": -1, "filename": "rnn-0.0.0.tar.gz", "has_sig": false, "md5_digest": "82d737ab105fb4f1ebbab4f703f1c4cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2453, "upload_time": "2018-04-26T15:56:25", "url": "https://files.pythonhosted.org/packages/c0/c3/8479729ed0af7da637df37c6c402965ae73c44969e593d1ac900dcd889bc/rnn-0.0.0.tar.gz" } ] }