Skip to content

Releases: Somnibyte/MLKit

Neural Network Revision

20 Apr 19:06
Compare
Choose a tag to compare
Pre-release

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

10 Mar 14:26
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • 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 馃帀

09 Mar 21:50
Compare
Choose a tag to compare
0.1.5 馃帀 Pre-release
Pre-release
  • Genetic Algorithms
  • Neural Network
  • Neural Network + Genetic Algorithm Example (Flappy Bird AI)