Skip to content

Instantly share code, notes, and snippets.

View mfagerlund's full-sized avatar

Mattias Fagerlund mfagerlund

View GitHub Profile
@mfagerlund
mfagerlund / FactorizationMachineTests.cs
Last active December 13, 2017 19:11
C# Logistic regression + Factorization machines + SGD
using System;
using System.Globalization;
using System.Linq;
using NUnit.Framework;
namespace Boltzman.Tests.FactorizationMachines
{
[TestFixture]
public class FactorizationMachineTests
{