Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!spool.mu.edu!sdd.hp.com!news.cs.indiana.edu!noose.ecn.purdue.edu!cb.ecn.purdue.edu!kavuri From: kavuri@cb.ecn.purdue.edu (Surya N Kavuri ) Newsgroups: comp.ai.neural-nets Subject: classification using NNs Message-ID: <1991Feb5.195346.23054@noose.ecn.purdue.edu> Date: 5 Feb 91 19:53:46 GMT Sender: news@noose.ecn.purdue.edu (USENET news) Organization: Purdue University Engineering Computer Network Lines: 19 If I have a set of linearly separable classes, am I always guaranteed proper classification using a two layered backprop ? In particular, what if the classes are adjacent sharing the boundary ? Example: I have a circle inside a square. I have two classes: class I: inside circle class II: outside circle The square a unit square and let us assume that constitutes the domain of inputs. Now, using two inputs(x1 and x2 coords) and one output to identify the class, I cannot classify. If I use two output nodes, one for each class, even then I am not sure I can classify. We need atleast three lines (hyperplanes) to separate the circle and the two output nodes give two hyperplanes. Should I expect the sigmoid to some how "bend" the hyperplane (its linear summation input) ? Why ? SURYA KAVURI (FIAT LUX)