LibTopoART.Compatibility
0.4.1
dotnet add package LibTopoART.Compatibility --version 0.4.1
NuGet\Install-Package LibTopoART.Compatibility -Version 0.4.1
<PackageReference Include="LibTopoART.Compatibility" Version="0.4.1" />
paket add LibTopoART.Compatibility --version 0.4.1
#r "nuget: LibTopoART.Compatibility, 0.4.1"
// Install LibTopoART.Compatibility as a Cake Addin #addin nuget:?package=LibTopoART.Compatibility&version=0.4.1 // Install LibTopoART.Compatibility as a Cake Tool #tool nuget:?package=LibTopoART.Compatibility&version=0.4.1
LibTopoART
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 comprises 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
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. LibTopoART.Compatibility is used by the package TopoART Neural Networks available from MATLAB File Exchange.
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 (>= 8.0.100)
- LibTopoART (= 0.97.1)
-
.NETStandard 2.1
- FSharp.Core (>= 8.0.100)
- 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.4.1 contains the class TopoART_i64d which may wrap TopoART, TopoART-C, TopoART-R, Hypersphere TopoART, and Hypersphere TopoART-C neural networks 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. In addition, methods for training multiple input samples with a single call have been added to class TopoART_i64d. Furthermore, several methods have been renamed for clarity.