Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlall/Swift-Brain
Artificial intelligence/machine learning data structures and Swift algorithms for future iOS development. bayes theorem, neural networks, and more AI.
https://github.com/vlall/Swift-Brain
neural-network swift swift-brain
Last synced: 3 months ago
JSON representation
Artificial intelligence/machine learning data structures and Swift algorithms for future iOS development. bayes theorem, neural networks, and more AI.
- Host: GitHub
- URL: https://github.com/vlall/Swift-Brain
- Owner: vlall
- License: mit
- Created: 2014-06-08T02:13:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T01:00:12.000Z (over 7 years ago)
- Last Synced: 2024-04-24T19:01:24.721Z (6 months ago)
- Topics: neural-network, swift, swift-brain
- Language: Swift
- Homepage:
- Size: 77.1 KB
- Stars: 332
- Watchers: 37
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ios - Swift-Brain - Artificial Intelligence/Machine Learning data structures and Swift algorithms for future iOS development. Bayes theorem, Neural Networks, and more AI. (Machine Learning / Other Hardware)
- awesome-machine-learning - Swift Brain - The first neural network / machine learning library written in Swift. This is a project for AI algorithms in Swift for iOS and OS X development. This project includes algorithms focused on Bayes theorem, neural networks, SVMs, Matrices, etc... (Swift / General-Purpose Machine Learning)
- awesome-machine-learning - Swift Brain - The first neural network / machine learning library written in Swift. This is a project for AI algorithms in Swift for iOS and OS X development. This project includes algorithms focused on Bayes theorem, neural networks, SVMs, Matrices, etc... (Swift / General-Purpose Machine Learning)
- awesome-machine-learning - Swift-Brain
- awesome-ios-star - Swift-Brain - Artificial Intelligence/Machine Learning data structures and Swift algorithms for future iOS development. Bayes theorem, Neural Networks, and more AI. (Machine Learning / Other Hardware)
- awesome-machine-learning - Swift Brain - The first neural network / machine learning library written in Swift. This is a project for AI algorithms in Swift for iOS and OS X development. This project includes algorithms focused on Bayes theorem, neural networks, SVMs, Matrices, etc... (Swift / General-Purpose Machine Learning)
- awesome-machine-learning - Swift Brain - The first neural network / machine learning library written in Swift. This is a project for AI algorithms in Swift for iOS and OS X development. This project includes algorithms focused on Bayes theorem, neural networks, SVMs, Matrices, etc... (Swift / General-Purpose Machine Learning)
- awesome-machine-learning - Swift Brain - The first neural network / machine learning library written in Swift. This is a project for AI algorithms in Swift for iOS and OS X development. This project includes algorithms focused on Bayes theorem, neural networks, SVMs, Matrices, etc... (Swift / General-Purpose Machine Learning)
README
# Swift Brain
The first neural network / machine learning library written in Swift. This is a project for AI algorithms in Swift for iOS and OS X development. This project includes algorithms focused on Bayes theorem, neural networks, SVMs, Matrices, etc.. Feel free to contribute.### Development
Tools:
- [x] Matrix operations
Machine Learning algorithms
- [ ] Basic regressions
- [x] Kalman filter
- [x] Neural networks
- [x] Support vector machines
- [ ] Bayesian Classifiers
- [ ] Clustering
- [ ] Self Organizing
Statistics
- [ ] Bayes theorem/naive classifier
- [ ] Markov model### Installation and Setup
Podfile coming### Working Example Application coming.