{ "info": { "author": "Universite de Montreal", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Utilities" ], "description": ".. image:: https://img.shields.io/coveralls/mila-udem/fuel.svg\n :target: https://coveralls.io/r/mila-udem/fuel\n\n.. image:: https://travis-ci.org/mila-udem/fuel.svg?branch=master\n :target: https://travis-ci.org/mila-udem/fuel\n\n.. image:: https://readthedocs.org/projects/fuel/badge/?version=latest\n :target: https://fuel.readthedocs.org/\n\n.. image:: https://img.shields.io/scrutinizer/g/mila-udem/fuel.svg\n :target: https://scrutinizer-ci.com/g/mila-udem/fuel/\n\n.. image:: https://requires.io/github/mila-udem/fuel/requirements.svg?branch=master\n :target: https://requires.io/github/mila-udem/fuel/requirements/?branch=master\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :target: https://github.com/mila-udem/fuel/blob/master/LICENSE\n\nFuel\n====\n\nFuel provides your machine learning models with the data they need to learn.\n\n* Interfaces to common datasets such as MNIST, CIFAR-10 (image datasets), Google's One Billion Words (text), and many more\n* The ability to iterate over your data in a variety of ways, such as in minibatches with shuffled/sequential examples\n* A pipeline of preprocessors that allow you to edit your data on-the-fly, for example by adding noise, extracting n-grams from sentences, extracting patches from images, etc.\n* Ensure that the entire pipeline is serializable with pickle; this is a requirement for being able to checkpoint and resume long-running experiments. For this, we rely heavily on the picklable_itertools_ library.\n\nFuel is developed primarily for use by Blocks_, a Theano toolkit that helps you train neural networks.\n\nIf you have questions, don't hesitate to write to the `mailing list`_.\n\nCiting Fuel\n If you use Blocks or Fuel in your work, we'd really appreciate it if you could cite the following paper:\n \n Bart van Merri\u00ebnboer, Dzmitry Bahdanau, Vincent Dumoulin, Dmitriy Serdyuk, David Warde-Farley, Jan Chorowski, and Yoshua Bengio, \"`Blocks and Fuel: Frameworks for deep learning`_,\" *arXiv preprint arXiv:1506.00619 [cs.LG]*, 2015.\n \nDocumentation\n Please see the documentation_ for more information.\n\n\n.. _picklable_itertools: http://github.com/dwf/picklable_itertools\n.. _Blocks: http://github.com/mila-udem/blocks\n.. _mailing list: https://groups.google.com/d/forum/fuel-users\n.. _documentation: http://fuel.readthedocs.org/en/latest/\n.. _Blocks and Fuel\\: Frameworks for deep learning: http://arxiv.org/abs/1506.00619", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mila-udem/fuel/archive/0.2.0tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mila-udem/fuel.git", "keywords": "dataset data iteration pipeline processing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fuel", "package_url": "https://pypi.org/project/fuel/", "platform": "", "project_url": "https://pypi.org/project/fuel/", "project_urls": { "Download": "https://github.com/mila-udem/fuel/archive/0.2.0tar.gz", "Homepage": "https://github.com/mila-udem/fuel.git" }, "release_url": "https://pypi.org/project/fuel/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Data pipeline framework for machine learning", "version": "0.2.0" }, "last_serial": 2379417, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c8a93df2bf3faa0916553045b90dac60", "sha256": "94542b877c41cafafb51349a5ff75941523dba34251e47d2b93d4c69e8dee623" }, "downloads": -1, "filename": "fuel-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c8a93df2bf3faa0916553045b90dac60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161738, "upload_time": "2016-01-02T02:50:04", "url": "https://files.pythonhosted.org/packages/9a/21/a24a4854f4462338ca85266d9737abfc9d6e87d1224f348a2b0783874489/fuel-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "48bf3267009f7a4285c101485321b87d", "sha256": "2a4121b614219288c80e1688e0a35c11060fb999dde4218f65412c621a8a5f65" }, "downloads": -1, "filename": "fuel-0.2.0.tar.gz", "has_sig": false, "md5_digest": "48bf3267009f7a4285c101485321b87d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184328, "upload_time": "2016-10-04T12:11:10", "url": "https://files.pythonhosted.org/packages/16/c2/b5fb651c90e908f79769b7dd3643982b6a9b1bac9449b8ab16f72612d4f5/fuel-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48bf3267009f7a4285c101485321b87d", "sha256": "2a4121b614219288c80e1688e0a35c11060fb999dde4218f65412c621a8a5f65" }, "downloads": -1, "filename": "fuel-0.2.0.tar.gz", "has_sig": false, "md5_digest": "48bf3267009f7a4285c101485321b87d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184328, "upload_time": "2016-10-04T12:11:10", "url": "https://files.pythonhosted.org/packages/16/c2/b5fb651c90e908f79769b7dd3643982b6a9b1bac9449b8ab16f72612d4f5/fuel-0.2.0.tar.gz" } ] }