NN MODULE

 

Ex No                                               Build simple NN models

LINK :PROGRAM

 

Aim

To build simple Neural network (NN) models.

Algorithm

1.     Import the necessary packages and libraries

2.     Use numpy arrays to store inputs x and output y

3.     Define the network model and its arguments.

4.     Set the number of neurons/nodes for each layer

5.     Compile the model and calculate its accuracy

6.     Print the summary of the model

No comments:

Post a Comment