Info
Version: | 1.2.1 |
Author(s): | Faisal Waris |
Last Update: | Monday, April 12, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fwaris/CATNeuro |
NuGet Url: | https://www.nuget.org/packages/CATNeuro |
Install
Install-Package CATNeuro
dotnet add package CATNeuro
paket add CATNeuro
CATNeuro Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FSharp.Collections.ParallelSeq(>= 1.1.4)
- FSharp.Core(>= 5.0.0)
- FsPickler(>= 5.3.2)
- MathNet.Numerics.FSharp(>= 4.15.0)
- FSharp.Collections.ParallelSeq(>= 1.1.4)
- FSharp.Core(>= 5.0.0)
- FsPickler(>= 5.3.2)
- MathNet.Numerics.FSharp(>= 4.15.0)
Two types of evolutionary drivers are included: a) Cultural Algorithms and b) NEAT's basic elitist approach. See project site for details.
CATNeuro requires a translator / evaluator to translate abstract neural network models into concrete models for a particular deep learning toolkit. The project site provides an example of a translator for the CNTK toolkit at this time.