Example of ann - artificial intelligence, Computer Engineering

Assignment Help:

Example of ANN - artificial intelligence:

ANNs look like this:

 

696_Example of ANN.png

Notice that the x, w, z and y represent actual valued weights and that every the edges in this graph have weights associated with them (but it was hard to draw them all on). Notice also that more complexes ANNs are surely possible. In specific, several ANNs have multiple hidden layers, with the output from 1 hidden layer forming the input to another hidden layer. ANNs also with no hidden layer - where the input units are linked directly to the output units - are possible. These tend to be too simple to utilize for real world learning problems, but they are helpful to study for descriptive purposes, and we look at the simplest type of neural networks, perceptions, in the next section.

In the vehicle example, it is likely that the images will all be normalized to having the similar number of pixels. Then there can be an input unit for each blue,red and green intensity for each pixel. on the other hand, grayscale images can be used, in which case there  needs just to  be an  input  node  for  each pixel,  which takes  in  the brightness  of  the  pixel.  The hidden layer is possible to  contain  far  fewer  units (probably between 3 and 10) than the number of input units. The output layer will contain 3 units, one for each of the categories possible (tank, car, bus). Then,

When the pixel data for an given image as the starting values for the input units, through the network ,this information will propagate and the 3 output units will produce a real value. The output unit which produces the largest value is taken as the categorization for the input image.

So, for example, when this image is used as input:

 

958_Example of ANN1.png

Then, if, output unit 2 [bus] produces value, output unit 1 [car] produces value 0.5 0.05  and the output  unit  3  [tank]  produces  value  0.1,  then  this  image  has  been (Correctly) classified like a car, because the output from the corresponding car output unit is larger than for the other 2. Accurately how the function embedded within a neural network computes the outputs given the inputs is excellent explained by using example networks. In the next section, we look at the simplest networks of all perceptrons, which contain of a set of input units connected to a single output unit.


Related Discussions:- Example of ann - artificial intelligence

Gui status in a program from the object browser, Can we create a gui status...

Can we create a gui status in a program from the object browser? Yes.  You can make a GUI STATUS in a program using SET PF-STATUS.

Fundamental types of flash memory, Q. Fundamental types of flash memory? ...

Q. Fundamental types of flash memory? Code Storage Flash which is made by Intel, AMD, Atmel. It stores programming algorithms and it is largely found in cell phones. Data

What is pci bus, What is PCI bus? The Peripheral component interconnect...

What is PCI bus? The Peripheral component interconnect(PCI) bus is a standard that handles the functions found on a processor bus but in a standardized format that is independe

Memory-to-memory architecture:, Memory-to-Memory Architecture : The pipe...

Memory-to-Memory Architecture : The pipelines can access vector operands, intermediate and final results directly in the main memory. This needs the higher memory bandwidth. How

What are the benefits of micro programmed control, a. What are the benefits...

a. What are the benefits of hardwired and micro programmed control? b. Sketch neat diagram of single bus organization of CPU showing ALU, all types of registers and the data pat

Functionality of hypethread processor, Hyper-threading works by duplicating...

Hyper-threading works by duplicating those parts of processor which store architectural state but not duplicating main execution resources. This permits a Hyper-threading equipped

Can a vector have a component equivalent to zero, Q. Can a vector have a co...

Q. Can a vector have a component equivalent to zero and still have a nonzero magnitude? Answer:- Yes For example the 2-dimensional vector (1, 0) has length sqrt (1+0) = 1

State the example of begin end, State the Example of begin end module s...

State the Example of begin end module sequential(); reg a; initial begin $monitor ("‰g a = ‰b", $time, a); #10 a = 0; #11 a = 1; #12 a = 0; #13 a = 1; #

Find the conversion time & conversion rate of A/D converter, Find the conve...

Find the conversion time of a Successive Approximation A/D converter which uses a 2 MHz clock and a 5-bit binary ladder containing 8V reference. What is the Conversion Rate? An

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