Learning AI

The Learning AI package aim to provide easy learning curve for new comers at neural-network programming or good starting point for experienced programmers without any external libraries or hidden code. It contains demo scene with working example of simple neural-network model out of the box and small bonus scene just for fun image processing. The core code is the port of convnetjs project and Unity3d adaptation of two examples from https://github.com/karpathy/convnetjs. The best approach to get more information is to dig deep in to https://cs.stanford.edu/people/karpathy/convnetjs which has great explanation how and why it does work.

Asset uses LitJSON under Unlicense (public domain); see Third-Party Notices.txt file in package for details.