gonet
Neural network library
A Go module implementing a multi-layer Neural Network for machine learning tasks
Neural Network for Go.
82 stars
4 watching
9 forks
Language: Go
last commit: over 4 years ago
Linked from 2 awesome lists
deep-learninggomachine-learningneural-network
Related projects:
Repository | Description | Stars |
---|---|---|
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
schuyler/neural-go | A multilayer perceptron network implementation with backpropagation training | 69 |
vksnk/go-fann | Provides an interface to FANN's neural network functionality in Go | 116 |
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 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
fxsjy/gonn | An implementation of Neural Networks in Go Language | 361 |
daviddengcn/go-pr | A Go package for building pattern recognition applications | 66 |
james-bowman/nlp | This project provides a set of algorithms and implementations for natural language processing in Go. | 450 |
therfoo/therfoo | An embedded deep learning library for Go. | 18 |
songtianyi/go-mxnet-predictor | A Go library providing a direct interface to MXNet's C API for deep learning inference | 55 |
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 |
unagiootoro/ruby-dnn | A Ruby-based deep learning library for building and training neural networks | 46 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
gorkemalgan/deep_learning_with_noisy_labels_literature | A collection of papers and repos on deep learning with noisy labels. | 235 |