neural-network-cairo
Neural Network Implementation
An implementation of a neural network from scratch using Cairo 1.0 for MNIST predictions
Neural Network implementation from scratch for MNIST using Cairo 1.0
10 stars
2 watching
1 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
cairo-langmachine-learningstarknet
Related projects:
Repository | Description | Stars |
---|---|---|
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 411 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
ahmedfgad/neuralgenetic | Trains artificial neural networks using the genetic algorithm | 241 |
lijianfei06/mnasnet-caffe | An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework. | 52 |
brunjlar/neural | A Haskell-based framework for flexible neural networks and similar parameterized models with automatic differentiation and modular training algorithms. | 124 |
irfansharif/cerebrum | An implementation of Artificial Neural Networks in Ruby, allowing developers to experiment and train neural networks using the language. | 36 |
ahmedfgad/cnngenetic | Trains CNNs using a genetic algorithm for classification problems where one class per sample is allowed. | 22 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 383 |
molcik/python-neuron | A Python library for implementing and training various neural network architectures | 40 |
saschagrunert/nn | A small neural network implementation of the backpropagation algorithm in Haskell | 127 |
jonsafari/nmt-list | A comprehensive catalog of various neural machine translation implementations using different deep learning frameworks. | 359 |
neuralegion/shainet | A neural network implementation using object-oriented modeling and inspired by biological systems | 184 |
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 |