Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 922 Bytes

File metadata and controls

12 lines (7 loc) · 922 Bytes

NeuralNet

NeuralNetis a .NET Machine-Learning library, designed for efficiency and customisation. Easy-to-use library factories are provided to get your project started quickly. For the experts, there are a wide variety of customisation options, including support for easy custom implementation of advanced mathematical features.

The library is built on the Vector<double> and Matrix<double> types in Math.NET Numerics.

Read the official documentation here!

Installation instructions

Get started quickly in an IDE that supports NuGet package by adding a reference to the NeuralNet NuGet package. This package can be found on NuGet Gallery here