BP-Neural-Network-Matlab
Neural net
An implementation of a basic backpropagation neural network using MATLAB
BP Neural Network in Matlab.
92 stars
4 watching
33 forks
Language: MATLAB
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gbuesing/neural-net-ruby | A Ruby implementation of a neural network using the Rprop training algorithm. | 127 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
compressed/backpropneuralnet.jl | A Julia implementation of a neural network architecture with backpropagation support | 47 |
pengsun/matlabcnn | A Matlab implementation of a 2D Convolutional Neural Network for educational purposes | 47 |
stackoverflowmatlabchat/neuralnetplayground | A MATLAB implementation of a neural network interface for regression and classification tasks | 70 |
alexbrillant/multi-layer-perceptron | An implementation of a multi-layer neural network in Python, allowing users to train and use the network for classification tasks. | 5 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
jbarrow/lambdanet | An artificial neural network library for rapid prototyping and extension in Haskell. | 377 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 123 |
bamos/densenet.pytorch | An implementation of a deep neural network architecture in PyTorch | 832 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
matlab-deep-learning/abnormal-eeg-signal-classification-using-cnns | Develops and trains a deep neural network to classify EEG signals as normal or abnormal | 48 |
jackros1022/matlab-neural-network-43-case-studies-code | This repository provides a collection of neural network implementations in MATLAB, covering 43 different case studies. | 65 |