Tagged Questions

0
votes
1answer
979 views

How can I implement AND, OR and XOR logic using perceptrons in C#?

I am learning neural networks basics. How can I implement AND, OR and XOR logic using perceptrons in C#?
0
votes
1answer
1k views

how to train a network using single layer perceptron for ocr?

I'm developing a program to recognize a character from a image using OCR techniques. Up till now I have used a method that scanned the image, but now I have to use neural networks. Please explain what ...