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

Multilayer Perceptron

A produce dealer has a warehouse that store a variety of fruits & vegetables. When fruit is brought to the warehouse , a various types of fruits may be mixed together. The dealer wants a machine that will sort the fruit according to type . There is a conveyer belt on which the fruit is loaded .This conveyer passes through a set of sensors, which measure three properties of fruits : shape , texture and weight.(Students can use JooNE editor)
Write a program and design Multilayer Perceptron(MLP) network to recognize these fruits.