/ImplementingPerceptrons

Training two perceptrons to correctly classify three types of wheat based on 7 inputs for each. Perceptrons are first trained with training data and then accuracy is verified with testing data. Sklearn is then implemented to also check how accurate code was.

Primary LanguagePython

Watchers