LibTopoART.Compatibility
0.1.0
See the version list below for details.
dotnet add package LibTopoART.Compatibility --version 0.1.0
NuGet\Install-Package LibTopoART.Compatibility -Version 0.1.0
<PackageReference Include="LibTopoART.Compatibility" Version="0.1.0" />
paket add LibTopoART.Compatibility --version 0.1.0
#r "nuget: LibTopoART.Compatibility, 0.1.0"
// Install LibTopoART.Compatibility as a Cake Addin #addin nuget:?package=LibTopoART.Compatibility&version=0.1.0 // Install LibTopoART.Compatibility as a Cake Tool #tool nuget:?package=LibTopoART.Compatibility&version=0.1.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).
LibTopoART.Compatibility contains wrappers for 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.
Product | Versions 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. |
-
.NETFramework 4.7.2
- FSharp.Core (>= 6.0.0)
- LibTopoART (>= 0.97.0)
-
.NETStandard 2.1
- FSharp.Core (>= 6.0.0)
- LibTopoART (>= 0.97.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.1.0 has been adapted to LibTopoART 0.97. It contains the class TopoART_i64d which may wrap instances of the classes TopoART, Fast_TopoART, Hypersphere_TopoART, TopoART_R, or Fast_TopoART_R provided by LibTopoART. Its methods are designed in such a way that the data type int64 (aka long) is used as the main integer type and the data type double is used as the main floating point type.