zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
502 stars 189 forks source link

try out Math.NET Numerics DenseMatrix classes #60

Open zenogantner opened 13 years ago

zenogantner commented 13 years ago

... and see whether they perform better than our home-grown ones.

If so, use them and get rid of our own.

zenogantner commented 12 years ago

In particular, it would be interesting to see whether vectorization of the code leads to improvements.