Skip to content

Latest commit

 

History

History
executable file
·
22 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

executable file
·
22 lines (19 loc) · 679 Bytes

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:

  • Matrix operations Machine Learning algorithms
  • Basic regressions
  • Kalman filter
  • Neural networks
  • Support vector machines
  • Bayesian Classifiers
  • Clustering
  • Self Organizing Statistics
  • Bayes theorem/naive classifier
  • Markov model

Installation and Setup

Podfile coming

Working Example Application coming.