MLNeuralNetwork
Neural net
A Smalltalk implementation of a multi-layer neural network
Multi-layer neural network implemented in Pharo
7 stars
5 watching
1 forks
Language: Smalltalk
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
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 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
jczic/micromlp | A lightweight implementation of a multilayer perceptron neural network for use in embedded systems and microcontrollers | 183 |
codeplea/genann | A minimal C library for training and using feedforward artificial neural networks | 2,010 |
mmlab-cu/polynet | An implementation of a pursuit of structural diversity in very deep neural networks | 82 |
tyill/sunnet | A lightweight C++ deep learning library for building and training neural networks. | 61 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |
codingtrain/machine-learning | A collection of resources and examples around machine learning for education and development | 955 |
stackoverflowmatlabchat/neuralnetplayground | A MATLAB implementation of a neural network interface for regression and classification tasks | 70 |
michaelklachko/pnn.pytorch | A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. | 57 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
ybillchen/bp-neural-network-matlab | An implementation of a basic backpropagation neural network using MATLAB | 92 |
mhlee0903/multi_channels_pinn | Investigating neural networks for drug discovery using multiple chemical descriptors. | 3 |