.. mcfly documentation master file, created by sphinx-quickstart on Wed Oct 5 10:42:14 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to mcfly's documentation! ================================= The goal of mcfly is to ease using deep learning technology for time series classification. The advantages of deep learning algorithms is that it can handle raw data directly with no need to compute signal features, it does not require a expert domain knowledge about the data, and it has been shown to be competitive with conventional machine learning techniques. As an example, you can apply mcfly on, accelerometer data for activity classification, as shown in the mcfly `tutorial `_. Contents: .. toctree:: :maxdepth: 2 installation user_manual technical_doc preprocessing .. automodule:: mcfly :members: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`