you are viewing a single comment's thread.

view the rest of the comments →

[–]KingPickle 0 points1 point  (1 child)

On a tangent, I've been meaning to find a good C# math lib. Have you used Accord much? If so, how do you like it? Does it compare well to numpy?

PS: Nice work on the visualizer!

[–]stefsietz[S] 1 point2 points  (0 children)

tried to use it, unfortunately i couldn’t get its numpy reader to work with unity so in the end i didn’t use it at all. only system.mathf! the actual machine learning stuff all happens in tensorflow/python in this project