LibTopoART 0.93.0

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

// Install LibTopoART as a Cake Tool
#tool nuget:?package=LibTopoART&version=0.93.0

LibTopoART provides implementations of several neural networks based on the TopoART architecture. This architecture has been developed as a unified machine learning approach tackling frequent problems arising in cognitive robotics and advanced machine learning, such as online-learning, lifelong learning from data streams, as well as incremental learning and prediction from non-stationary data, noisy data, imbalanced data, and incomplete data.

Besides the TopoART neural network itself, LibTopoART contains implementations of Episodic TopoART (episodic clustering of data streams), Hypersphere TopoART (clustering and topology-learning), TopoART-AM (associative memory), TopoART-C and Hypersphere TopoART-C (classification), and TopoART-R (regression).

The reference manual, samples, and visualisation tools can be downloaded from www.LibTopoART.eu.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LibTopoART:

Package Downloads
LibTopoART.Compatibility

LibTopoART.Compatibility provides a simplified access to the neural networks of LibTopoART using common data types. In particular, the data type decimal is substituted by more widely supported types such as double.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.97.1 189 12/30/2023
0.97.0 1,758 1/4/2023
0.96.0 2,340 5/28/2022
0.95.0 411 9/25/2021
0.94.0 3,168 11/14/2020
0.93.0 461 4/10/2020
0.91.0 539 12/22/2019
0.90.1 482 10/5/2019

Version 0.93.0 contains extended interfaces enabling direct access to byte arrays as well as bug fixes. Furthermore, it supports (non-)nullable reference types.