NumPyANN
Neural network library
An implementation of artificial neural networks using NumPy
Implementation of Artificial Neural Networks using NumPy
98 stars
12 watching
52 forks
Language: Python
last commit: over 1 year ago annartificial-neural-networksdeep-learningdensefully-connected-networkhidden-layersmachine-learningnumpypygadpythonpython3
Related projects:
Repository | Description | Stars |
---|---|---|
ahmedfgad/numpycnn | An implementation of a convolutional neural network (CNN) using NumPy for basic classification tasks. | 570 |
ahmedfgad/neuralgenetic | Tools and techniques for training neural networks using genetic algorithms | 240 |
ahmedfgad/cnngenetic | Trains convolutional neural networks using the genetic algorithm | 22 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
ahmedfgad/geneticalgorithmpython | A Python library implementing a genetic algorithm for optimization of machine learning models | 1,884 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
mikecmpbll/rann | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
ck090/ocaml-nn | A monadic implementation of a fully-connected neural network in OCaml with customizable hyperparameters | 5 |
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 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
sinkingsugar/nimtorch | A Nim frontend for PyTorch, generating native ATen code for machine learning and artificial neural networks | 462 |
attractivechaos/kann | A lightweight C library for constructing and training small to medium neural networks with customizable architecture | 686 |
irfansharif/cerebrum | An implementation of Artificial Neural Networks in Ruby, allowing developers to experiment and train neural networks using the language. | 36 |