Classification by Perceptron or Adaline
Write a program for classification of samples of two classes using single layer perceptron:
- Samples are in 2D space
- Sample preparation
- Randomly around a line
- From 2 Gaussian distributions with different μ and σ
- Show the results in each iteration visually
- Use C++, MATLAB or other languages
- Optional: User can produce samples interactively
- Repeat the problem with 5 classes
- Due date: 25 Mehr
Sample output:
It is not necessary that your output is exactly like this!