From charlesreid1

Revision as of 18:35, 5 May 2017 by Admin (talk | contribs) (Created page with "=Basics= Fuel is a library for creating machine learning data pipelines. There are multiple features that make it really convenient. Find fuel on Github here: https://github...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Basics

Fuel is a library for creating machine learning data pipelines. There are multiple features that make it really convenient.

Find fuel on Github here: https://github.com/mila-udem/fuel

Prerequisites

Fuel uses HDF5, so you will need a copy of HDF5 header files installed locally. Use your package manager, or follow HDF5 installation instructions. On a Mac:

$ brew install hdf5

Now you can install Fuel.

Install

$ git clone git@github.com:/mila-udem/fuel.git
$ cd fuel
$ python setup.py build && python setup.py install