Popularity
5.0
Declining
Activity
0.0
Stable
332
37
50

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: Machine Learning    

Swift-Brain alternatives and similar libraries

Based on the "Machine Learning" category.
Alternatively, view Swift-Brain alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Swift-Brain or a related project?

Add another 'Machine Learning' Library

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.