Menu Close

Noedify for Unity

Simple, High-level Neural Network API for Unity

Noedify is a Neural network framework for Unity that offers a high-level interface for building and training neural nets.

Features

  • High-level API for building networks
  • Train deep neural networks in Unity during runtime
  • Use Unity’s Jobs system to run background training tasks
  • Train fully-connected (dense) or 2D convolutional layers
  • Train networks in python with Tensorflow Keras and import trained models into Unity
High-level API for constructing neural networks

Noedify comes with several demos showing some possible uses:

  • Live training a 2D character to avoid obstacles
  • Training a digit-recognizing network using convolutional networks
  • Training a digit-recognizing network in Tensorflow with the MNIST dataset and import the trained model into Unity

Download free from the Unity asset store here!