PerceptronLearningAlgorithm
Directory actions
More options
Directory actions
More options
PerceptronLearningAlgorithm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The code is written in Python 2.7 using Windows 7 x86 platform. Steps to compile: 1. Place GPLA.py and both the training and test files in C:\Python27 2. type python GPLA.py train-file test-file learning-rate no-iterations e.g. python GPLA.py train.txt test.txt 0.5 1000