• Stars
    star
    1
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a small python program for perceptron learning. You can pass linearly seperable data into this program and it will calculate the weights of perceptron neural network. Sample input data is included (OR,AND,ANDNOT,etc).