Found 405 packages
Provides learning algorithms and models for neural net regression and classification.
A .Net implementation of an artificial neural network
Catalyst is a Natural Language Processing library built from scratch for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models. You can install language-specific models with the model packages Catalyst.Models.[Language], like: Catalyst.Models.English.
Genetic algorithm for evolving neural networks
Package Description
.NET Bindings for Torch. Requires reference to one of libtorch-cpu, libtorch-cuda-12.8, libtorch-cuda-12.8-win-x64 or libtorch-cuda-12.8-linux-x64 version 2.10.0.0 to execute.
The AForge.Neuro library contains classes for artificial neural network computation - feed forwards networks with error back propagation learning and Kohonen self organizing maps. Full list of features is available on the project's web site.
The simplest neural network library written in .NET Standard 2.0
Contains neural learning algorithms such as Levenberg-Marquardt, Parallel Resilient Backpropagation, initialization procedures such as Nguyen-Widrow and other neural network related methods. This package is part of the Accord.NET Framework.
A TensorFlow-inspired neural network library built from scratch in C# 7.3 for .NET Standard 2.0, with GPU support through cuDNN and native memory management
Implementation of neural network structure.
This package contains the default English models for Catalyst. Catalyst is a Natural Language Processing library built from scratch for speed. Inspired by spaCy's design, it brings pre-trained models, out-of-the box support for training word and document embeddings, and flexible entity recognition models.
Easy neural network visualizer winform .Net usercontrol
Highly extendable neural network framework. Allows you to customly define number of features (inputs), how many hidden layers exist and how many nodes exist on each layer, as well as how many output neurons there are.
TorchSharp makes PyTorch available for .NET users. libtorch-cpu-linux-x64 contains components of the PyTorch LibTorch library version 2.10.0 redistributed as a NuGet package with added support for TorchSharp.
Package Description
Encog is an advanced machine learning framework that supports a variety of advanced algorithms, as well as support classes to normalize and process data. Machine learning algorithms such as Support Vector Machines, Artificial Neural Networks, Genetic Programming, Bayesian Networks, Hidden Markov Models and Genetic Algorithms are supported. Most Encog training algoritms are multi-threaded and scale well to multicore hardware. Encog can also make use of a GPU to further speed processing time. A GUI based workbench is also provided to help model and train machine learning algorithms. Encog has been in active development since 2008.
Main contract (interfaces) for package NeuralNetwork.Structure. Used by packages NeuralNetwork.Structure (implementations) and NeuralNetwork.Learning
A library for quick implementation of neural networks
Library for creating and using basic neural networks.