LG.MachineLearning 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LG.MachineLearning --version 1.0.0
NuGet\Install-Package LG.MachineLearning -Version 1.0.0
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="LG.MachineLearning" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LG.MachineLearning --version 1.0.0
#r "nuget: LG.MachineLearning, 1.0.0"
#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 LG.MachineLearning as a Cake Addin
#addin nuget:?package=LG.MachineLearning&version=1.0.0

// Install LG.MachineLearning as a Cake Tool
#tool nuget:?package=LG.MachineLearning&version=1.0.0

MachineLearning

MachineLearning is a .NET library mainly based on Microsoft ML.NET framework but it could be considered a melting pot of various frameworks (TensorFlow, TensorFlow models, PyTorch, Ultralytics YoloV5, etc...).<BR>

Main characteristics

  • It's based on the ML.NET framework.<BR>
  • All code can be written in any .NET standard languages (C#, F#, Basic, etc...) without knowledge or needs of resources as Python or anything other.
  • It can be used with all .NET languages simply including the package on your project.<BR>
  • It has a multitasking structure, providing base classes and which allow background models' train and update while using them for the inference without stopping; all in the same device.<BR>
  • A growing model zoo with simple to use and parametrized classes to solve main machine learning tasks.<BR>
  • It includes obviously all the ML.NET features at low level, but also wrapping some of them with more friendly classes for newbies.
  • An object detection class (ObjectDetection.cs), having both train and inference skills, is provided to bridge the gap of the missing train feature task of the .NET projects, which nowadays is accomplished mainly in Python.

Getting started with MachineLearning

Simply include the package (or the reference to the project if you include it in your solution) to used the library.<BR> Include extra packages and runtimes if you need to use more advanced features.<BR>

Packages for advanced feature tasks:

Packages

LG.MachineLearning: the machine learning library.<BR>

License

ML.NET is licensed under the MIT license and it is free to use commercially.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
1.0.5 337 9/1/2021
1.0.4 341 8/25/2021
1.0.3 326 8/25/2021
1.0.2 374 8/22/2021
1.0.1 321 8/15/2021
1.0.0 338 8/11/2021