-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathREADME.txt
More file actions
32 lines (25 loc) · 1.08 KB
/
Copy pathREADME.txt
File metadata and controls
32 lines (25 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Eblearn Project
--------------------------------------------------------------------------------
For detailed installation, please refer to doc/install.shtml.
** Quick install **
1. Install additional external libraries you need (most of them are optional)
as described in doc/install.shtml.
2. Go to either 'core' or 'tools' directory to build the project,
depending on what libraries you are interested in:
* core:
* libidx: tensor library
* libeblearn: learning library
* tools:
* libidxgui: GUI library for libidx
* libeblearngui: GUI library for libeblearn
* libeblearntools: Data compilation and other tools
* dscompiler: dataset compiler
* dssplit: dataset split
* dsmerge: datasets merge
* demos
3. Compile the project. Under unix/mac, one can call 'make' in either
core or tools directory. Calling 'make' in 'tools' directory will make
the libraries in 'core'.
4. To test if the library works properly, call 'make test' from 'tools'
directory (run ./configure before to set your MNIST path and test
learning functionalities).