You are on page 1of 1

Birla Institute of Technology and Science, Pilani – KK Birla Goa Campus

MEL G622 Intro to ANN


Assignment 3
Submission deadline : 5th Nov 2023 Midnight

This is an individual assignment.


You need to implement Python-based LVQ for the following training data
(details refer to the reading materials/lecture)

Initial Weights
Class 1(+) 0 0
Class 2(0) 1 1
Class 3(*) 1 0
Class 4(#) 0 1
The learning rate should be parameterizable. After each epoch, it should print
the weights and display the validation data geometric representation. It should
also print the validation accuracy.

What to submit
Your Python code and a readme file detailing how to run the code

You might also like