IBFFM is a library for field-aware factorization machine. For the formulation
it solves, please check:
http://www.csie.ntu.edu.tw/~r01922136/slides/ffm.pdf
Table of Contents
=================
- Installation
- Data Format
- Command Line Usage
- Examples
- Library Usage
-OpenMP
- Building Windows Binaries
Installation
============
Requirement:
LIBFFM is written in C++. It requires C++11 andOpenMPsupports. IfOpenMPis
not available on your platform, please refer to section `OpenMP.'
- Unix-like systems:
To compile on Unix-like systems, type `make' in the command line.
- OS X:
网友评论