Skip to content

An efficient, easy-to-use C# Neural Network library.

License

Notifications You must be signed in to change notification settings

nikolaimerritt/NeuralNet

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages