5 Commits
Author SHA1 Message Date
Richard Churchman e2a108589d Upgrade to .Net 9 including documentation references. 2025-02-07 14:19:35 +02:00
richard-churchman 4040ffae4c Updated to build under .Net 8. Made changes to deprecate obsolete method use and anything else required to eliminate warnings in the build (almost all in the Accord.net code). The biggest achievement is the total deprecation of BinarySerializer as it is no longer available and breaking. Upgraded AutoMapper to compatible version and corrected breaking change in the exclusion of "Item" on list mapping. Updated documentation to replace reference to .Net 6 with .Net 8. Some casual changes to the README.md to make the support offer more inline with how commercial support is provided (i.e. time and material). 2024-02-11 11:59:29 +01:00
richard-churchman 782763a285 Removal of use of obsolete libraries in Accord.net projects. 2024-01-13 13:25:56 +01:00
richard-churchman 3337cd2ce0 Included <GenerateAssemblyInfo>false</GenerateAssemblyInfo> in all Accord.Net library projects to avoid build inconsistency or conflict with Jube project. 2024-01-13 11:15:16 +01:00
richard-churchman 43a180028d Extensive modifications to the serialisation of Neural Network models to support Newtonsoft Json.net rather than Binary Serializer.
Included open-source Accord.net library code natively to the solution given the deprecated state of that project.  Accord.net will be supported inside Jube for own needs (such as upgrading to .Net 7+).

Accord.net libraries modified to compile to .Net 6.

Modified Accord.net libraries to better support Newtonsoft Json.net serialisation.

Included annotations in the Accord.net libraries to house important dependency statistics. Serialised json can be used independently of Jube to recall a Neural Network.

Removal of Binary Serializer totally as a precursor to the projects support of .Net 7+.

Extensive bug fixing in crucial functions of Neural Network training and recall.  While this part of the system remains in Alpha, it is substantially more fit for purpose.
2023-12-24 10:22:22 +01:00