BackpropNeuralNet.jl
Neural net library
A Julia implementation of a neural network architecture with backpropagation support
A neural network in Julia
47 stars
2 watching
13 forks
Language: Julia
last commit: over 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
juliatext/textmodels.jl | Provides practical neural network-based models for natural language processing in Julia. | 29 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
ybillchen/bp-neural-network-matlab | An implementation of a basic backpropagation neural network using MATLAB | 92 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
japonophile/synaptic | A Clojure-based library for building and training neural networks | 88 |
pluskid/mocha.jl | A deep learning framework for Julia inspired by Caffe, providing an efficient and modular way to train neural networks. | 1,287 |
juliatext/wordnet.jl | A Julia package providing an interface to Princeton's WordNet lexical database | 34 |
hshindo/merlin.jl | A Julia-based framework for building and training neural networks | 144 |
juliareinforcementlearning/reinforcementlearninganintroduction.jl | Provides Julia code to generate figures and examples for an introductory reinforcement learning book | 310 |
juliageo/proj.jl | A Julia wrapper around the PROJ cartographic projections library | 48 |