Skip to content

Instantly share code, notes, and snippets.

View netanelrabinowitz's full-sized avatar
✌️

Netanel Rabinowitz netanelrabinowitz

✌️
View GitHub Profile
import ammonite.ops._
import mill._
import mill.util.Ctx
import mill.modules.Jvm
trait FlywayModule extends JavaModule {
def flywayMigrationPaths: T[Seq[PathRef]] = T { resources() }
def flywayUser: T[String]
def flywayPassword: T[String]
def flywayJdbcUrl: T[String]
@netanelrabinowitz
netanelrabinowitz / tf_NFM.py
Created November 22, 2018 20:01 — forked from nzc/tf_NFM.py
nffm模型的tf版实现
"""
Created on Dec 10, 2017
@author: jachin,Nie
A tf implementation of NFM
Reference:
[1] Neural Factorization Machines for Sparse Predictive Analytics
Xiangnan He,School of Computing,National University of Singapore,Singapore 117417,dcshex@nus.edu.sg
Tat-Seng Chua,School of Computing,National University of Singapore,Singapore 117417,dcscts@nus.edu.sg