[Solved] CMSC409 Project 2- Perceptron-based classifier

30 $

File Name: CMSC409_Project_2-_Perceptron-based_classifier.zip
File Size: 433.32 KB

SKU: [Solved] CMSC409 Project 2- Perceptron-based classifier Category: Tag:

Or Upload Your Assignment Here:


In this assignment you will use the datasets from Project 1. In language of your preference (Python, Java, Matlab, C++), implement a perceptron-based classifier that will iterate until the total error is:

  • Epsilon <10-5, for dataset A,
  • Epsilon <10-1, for dataset B,
  • Epsilon <5*10-1, for dataset C.

To do this, you need to introduce a stopping criterion. You should also introduce a limit on maximum number of iterations (let that be ni=5,000). Normalize the datasets first. Initialize your neuron using random values between (-0.5, 0.5).

Please use unipolar version of:

  1. Hard activation function
  2. Soft activation function

For the scenario a) do the following for each of the datasets.

  1. Choose 75% of the data for training, and the rest for testing. Train and test your neuron. Plot the data and decision line for training and testing data (separately). Calculate errors for training and testing dataset.
  2. Choose 25% of the data for training, and the rest for testing. Train and test your neuron. Plot the data and decision line for training and testing data (separately). Calculate errors for training and testing dataset.
  3. Compare 1. and 2. Are errors different and if so, why? What is the effect of different data set and effect of different training/testing distributions? When would you use option 1 and when option 2 above? Comment and discuss.

Repeat steps 1. through 3. for scenario b).

Important: The data set lists all male and then all female data points. Think about which data points you should use for training and which for testing (i.e. algorithm will fail if trained on one type of patterns and tested on another).

Pr. 2.2 Soft vs. hard activation function

Compare and discuss results when hard activation was used vs. when soft activation was used. Comment for each training/testing distribution 1, 2, and 3.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CMSC409 Project 2- Perceptron-based classifier
30 $