FLearn 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FLearn --version 1.1.1
NuGet\Install-Package FLearn -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FLearn" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FLearn --version 1.1.1
#r "nuget: FLearn, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FLearn as a Cake Addin
#addin nuget:?package=FLearn&version=1.1.1

// Install FLearn as a Cake Tool
#tool nuget:?package=FLearn&version=1.1.1

FLearn

Definition:

  1. To learn through failure. I flearnt how to ski by sliding face first down a mountain.
  2. A machine learning library written in F# for F#. Woah, FLearn flearnt that pattern really quickly!

Built on top of the Math.Net Numerics linear algebra library, FLearn offers an extensible, efficient and interactive take on machine learning. Utilizing tools from online convex optimization, FLearn provides a framework for quickly specifying and optimizing various predictive models. Straight out of the box you can:

  1. Construct powerful predictive models, with statistical and worst case guarantees, via the minimization of convex loss functions.
  2. Utilize powerful feature maps such as those provided by random Fourier features and the Nystrom method.
  3. Make predictions and estimate their error! Think error bars and Gaussian processes.
  4. Efficiently Cross-validate different models via bandit algorithms.
  5. Learn from noisily labeled data via the method of unbiased estimators and corruption corrected loss functions.
  6. Extend the framework, adding new loss functions and feature maps as you see fit!

EXAMPLES INCOMING.......

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2 117 9/24/2023
2.1.1 110 9/23/2023
2.1.0 97 9/23/2023
2.0.3.4 108 9/21/2023
2.0.3.3 116 9/20/2023
2.0.3.2 107 9/20/2023
2.0.3.1 113 9/16/2023
2.0.3 99 9/16/2023
2.0.2 59 9/16/2023
2.0.1 111 9/2/2023
2.0.0 334 9/5/2021
1.2.1 757 11/9/2018
1.2.0 855 8/18/2018
1.1.3 934 2/23/2018
1.1.2 900 1/17/2018
1.1.1 991 12/29/2017
1.1.0 954 12/10/2017