April 2017
Beginner to intermediate
358 pages
9h 30m
English
A basic implementation of a neural network might start by creating a node class and collecting a set of these into a layer class. Each node is then connected to a node in the next layer using an instance of an Edge class. This type of implementation, a class-based one, is good to show how networks operate but too inefficient for larger networks. Neural networks simply have too many moving parts for this strategy to be efficient.
Read now
Unlock full access