ann representationmostly anns are taught on ai


ANN Representation:

Mostly 'ANNs' are taught on "AI" courses since their motivation from brain studies and the fact which they are used in an "AI" task and namely machine learning. Moreover now I would argue such that their real home is in statistics as a representation scheme that they are just fancy mathematical functions. 

Well now imagine being asked to come up through a function to take the following inputs and then produce their associated outputs:

INPUT

OUTPUT

   1

     1

   2

     4

   3

     9

   4

     16

 

 

 

 

However the function you would learn would be as f(x) = x2. But now imagine like you had a set of values before a single instance as input to your function:  

INPUT

OUTPUT

[1,2,3]

     1

[2,3,4]

     5

[3,4,5]

    11

[4,5,6]

    19

Presumably now it is still possible to learn a function as: for example that there multiply the first and last element and take the middle one as of the product. But remember that the functions we are learning are getting more complicated so then they are still mathematical. Hence ANNs just take this further: as the functions they learn are usually so complicated that it's difficult to understand them on a global level. It means that they are still just functions that play around with numbers.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: ann representationmostly anns are taught on ai
Reference No:- TGS0179910

Expected delivery within 24 Hours