Skip to content

Releases: roberino/linqinfer

Dotnet 6.0

12 Jan 13:06
Compare
Choose a tag to compare
  • Update to use new 6.0 SDK
  • Add support for 6.0 & netstandard 2.1
  • Remove support for older frameworks

Asynchronous processing & Word Vector Extraction

20 Apr 08:28
Compare
Choose a tag to compare

New features

NuGet: https://www.nuget.org/packages/LinqInfer/4.1.0

  • Support for asynchronous processing of data streams
  • Text data sources and vector extraction methods

Major refactor and asynchronous processing model

24 Feb 11:13
0723408
Compare
Choose a tag to compare
  • Major refactor of core interfaces
  • Addition of asynchronous processing pipeline model
  • Text orientated extraction and processing methods

Kohonen feature reduction

04 Jul 17:23
Compare
Choose a tag to compare

New features

  • Feature reduction using Kohonen self organizing map
  • HTTP document services - text mining and graph representations of corpuses (a work in progress)

Graphs and topological export functions

13 Jun 21:04
Compare
Choose a tag to compare

New features

  • Graph classes
  • Ability to export a network topology as graph
  • Fixes / improvements to SOM algorithm

New serialization mechanism

09 May 22:17
Compare
Choose a tag to compare
Pre-release

NuGet - https://www.nuget.org/packages/LinqInfer/3.7.0-beta

New Features

  • Better serialization of feature transformations and classifiers

v3.6.2

08 May 17:41
Compare
Choose a tag to compare

.NET Standard

18 Jan 22:29
Compare
Choose a tag to compare
.NET Standard Pre-release
Pre-release

Nuget - https://www.nuget.org/packages/LinqInfer/3.6.0-beta

New features

Bug fixes

  • Minor tokeniser bug fixes

Algorithm optimiser and vector extraction tweaks

16 Jan 22:24
Compare
Choose a tag to compare

NuGet - https://www.nuget.org/packages/LinqInfer/3.5.4

  • Algorithm optimiser v1 - for helping find optimal parameters
  • Text vector extraction tweaks

XML exporting

21 Dec 22:52
Compare
Choose a tag to compare

New features

  • Methods for exporting text index data

Bug fixes

  • HTTP header parser fix
  • Matrix multiplication fix for row X column matrices