Free Energy Minimization


Keywords
inference, statistics, machine, learning
License
MIT
Install
pip install fem==0.0.99

Documentation

Free Energy Minimization

Quick Start

Interactive notebook

Launch an interactive Jupyter notebook using Binder to run and edit the examples in the documentation:

Installation

  • To install fem on your computer using pip, execute

    pip install fem

    Dependencies:

    • Fortran compiler such as gfortran
    • LAPACK development files
    • OpenMP development files (for parallel computing support)
  • Load fem in your Python script:

    import fem

Links

Online documentation:
http://nihcompmed.github.io/fem
Source code repository:
https://github.com/nihcompmed/fem
Python package index:
https://pypi.python.org/pypi/fem