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: about 2 months ago
JSON representation

Artificial intelligence/machine learning data structures and Swift algorithms for future iOS development. bayes theorem, neural networks, and more AI.

Lists

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.