Search Unity

Anyone know a machine learning library for C sharp?

Discussion in 'Scripting' started by yoonitee, May 12, 2017.

  1. yoonitee

    yoonitee

    Joined:
    Jun 27, 2013
    Posts:
    2,363
    Does anyone know any C sharp libraries for machine learning with such things as convolutional neural networks? So that it can be used with Unity? It can be up to .net 4.7
     
  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,692
    The big one is Accord. (github) I like it because it has a lot of documentation and examples.

    There's also numl and Encog, but I haven't tried them.

    If you end up working with any of them, I'd be interested to read about your experience with them in Unity
     
  3. yoonitee

    yoonitee

    Joined:
    Jun 27, 2013
    Posts:
    2,363
    Thanks I'll take a look at Accord.