gobrain
Neural network library
A Go library implementing neural networks with basic training and prediction capabilities
Neural Networks written in go
559 stars
24 watching
60 forks
Language: Go
last commit: almost 4 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
fxsjy/gonn | An implementation of Neural Networks in Go Language | 361 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
vksnk/go-fann | Provides an interface to FANN's neural network functionality in Go | 116 |
dathoangnd/gonet | A Go module implementing a multi-layer Neural Network for machine learning tasks | 82 |
aunum/goro | A high-level machine learning library built on Gorgonia for Go that aims to provide an easy-to-use interface for building and training neural networks. | 372 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
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 |
alonsovidales/go_ml | Provides a collection of machine learning algorithms and implementations for data analysis in Go | 203 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
mikecmpbll/rann | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
gomlx/gomlx | An accelerated machine learning framework built on top of just-in-time compilation and automatic differentiation for the Go programming language. | 342 |
gosnmp/gosnmp | An SNMP client library written in Go. | 1,138 |
schuyler/neural-go | A multilayer perceptron network implementation with backpropagation training | 69 |
siddontang/go-log | A Golang logging library with support for multiple handlers and log levels | 35 |