NeuralNetPlayground
Neural Network App
A MATLAB implementation of a neural network interface for regression and classification tasks
A MATLAB implementation of the TensorFlow Neural Networks Playground seen on http://playground.tensorflow.org/
70 stars
13 watching
32 forks
Language: Matlab
last commit: over 7 years ago
Linked from 1 awesome list
classificationguimatlabneural-networkregression
Related projects:
Repository | Description | Stars |
---|---|---|
lennet/neuralnetwork | Provides a learning environment to explore neural network concepts using Swift | 58 |
ybillchen/bp-neural-network-matlab | An implementation of a basic backpropagation neural network using MATLAB | 92 |
mmlab-cu/polynet | An implementation of a pursuit of structural diversity in very deep neural networks | 82 |
stevenmiller888/mind | A neural network library for building and training neural networks in JavaScript | 1,513 |
mrdimosthenis/synapsescsharp | A C# library for building and training neural networks | 1 |
pengsun/matlabcnn | A Matlab implementation of a 2D Convolutional Neural Network for educational purposes | 47 |
netflix/vectorflow | A lightweight neural network library optimized for sparse data and single machine environments. | 1,292 |
hetelek/neural-network-playground | An iOS playground project demonstrating neural network concepts and computer vision using pure Swift code. | 381 |
nikolaypavlov/mlpneuralnet | A fast neural network library for iOS and Mac OS X with vectorized operations and hardware acceleration. | 900 |
xamber/varis | A Go-based neural network library for building and training artificial neural networks. | 55 |
kalvar/ios-bpn-neuralnetwork | A neural network implementation for machine learning on iOS | 33 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |
eaplatanios/tensorflow_scala | A Scala API for TensorFlow's deep learning functionality | 939 |
matlab-deep-learning/nerf | An implementation of neural radiance fields in MATLAB for 3D reconstruction and rendering | 10 |
matlab-deep-learning/image-classification-in-matlab-using-tensorflow | This project demonstrates how to call a TensorFlow model from MATLAB using co-execution with Python. | 51 |