In computer programming Object Oriented Programming (OOP) gave programmers a neat way to compartmentalize programs, rather than having a mess of disorganized code and data. One can neatly make an object, treat it as a black-box and reduce the cognitive load on the programmer. Nifty. In reactive neural networks where one is taking world inputs and generating response outputs Subsumption vastly simplifies the work of designing the neural processing. From dictionary.com: verb (used with object), sub·sumed, sub·sum·ing. to consider or include (an idea, term, proposition, etc.) as part of a more comprehensive one. to bring (a case, instance, etc.) under a rule. to take up into a more inclusive classification. Subsumption in the context of neural networks is where some ...
Comments
Post a Comment