Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ibayer committed Jan 14, 2016
1 parent 90645c1 commit 6380105
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ If you use this project please give credit by citing:

Immanuel Bayer (2015): fastFM: A Library for Factorization Machines http://arxiv.org/abs/1505.00641

.. image:: https://travis-ci.org/ibayer/fastFM.svg
:target: https://travis-ci.org/ibayer/fastFM


.. image:: https://img.shields.io/badge/platform-OSX|Linux-lightgrey.svg
:target: https://travis-ci.org/ibayer/fastFM

.. image:: https://img.shields.io/pypi/l/Django.svg
:target: https://travis-ci.org/ibayer/fastFM

fastFM: A Library for Factorization Machines
============================================

.. image:: https://travis-ci.org/ibayer/fastFM.svg?branch=master
:target: https://travis-ci.org/ibayer/fastFM


.. image:: https://img.shields.io/badge/platform-OSX|Linux-lightgrey.svg
:target: https://travis-ci.org/ibayer/fastFM

.. image:: https://img.shields.io/pypi/l/Django.svg
:target: https://travis-ci.org/ibayer/fastFM

This repository allows you to use Factorization Machines in **Python** (2.7 & 3.5) with the well known **scikit-learn API**.
All performence critical code as been written in C and wrapped with Cython. fastFM provides
stochastic gradient descent (SGD) and coordinate descent (CD) optimization routines as well as Markov Chain Monte Carlo (MCMC) for Bayesian inference.
Expand Down

0 comments on commit 6380105

Please sign in to comment.