go-deep
Neural net framework
A Go implementation of an artificial neural network architecture with support for various activation functions and optimization algorithms.
Artificial Neural Network
536 stars
21 watching
65 forks
Language: Go
last commit: 4 months ago
Linked from 2 awesome lists
backpropagationclassificationdeep-learninggolangneural-networkregression
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
fxsjy/gonn | An implementation of Neural Networks in Go Language | 361 |
surenderthakran/gomind | A lightweight neural network library in Go | 84 |
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 |
ivpusic/neo | A Go web framework designed to simplify the development of modern web applications. | 420 |
guanghan/darknet | An implementation of a neural network framework for computer vision tasks, supporting both CPU and GPU computation. | 243 |
goml/gobrain | A Go library implementing neural networks with basic training and prediction capabilities | 559 |
therfoo/therfoo | An embedded deep learning library for Go. | 18 |
aregm/nff-go | A cloud-native framework for building scalable network functions in Go, abstracting away low-level networking details. | 1,385 |
hshindo/merlin.jl | A Julia-based framework for building and training neural networks | 144 |
swift-ai/neuralnet | A Swift implementation of a fully connected, feed-forward artificial neural network for deep learning and machine learning applications. | 211 |
songtianyi/go-mxnet-predictor | A Go library providing a direct interface to MXNet's C API for deep learning inference | 55 |