go-fann
Neural net lib
Provides an interface to FANN's neural network functionality in Go
Go bindings for FANN, library for artificial neural networks
116 stars
9 watching
21 forks
Language: Go
last commit: almost 10 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
fxsjy/gonn | An implementation of Neural Networks in Go Language | 361 |
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
dathoangnd/gonet | A Go module implementing a multi-layer Neural Network for machine learning tasks | 82 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
oramasearch/onnx-go | A Go package that allows developers to import pre-trained neural network models without being tied to a framework or library. | 715 |
neuralegion/crystal-fann | A Crystal binding for the Fast Artificial Neural Network library (FANN) to provide a simple interface for creating and training neural networks. | 85 |
patrikeh/go-deep | A Go implementation of an artificial neural network architecture with support for various activation functions and optimization algorithms. | 536 |
nikepan/govkbot | A Go library for creating bots for the VK.com messaging platform | 50 |
rlidwka/node-fann | Bindings for a neural network library in C++ to be used with Node.js | 185 |
schuyler/neural-go | A multilayer perceptron network implementation with backpropagation training | 69 |
tangledpath/ruby-fann | A Ruby library that provides an interface to the FANN neural network library. | 497 |
gosnmp/gosnmp | An SNMP client library written in Go. | 1,138 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |