NeuralNet
Neural Network Framework
A Swift implementation of a fully connected, feed-forward artificial neural network for deep learning and machine learning applications.
An artificial neural network written in Swift
211 stars
21 watching
41 forks
Language: Swift
last commit: almost 6 years ago deep-learningmachine-learningneural-networkswift
Related projects:
Repository | Description | Stars |
---|---|---|
lennet/neuralnetwork | Provides a learning environment to explore neural network concepts using Swift | 58 |
alejandro-isaza/braincore | An iOS and OS X neural network framework using Metal and Swift for building and executing neural networks | 380 |
taolei87/rcnn | An implementation of neural network components and optimization methods for text analysis, including rationales for neural predictions. | 355 |
modern-fortran/neural-fortran | A parallel framework for building neural networks in Fortran | 406 |
antoniodeluca/dn2a | A toolkit for building and training dynamic neural networks | 463 |
ivan-vasilev/neuralnetworks | A Java implementation of deep learning algorithms and neural networks with GPU acceleration | 1,233 |
guanghan/darknet | An implementation of a neural network framework for computer vision tasks, supporting both CPU and GPU computation. | 243 |
vlall/swift-brain | A collection of algorithms and data structures for artificial intelligence and machine learning in Swift | 335 |
idsia/brainstorm | A neural network framework designed to make working with neural networks fast and flexible. | 1,303 |
xmartlabs/bender | An abstraction layer for building and running neural networks on iOS using MetalPerformanceShaders and pre-trained models. | 1,795 |
patrikeh/go-deep | A Go implementation of an artificial neural network architecture with support for various activation functions and optimization algorithms. | 537 |
hetelek/neural-network-playground | An iOS playground project demonstrating neural network concepts and computer vision using pure Swift code. | 381 |
hshindo/merlin.jl | A Julia-based framework for building and training neural networks | 144 |
swift-ai/swift-ai | A high-performance deep learning library written in Swift for Apple platforms. | 6,029 |
somnibyte/mlkit | A framework for implementing machine learning algorithms in Swift to make it easier for developers to incorporate ML into their projects. | 152 |