Virtual Lab
  • Dashboard
  • Perceptron Learning
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Backpropogation Network
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Multilayer Perceptron
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Kohonen Self-sOrganizing Net
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment
  • Learning Vector Quantization
    • Objective
    • Tutorial
    • Illustration
    • Procedure
    • Simulation
    • Assignment

PROBLEM TO DISTINGUISH BETWEEN SILK AND NON-SILK CLOTH

A produce dealer has a warehouse that store a variety of cloths. When cloths are brought to the warehouse , they are mixed together. The dealer wants a machine that will sort the cloth according to type . There is a conveyer belt on which the cloths are loaded .This conveyer passes through a set of sensors, which measure three properties of cloths .Assume any three properties.



A) Design a perceptron to recognize these silk and non-silk patterns using Joone Editor.

B) Write a C++/JAVA program and design a perceptron to recognize these silk and non silk cloth patterns.