Info
Version: | 1.1.5 |
Author(s): | Damir Dobric |
Last Update: | Saturday, August 10, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ddobric/neocortexapi |
NuGet Url: | https://www.nuget.org/packages/NeoCortexApi |
Install
Install-Package NeoCortexApi
dotnet add package NeoCortexApi
paket add NeoCortexApi
NeoCortexApi Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
Tags
It includes the Spatial Pooler, Temporal Memory, various encoders and Cortical Network algorithms. Implementation of this library aligns to existing Python and JAVA implementation of HTM.
Due to similarities between JAVA and C#, current API of SpatialPooler in C# is very similar to JAVA API. Note, future versions will include some API changes, which more align to the c# coding convence.