issues
search
SoloGameDevGitHub
/
AIEngine
An Artificial Intelligence Engine to be used mainly in game development. It contains a bunch of algorithms and techniques used in game development, like Neural Networks, Genetic Algorithm, A*, Minimax, MCTS and a lot more.
https://sologamedev.blog
MIT License
6
stars
2
forks
source link
Implemented Matrix, Matrix math and a Perceptron classifier
#9
Closed
andreimesquita
closed
4 years ago
andreimesquita
commented
4 years ago
Features
Introduced the
Matrix
data type and implemented some math operations for it.
Created and implemented some tests for a simple Perceptron classifier.
Features
Matrix
data type and implemented some math operations for it.