ANN & DL – Assignment 1 solution

$25.00

Original Work ?

Download Details:

  • Name: Assign_1-hghqzz.zip
  • Type: zip
  • Size: 12.66 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (1 vote)

For the below data write the forward pass through ANN using python and numpy.

Pass the data through the network, display the outputs and error

Data is about frequency(cell) of words(columns) present in a mail(row). Need to classify the mail as spam or not.

  Dear Dinner Money Spam – 1

Not spam – 0

Mail 1 1 2 1 0
Mail 2 1 0 4 1
Mail 3 0 3 0 0
Mail4 1 0 2 1

 

 

Note: Use proper activation functions.

Assume weights and biases.

Upload only the .ipynb file without zipping.