gonn
Neural Network library
An implementation of Neural Networks in Go Language
GoNN is an implementation of Neural Network in Go Language, which includes BPNN, RBF, PCN
361 stars
35 watching
53 forks
Language: Go
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
vksnk/go-fann | Provides an interface to FANN's neural network functionality in Go | 116 |
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
dathoangnd/gonet | A Go module implementing a multi-layer Neural Network for machine learning tasks | 82 |
schuyler/neural-go | A multilayer perceptron network implementation with backpropagation training | 69 |
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 |
patrikeh/go-deep | A Go implementation of an artificial neural network architecture with support for various activation functions and optimization algorithms. | 536 |
tensorflow/gnn | Builds Graph Neural Networks on the TensorFlow platform using heterogeneous graphs and various machine learning techniques. | 1,362 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
je-dbl/gnn-recsys | A framework for building and training Graph Neural Networks for recommendation systems | 277 |
irfansharif/cerebrum | An implementation of Artificial Neural Networks in Ruby, allowing developers to experiment and train neural networks using the language. | 36 |
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 |