Releases: Somnibyte/MLKit
Releases · Somnibyte/MLKit
Neural Network Revision
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
- Genome
class
has been turned into aprotocol
. 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