Implement a new Neural Network Classifier

Description:

This is the developer tutorial for implementing a new neural network classifier. In this tutorial, we will explain how to create a new element of the neural network classifier in braph2genesis. Here, we use the NNClassifierDNN as an example to show how to implement a new neural network classifier with fully-connected layers.

File path:

\ braph2genesis \ neuralnetworks \ _NNClassifierDNN.gen.m

Code: