Saturday, April 9, 2016

Workshop Resource: Perceptron Code

Please click the following perceptron code including training and classification. There are two project folders:
link to find the
  1. PerceptronTrainer: Perform training based on training data in training.txt and save the trained weight at weights.txt.
  2. PerceptronClassifier: Perform classification based on the weights.txt and output the result to classification.txt


No comments:

Post a Comment