{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "# word-level-rnn\r\nWord Level RNN for text generation using keras.\r\n\r\nThis is a project with a goal to make a Word Level Text generation using keras on Theano Framework.\r\nThe code is based on the sample text generation character level code provided as a sample example at\r\nhttps://github.com/fchollet/keras/blob/master/examples/lstm_text_generation.py\r\n\r\nI tried training it on chapters of The Game of Thrones (individually, because of memory constraints), seems\r\ncoherent, please try and give me feedback.\r\n\r\n#Read This:\r\nSince the code is done at word level instead of character level, it needs more epochs than the character \r\nlevel text generation counter part, as well as much more memory because it has to be trained on thousands\r\nof words, (unlike character level code where it's only trained on 50-100 different characters (assuming \r\nASCII). \r\n\r\nWord level RNN text generation should in theory be more coherent then the Character level text generation\r\nat lesser amount of training.\r\nSuggestions and criticism are welcome to optimising and improve the code. thanks!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "WordLevelRNN", "package_url": "https://pypi.org/project/WordLevelRNN/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/WordLevelRNN/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/WordLevelRNN/1.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.0" }, "last_serial": 2237117, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "97fc7dc98d4eff93f1ec8dd6074697d4", "sha256": "9e0098b9f4c01b44a1182007e51e6806f65b24a354e3fc12475bb77ea059ff83" }, "downloads": -1, "filename": "WordLevelRNN-1.0.win-amd64.exe", "has_sig": false, "md5_digest": "97fc7dc98d4eff93f1ec8dd6074697d4", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 227532, "upload_time": "2016-07-21T18:42:13", "url": "https://files.pythonhosted.org/packages/0f/01/31d8573d46a6b13b84b2935289cef170ef60d4eacc0858a286088dc97db7/WordLevelRNN-1.0.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "620ebd0db3450088f108f7158867322d", "sha256": "755d8eb9b99145a3edf50fa5c02b3ca3c3f5c47e5086ebdebadaab6abf255f5d" }, "downloads": -1, "filename": "WordLevelRNN-1.0.zip", "has_sig": false, "md5_digest": "620ebd0db3450088f108f7158867322d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2745, "upload_time": "2016-07-21T18:42:04", "url": "https://files.pythonhosted.org/packages/7c/8b/6778ab7a159ef4f1611b49b1df03e4cf93801764b4d4314e272ddf61c7c9/WordLevelRNN-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97fc7dc98d4eff93f1ec8dd6074697d4", "sha256": "9e0098b9f4c01b44a1182007e51e6806f65b24a354e3fc12475bb77ea059ff83" }, "downloads": -1, "filename": "WordLevelRNN-1.0.win-amd64.exe", "has_sig": false, "md5_digest": "97fc7dc98d4eff93f1ec8dd6074697d4", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 227532, "upload_time": "2016-07-21T18:42:13", "url": "https://files.pythonhosted.org/packages/0f/01/31d8573d46a6b13b84b2935289cef170ef60d4eacc0858a286088dc97db7/WordLevelRNN-1.0.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "620ebd0db3450088f108f7158867322d", "sha256": "755d8eb9b99145a3edf50fa5c02b3ca3c3f5c47e5086ebdebadaab6abf255f5d" }, "downloads": -1, "filename": "WordLevelRNN-1.0.zip", "has_sig": false, "md5_digest": "620ebd0db3450088f108f7158867322d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2745, "upload_time": "2016-07-21T18:42:04", "url": "https://files.pythonhosted.org/packages/7c/8b/6778ab7a159ef4f1611b49b1df03e4cf93801764b4d4314e272ddf61c7c9/WordLevelRNN-1.0.zip" } ] }