Getting ready...

We will need a data type for handling raw input; this is called InputPerceptron:

public class InputPerceptron 
{ 
    public float input; 
    public float weight; 
} 

Get Unity 2018 Artificial Intelligence Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.