1 / 9

Card Recognition with ANNs: Ace of Hearts

This project uses Artificial Neural Networks to classify playing cards by their suit and value through image analysis with Relaxation Labeling on color images. It introduces ANN training and classification mechanisms. The study concludes by discussing improvements such as using two ANNs, adjusting learning rates, and dedicating output neurons for each class.

astephanie
Download Presentation

Card Recognition with ANNs: Ace of Hearts

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pattern Recognition Using Artificial Neural Networks Ace of Hearts Eyal Ittah (60407301) Ittai Doron (53084489)

  2. Introduction • Classify images of playing cards by their suit and value

  3. Pattern Recognition • Sensor – existing images • Feature extraction mechanism – Relaxation Labeling on color images • Classification scheme –Artificial Neural Network used to classify suit and value

  4. Relaxation Labeling • Objects – pixels • Labels – object, background • Initial confidence – degree of white

  5. Artificial Neural Networks • Neurons as basic calculation units • Input layer - Each neuron a single input variable • Hidden layers • Output layer - Each neuron represents a single output variable.

  6. Artificial Neural Networks • Training the network • Supervised learning • Back-propagation • Learning rate

  7. Card classification

  8. Card classification (noisy image)

  9. Conclusions • Using two ANNs instead of one • Decreasing the learning rate of the ANN • Using an output neuron for each class

More Related