numl icon indicating copy to clipboard operation
numl copied to clipboard

Machine Learning for .NET

Results 14 numl issues
Sort by recently updated
recently updated
newest added

I'm trying to do a really basic linear regression (Z = 2 * X + 1) prediction using NuML. Given the data is so linear I can't understand why the...

I've been playing with K-Means the last few days and found some clusters with some data I'm interested in, which is great! I'd love to be able to rank the...

Replaced some Count() != 0 with !Any() so it doesn't goes to troughs the whole collection

Hi folks, Great work here! I've recently run into a null-reference exception on [this line](https://github.com/sethjuarez/numl/blob/master/Src/numl/Supervised/Model.cs#L79) due to not providing a proper Descriptor. I realize that is clear when reading the...

Add the ability to solve any problem using genetic algorithms, should be extensible to allow defining of custom problems and solving heuristics. Properties would include population growth rate, cross over...

feature
3 - working

I've install numl from NuGet and there is no Reccomendation class in it.

documentation

Hi Seth, Had an idea to do a REALLY simple attempt to learn a function that I would have ordinarily implemented as a switch statement, just for the mind-bending. :-)...

Any label that implements the IEnumerable will throw exceptions saying that it needs to have the EnumerableFeature attribute, when I need a Label, not a Feature.

feature
3 - working

I am totally new to machine learning. I am trying to figure out where to dive in. My job is to be able to categorize images. Specifically patent labels. I...

feature

Do you have any documentation, other than the API References? I like you framework but, I must admit, it is hard to use it without any documentation. Thanks in advance!

documentation