Somnibyte MLKit Versions Save

A simple machine learning framework written in Swift 🤖

0.1.8

7 years ago

The Neural Network class has been revised to support matrix and vector operations which leverages the Upsurge library. Tutorials on the new Neural Network code are comings soon.

0.1.6

7 years ago
  • Genome class has been turned into a protocol. This way you can create structs that conform to the protocol which conversely reduces the amount of memory you use if this were a class.
  • Flappy Bird Game has been slightly adjusted (AI was able to get a score of 2 in 30 min 🎉 results may vary)
  • More Documentation available

0.1.5

7 years ago
  • Genetic Algorithms
  • Neural Network
  • Neural Network + Genetic Algorithm Example (Flappy Bird AI)