Example of perceptrons, Computer Engineering

Assignment Help:

Example of perceptrons:

Here as an example function in which the AND boolean function outputs a 1 only but if both inputs are 1 and where the OR function only outputs a 1 then if either inputs are 1. Here obviously these relate to the connectives we studied in first order logic. But in the following two perceptrons can represent the AND and OR boolean functions respectively: 

936_Example of perceptrons.png

However one of the major impacts of Minsky and Papert's book was to highlight the fact that perceptions cannot learn a particular boolean function that called XOR. In fact this function outputs a 1 if the two inputs are not the same. It means to see why XOR cannot be learned and try or write down a perception to do the job. So here the following diagram highlights the notion of linear reparability in Boolean functions that explains why they can't be learned by perceptions:

733_Example of perceptrons1.png

Practically in each case we've plotted the values taken use of  the  Boolean  function where the inputs are particular values as: (-1,-1);(1,-1);(-1,1) and (1,1). But just because the AND function there is only one place whereas a 1 is plotted, namely where both inputs are 1. Moreover we could draw the dotted line to separate the output -1s from the 1s. So than we were able to draw a similar line in the OR case. Its means there, that we can draw these lines, we say that these functions are linearly separable. Remember there that it is not possible to draw any line for the XOR plot: but where you try then you never get a clean split into 1s and -1s.


Related Discussions:- Example of perceptrons

Logical database is a database structure., In sense of Database Management ...

In sense of Database Management System (DBMS) LOGICAL DATABASE is a database Structure. False LOGICAL DATABASE is not a database Structure.

Explain the term confidentiality - firewall design policy, Explain the term...

Explain the term Confidentiality - Firewall Design Policy Whilst some corporate data is for public consumption, the vast majority of it should remain private.

Using bit wise operator implement nor and nand gate, Q. Write a program t...

Q. Write a program to implement NOR, NAND, XOR and XNOR gates using and without using bit wise operator. Also perform necessary checking. The user has option to give n numbe

Why must a modem be used to transmit binary data, Why must a modem be used ...

Why must a modem be used to transmit binary data through a PSTN? (1) Use sketches and additional text to describe the following modulation methods. (a) Amplitude shift keying (b) F

Computer Graphics, Distinguish between uniform scaling differential scaling...

Distinguish between uniform scaling differential scaling

What is scenarios, Scenarios encapsulate the Vuser Groups and scripts to be...

Scenarios encapsulate the Vuser Groups and scripts to be implemented on load generators at run-time. Manual scenarios can deal out the total number of Vusers between scripts bas

Advantage of wrapping database calls into mts transactions, Advantage of wr...

Advantage of wrapping database calls into MTS transaction If database calls are complete within the context of a transaction, aborting the transaction will undo and changes that

Explain about fundamental nature of a computer, Q. Explain about fundamenta...

Q. Explain about fundamental nature of a Computer? The fundamental nature of a Computer is as an information transformer. So a computer should be able to take input and process

Register data type as combinational element, Reg data type as Combinational...

Reg data type as Combinational element module reg_combo_example( a, b, y); input a, b; output y; reg y; wire a, b; always @ ( a or b) begin y = a & b; e

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd