-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
LibDEEP can be easily installed in Unix-based systems by just following these steps:
-
Install GNU Scientific Library (GSL) at http://www.gnu.org/software/gsl.
-
Install LibOPF Library at https://github.com/jppbsi/LibOPF. Type
cd LibOPF
, and then typemake
to build it. -
Now, simply
git clone
this project. The system will create a directory named LibDEEP. Typecd LibDEEP
, and then typemake
to build it. -
For each technique that will be used, type
cd LibDEEP/examples
, choose your technique folder and inside it type anothermake technique_name
in order to compile it. For example, if you wish to use RBM, enter examples/RBM and typemake RBM
.
However, you may find installation issues under OS X. If you have any problem, please let us know. It is advised to use GNU/gcc compiler, instead the one available from Xcode. Here there is a nice tutorial to install GNU/gcc on OS X systems.