Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
HEURISTIC PROCESSOR
Document Type and Number:
WIPO Patent Application WO/1990/009643
Kind Code:
A1
Abstract:
A heuristic processor (10) incorporates a digital arithmetic unit (16) arranged to compute the squared norm of each member of a training data set with respect to each member of a set of centres, and to transform the squared norms in accordance with a nonlinear function to produce training phi vectors. A systolic array (18/20) arranged for QR decomposition and least means squares processing forms combinations of the elements of each phi vector to provide a fit to corresponding training answers. The form of combination is then employed with like-transformed test data to provide estimates of unknown results. The processor (10) is applicable to provide estimated results for problems which are nonlinear and for which explicit mathematical formalisms are unknown.

Inventors:
BROOMHEAD DAVID SYDNEY (GB)
JONES ROBIN (GB)
SHEPHERD TERENCE JOHN (GB)
MCWHIRTER JOHN GRAHAM (GB)
Application Number:
PCT/GB1990/000142
Publication Date:
August 23, 1990
Filing Date:
January 31, 1990
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
SECR DEFENCE BRIT (GB)
International Classes:
G06G7/60; G06F15/18; G06N3/02; G06N3/10; G06N99/00; (IPC1-7): G06R15/80
Foreign References:
US4727503A1988-02-23
Other References:
Conference Proceedings, Military Microwaves '88, London, England, 5-7 July 1988, Microwave Exhibitions and Publishers Ltd, (Kent, GB) P.J. HARGRAVE et al.: "The Experimental Verification on the Performance of a Systolic Array Adaptive Processor", pages 521-526
Proceedings IEEE International Conference on Neural Networks, San Diego, California, 24-27 July 1988, IEEE, A. MOOPENN et al.: "A Neural Network for Euclidean Distance Minimization", pages 349-356
Computer, Volume 208 No. 7, July 1987, British Crown, (New York, NY, US) J.V. McCANNY et al.: "Some Systolic Array Developments in the United Kingdom", page 51-63
Proceedings International Conference on Systolic Arrays, San Diego, California, US, 25-27 May 1988, IEEE, S.Y. KUNG: "Parallel Architectures for Artificial Neural Nets", pages 163-174
Download PDF:
Claims:
CLAIMS
1. An heuristic processor characterised in that it includes : (1) transforming means (16) arranged to produce a respective training Ψ vector from each member of a training data set on the basis of a set of centres, each element of a vector consisting of a nonlinear transformation of the norm of the displacement of the associated training data set member from a respective centre set member, (2) processing means (18/20 in training mode) arranged to combine training j£ vector elements in a manner producing a fit to a set of training answers, and (3) means (18/20 in test mode, or 60 to 66) for generating result estimate values each consisting of a combination of the elements of a respective £ vector produced from test data, each combination being at least equivalent to a summation of vector elements weighted in accordance with the training fit.
2. A processor according to Claim 1 characterised in that the transforming means is a digital arithmetic unit (16) arranged to compute differences between training data vector elements and corresponding centre vector elements, to sum the squares of such differences associated with each data vectorcentre vector pair, and to convert each sum to a value in accordance with the nonlinear transformation and thereby to provide a respective training Ψ vector element.
3. A processor according to Claim 1 or 2 characterised in that the processing means is a systolic array (18/20) of processing cells (B, I, M) arranged to implement a rotation algorithm to provide QR decomposition of a Φ matrix of Ψ vector rows and least squares fitting to the training answer set, the algorithm involving computation and application of rotation parameters and storage of updated decomposition matrix elements by the processing cells (B, I, M), and wherein the systolic array (18/20) has a first row of processing cells (B^ to I 5) arranged to receive £ vectors extended by training answers, each first row cell being arranged for input of a respective element of each extended vector.
4. A processor according to Claim 3 characterised in that the processing cells are boundary and internal cells (B, I) connected to form rows and columns of the systolic array (18/20), and: (1) each row begins with a boundary cell (B) and continues with one or more internal cells (I) which diminish in number down the array (18/20) by one per row, (2) the first array row (Bn to I 5) contains a number of boundary and internal cells (B, I) equal to the number of elements in an extended vector, (3) the columns comprise a first column containing a boundary cell (B ) only, subsequent columns containing a respective boundary cell (B) surmounted by numbers of internal cells (I) increasing from one by one per column, and at least one outer column of internal cells (In to I45) arranged to receive training answer input, (4) the boundary and internal cells (B, I) are arranged to compute rotation parameters from input values and apply them to input values respectively, and to store respective updated decomposition matrix elements for use in such computation, and (5) the cells (B, I, M) have row and column nearest neighbour connections providing for rotation parameters to pass along rows and rotated values to pass down columns.
5. A processor according to Claim 4 characterised in that it includes a multiplier cell (M) arranged to multiply cumulatively rotated values output from an outer column of internal cells (In to I45) by cumulatively multiplied and relatively delayed parameters generated by boundary cells (B) in appropriate form for computing least squares residuals arising between combined elements of training data Ψ_ vectors and their respective training answers.
6. A processor according to Claim 3, 4 or 5 characterised in that the means for generating result estimates values includes means (SLl to SLll ) for switching the systolic array (18/20) to a test mode of operation in which decomposition matrix element update and training answer input are suppressed.
Description:
HEURISTIC PROCESSOR

This invention relates to an heuristic processor, ie a digital processor designed to estimate unknown results by an empirical self-learning approach based on knowledge of prior results.

Heuristic digital processors are not known per se in the prior art, although there has been considerable interest in the field for many years. Such a processor is required to address problems for which no explicit' mathematical formalism exists to permit emulation by an array of digital arithmetic circuits. A typical problem is the recognition of human speech, where it is required to deduce an implied message from speech which is subject to distortion by noise 1 " and the personal characteristics of the speaker. In such a problem, it will be known that a particular set of sound sequences will correspond to a set of messages, but the mathematical relationship between any sound sequence and the related message will be unknown. Under these circumstances, there is no direct method of discerning an unknown message from a new sound sequence.

The approach to solving problems lacking known mathematical formalisms has in the past involved use of a general purpose computer programmed in accordance with a self-learning algorithm. One form of algorithm is the so-called linear perceptron model. This model employs what may be referred to as training information from which the computer "learns", and on the basis of which it subsequently predicts. The information comprises "training data" sets and "training answer" sets to which the training data sets respectively correspond in accordance with the unknown transformation. The linear perceptron model involves forming differently weighted linear combinations of the' training data values in a set to form an output result set. The result set is then compared with the corresponding training answer set to produce error values. The model can be envisaged as a layer of input nodes broadcasting data via varying strength (weighted) connections to a layer of summing output nodes. The model incorporates an algorithm to operate on the error values and provide corrected weighting parameters which (it is hoped) reduce the error values.' This procedure is carried out for each of the training data and corresponding training answer sets, after which the error values should become small indicating convergence.

At this point data for which there are no known answers are input to the computer, which generates predicted results on the basis of the weighting scheme it has built up during the training procedure. It can be shown mathematically that this approach is valid and yields convergent results for problems where the unknown transformation is linear. The approach is described in Chapter 8 of

"Parallel Distributed Processing Vol. 1 : Foundations", pages 318-322, D.E. Rumelhart, J.L. McClelland, MIT Press 1986.

For problems involving unknown nonlinear transformations, the linear perceptron model produces results which are quite wrong. A convenient test for such a model is the EX-OR problem, ie that of producing an output map of a logical exclusive-OR function. The linear perceptron model has been shown to be entirely inappropriate for the EX-OR problem because the latter is known to be nonlinear. In general, nonlinear problems are considerably more important than linear problems.

In an attempt to treat nonlinear problems, the linear perceptron model has been modified to introduce nonlinear transformations and at least one additional layer of nodes referred to as a hidden layer. This provides the nonlinear multilayer perceptron model. It may be considered as a layer of input nodes broadcasting data via varying strength (weighted) connections to a layer of internal or "hidden" summing nodes, the hidden nodes in turn broadcasting their sums to a layer of output nodes via varying strength connections once more. (More complex versions may incorporate a plurality of successive hidden layers.) Nonlinear transformations may be performed at any one or more layers. A typical transformation involves computing the hyperbolic tangent of the input to a layer. Apart from these one or more transformations, the procedure is similar to the linear equivalent. Errors between training results and training answers are employed to recompute weighting factors applied to inputs to the hidden and output layers of the perceptron. The disadvantages of the nonlinear perceptron approach are that there is no guarantee that convergence is obtainable, and that where convergence is obtainable that it will occur in a reasonable length of computer time. The computer programme may well converge on a false minimum remote from a realistic solution to the weight determination problem.

Moreover, convergence takes an unpredictable length of computer time, anything from minutes to many hours. It may be necessary to pass many thousands of training data sets through the computer model.

It is an object of the invention to provide an heuristic processor.

The present invention provides an heuristic processor including:

(1) transforming means arranged to produce a respective training Ψ_ vector from each member of a training data set on the basis of a set of centres, each element of a if vector consisting of a nonlinear transformation of the norm of the displacement of the associated training data set member from a respective centre set member,

(2) processing means arranged to combine training Ψ vector elements in a manner producing a fit to a set of training answers, and

(3) means for generating result estimate values each consisting of a combination of the elements of a respective Ψ vector produced from test data, each combination being at least equivalent to a summation of vector elements weighted in accordance with the training fit.

The invention provides the advantage that it constitutes a processing device capable of providing estimated results for nonlinear problems. In a preferred embodiment, the processing means is arranged to carry out least squares fitting to training answers. In this form, it produces convergence to the best result available having regard to the choice of nonlinear transformation and set of centres.

The processing means preferably comprises a network of processing cells; the cells are connected to form rows and columns and have functions appropriate to carry out QR decomposition of a matrix having rows comprising input training data Ψ_ vectors. The network is also arranged to rotate input training answers as though each extended the training data f_ vector to which it corresponds. In this form, the network comprises boimdary cells constituting an array diagonal and providing initial row elements. The rows also contain numbers of internal cells diminishing by one per row down the array such that the lowermost boundary

- A -

cell is associated with one internal cell per dimension of the training answer set. This provides a triangular array of columns including or consisting of boundary cells together with at least one column of internal cells. The boundary and internal cells have nearest neighbour (row and column) interconnections, and the boundary cells are connected together in series along the array diagonal. Rotation parameters are evaluated by boundary cells from data input from above, and are passed along rows for use by internal cells to rotate input data. First row boundary and internal cells receive respective elements of each vector extended by a corresponding training answer and subsequent rows receive rotated versions thereof via array column interconnections. The triangular array receives input of Ψ vector elements and the associated internal cell column or columns receive training answer elements. Each boundary or internal cell computes and stores a respective updated decomposition matrix element in the process of producing or applying rotation parameters. The systolic array may include one multiplier cell per dimension of the training answer set, the multiplier cells being arranged to multiply rotated training answers by cumulatively multiplied cosine rotation parameters of their square-root free equivalents computed from f_ vector elements to which each respective training answer corresponds. The multiplier cells provide error values indicating least squares fitting accuracy.

The processing means may include switching means for switching between a training mode of operation and a test mode. The switching means provides means for generating result estimate values. In the training mode, boundary and internal cells respectively generate and apply rotation parameters and update their stored elements as aforesaid. In the test mode, stored element update is suppressed, and training data Ψ vector input is replaced by input of like transformed test data, and training answer input is replaced by zero. The processing means then provides result estimates consisting of test data Ψ vector elements combined in a like manner to that which fitted training data Ψ_ vector elements to training answers.

The transforming means may comprise a digital arithmetic unit arranged to subtract training data vector elements from each of a series of corresponding centre vector elements, to square and add the resulting differences to provide sums arising from each data vector - centre vector pair, and to transform the

sums in accordance with a nonlinear function to provide £ vector elements.

Embodiments of the invention will now be described, by way of example only, with reference to the accompanying drawings, in which:

Figure 1 is a block diagram of an heuristic processor of the invention; Figure 2 provides processing functions for cells of the Figure 1 processor; Figure 3 is a more detailed block diagram of a digital arithmetic unit of the Figure 1 processor; Figure 4 is a simplified schematic drawing of the Figure 1 processor illustrating throughput timing; Figure 5 is a schematic drawing of an extended version of a heuristic processor of the invention; Figures 6, 7 and 8 illustrate parts of Figure 5 in more detail; and Figure 9 illustrates a processor for use with weighting data obtained in a Figure 5 device.

Referring to Figure 1 , there is shown an heuristic processor of the invention indicated generally by 10. The processor 10 incorporates eight arithmetic units P arranged in two rows and four columns and designated PJJ to P24, Pu (i = 1 or

2, j = 1 to 4) indicating the ith row, jth column unit. Absence of indices ij indicates any or all units P. The units P have three inputs 1 , 2 and 3 and one j- output 0. In the following description Pj: (k = 0, 1 , 2 or 3) will indicate the corresponding output or input of unit P j :. The units P are each arranged to compute the square of the difference between sixteen-bit signals at inputs P* and

P 2 , and to add the square to a twenty-bit signal at input p3. The twenty-bit result is stored in a latch (not shown) within each unit P, which is clocked by a data clock indicated by a Δ symbol to transfer it to output at P υ . The units P will be described in more detail later.

The processor 10 has multibit interconnection buses of sixteen, twenty or thirty-two bits (as individually required), each being indicated by a closely spaced pair of lines such as 12. The processor 10 also has single-bit connections such as 14 indicated by single lines. These connections are unreferenced for the most part to reduce illustrational complexity.

The third inputs P25 (j = 1 to 4) of the second row units P2J are connected to the outputs P j ; of respective first row units P j :. The first row units* third inputs PJ J are connected to zero as indicated, and are in fact redundant in the present example. The redundant structure is illustrated to indicate capability of extension to any number of rows required for particular problems.

The first row arithmetic units PJJ to Pi 4 have second inputs P j : (j = 1 to 4) connected to respective points of a first chain of centre latches CL11 to CL14, the chain itself being connected to a first centre input CI1. The first inputs PJ J of these units are similarly connected to respective points on a first chain of data latches DL11 to DL14 connected to a first data input DI1. Each of the first row units PJJ to P j 4 receives signals from the respective centre and data latches above and to its left, ie unit P^j receives input from latches CLlj and DLl s.

Similarly, the second row arithmetic units have first and second inputs P2J and

P2j (j = 1 to 4) connected via chains of centre and data latches CL21 to CL24 and DL20 to DL24 to second centre and data inputs C12 and D12 respectively. As compared to the first row, the second row data latch chain includes an extra latch DL20.

The centre and data latches CL11 to CL24 and DL20 to DL24 are sixteen-bit devices, and are clocked by centre and data clocks indicated by D and Δ symbols respectively. Generally, the jth centre and data latches in the ith row, ie latches CLij and DLij, provide signals for subtraction in arithmetic unit PJ;. The additional second row data latch DL20 is provided to apply a temporal skew to input data, as will be described later.

The second row arithmetic unit outputs P21 to P24 are connected to respective read only memories (ROMs) LUT1 to LUT4. The memories LUT1 to LUT4 are look-up tables arranged to output a negative exponent exp(-A/10) in response to an input address A. Each accepts a twenty-bit input in fixed binary point format and provides a thirty-two bit output in floating point format. The output incorporates an eight-bit exponent and a twenty-four bit mantissa, in accordance with the ANSI-IEEE-754-1985 standard.

The look-up tables LUT1 to LUT4 provide first input signals (of thirty-two bits) to respective AND gates Al to A4. A further AND gate AY1 receives a thirty-two bit first input from a further memory LUTY1. This memory converts a sixteen-bit address input in fixed point format to the aforesaid thirty-two bit floating point output format of like magnitude. The LUTY1 is connected to a training answer input YI1 via a chain of seven sixteen-bit latches YL11 to YL17. (Other examples of the invention may incorporate additional training answer inputs YI2, YI3... with associated latch chains YL21... YL31..., and a gates AY2..., hence the use of the redundant digit 1 in YI1 etc.)

The processor 10 includes a one-bit signal validity input SVI ' connected to a signal validity output SVO via a chain of twelve one-bit validity latches VL1 to VL12. It also has a signal status input SSI connected to a signal status output SSO via a further chain of twelve one-bit status latches SL1 to SL12. The validity and status latches VL1 to VL12 and SL1 to SL12 are clocked by the data clock Δ. The chain of validity latches supplies one-bit second inputs to the AND gates Al to A4; ie the output from the ith validity latch VLi is connected to AND gate Ai-2 (i = 3 to 6). Outputs from the seventh validity and status latches VL7 and SL7 are fed as one-bit inputs to an output enable AND gate AE1 , which furnishes a one-bit second input signal to AND gate AY1.

Each of the latch chains YL11 to YL17, CL11 to CL14, DL11 to DL14, CL21 to CL24, DL20 to DL24, VLI to VL12 and SL1 to SL12 may be implemented as a shift register. Each such shift register would then require only one clock input signal. "D" type edge triggered registers are suitable for this purpose.

For ease of subsequent reference, elements previously defined, other than inputs YI1 to SSI, and latches DL20, VLI , VL2, SL1 , SL2, VL8 to VLI 2 and SL8 to SI 2 and outputs SVO and SSO, are defined as forming a Φ processor 16 indicated within chain lines.

The AND gates Al to A4 of the Φ processor 16 provide thirty-two bit floating point inputs to a QR decomposition processor 18 indicated within a triangle of chain lines. The AND gate AY1 provides like input to a least squares minimisation (LSM) processor column 20 indicated within a rectangle of chain

lines and to which the QR processor 18 is connected.

The QR processor 18 and the LSM processor 20 collectively comprise boundary cells BJ I to B44, internal cells I j 2 to I45 and a multiplier cell M55 arranged in rows and columns with nearest-neighbour (row and column) interconnections which are single-bit. The reference scheme is that processing cell X j : (X = B, I or M, i,j = 1 to 5) is the jth cell in the ith row. The first four rows begin with a boundary cell B^ (i = 1 to 4), and include numbers of internal cells I12 etc diminishing in number from four to one by one per row. Boundary cells B22 to B44 terminate the second to fourth columns. The fifth row contains the multiplier cell M55 only. The cells are all clocked by the data clock Δ.

The boundary cells B^ to B44 are interconnected via single-bit lines forming a diagonal of the QR processor. Each of the boundary cells incorporates a diagonal output delay provision, ie an internal memory stage indicated by a circle segment contiguous with the relevant cell. This provides the equivalent of a one clock cycle diagonal output delay. The boundary, internal and multiplier cells B, I and M are transputer type IMS T800 manufactured by Inmos Ltd, a British company. They communicate to one another via single-bit links which transmit data in thirty-two bit floating point format of the kind previously mentioned. Each thirty-two bit data value is transmitted serially along the relevant link at a bit rate of 20 MHz governed by a respective clock within each cell (not shown). The transputers incorporate internal memories, and may also read from and write to external memory via thirty-two bit buses. In the present example, the first row transputers, ie boundary and internal cells B j j to I15, have external memory read connections to AND gates Al to AY1. The multiplier cell M55 has an external memory write connection to an output Q01. The first boundary cell receives a one-bit input from the output of the third status latch SL3, and the multiplier cell M55 receives a similar input from the output of the twelfth status latch SL12.

The boundary, internal and multiplier cells have differing references and outlines to indicate differing processing functions. The latter are illustrated in Figure 2. Each of the boundary, internal and multiplier cells carries out the respective operation set out in Figure 2 on each data clock cycle under the control of a

respective internally stored transputer programme.

The boundary cells BJJ to B44 are programmed such that, on activation by the data clock Δ, they input a value δ from above left and a value from above. Each of them stores a respective quantity f computed on a preceding, cycle and originally zero, and it produces an updated value r ' of F by computing

r 1 - r + δφ (1 .1 )

Having computed its respective r \ each boundary cell calculates a sine-like rotation parameter s" from

s - δφ/r ' (1 -2)

It then outputs -T and V, the latter now designated φ, and, on the next clock cycle, these pass horizontally to the right to the respective neighbouring internal cell in the same row. The cell also outputs a stored value δ' as δ" diagonally below right, and replaces δ' in store by a new value in accordance with

δ ' - δr/r' ( 1 .3)

Equation (1.3) is equivalent to delaying output of δ* by one additional clock cycle. The cell also replaces its stored value F by P. If the right hand side of equation (1.2) or (1.3) produces division by zero, the left hand' side is set to zero.

The first row boundary cell BJI is programmed to receive slightly different input formats as compared to otherwise similar cells B22 to' B44. It receives a one-bit upper left input δ of 0 or 1 via a serial input line, but reads the value from LUTl as though from an external memory in thirty-two bit parallel floating point format. It communicates with neighbouring cells Ij2 and B22 in a bit serial

manner. Boundary cells B22 to B44 are programmed to receive bit-serial thirty-two bit inputs. All boundary cells BJJ generate bit-serial outputs, horizontal outputs s " and ψ being provided as sixty-four successive bits comprising two thirty-two bit values each having eight exponent bits and twenty-four mantissa bits as previously mentioned. The output δ" requires only thirty-two bits.

Internal cells in the second to fourth columns of the QR processor 18, ie cells I jj where j = 2, 3 or 4, have stored elements k and operate on vertical inputs Ψ to produce outputs Ψ Fifth column internal cells have identical processing functions, but their stored elements are designated u and their vertical inputs and outputs are designated y and y'. All internal cells receive horizontal input of and ψ from respective left hand neighbour cells, and subsequently pass them on the next data clock cycle to right hand neighbours where available. Fifth column internal cells ^5 have unconnected right hand outputs in this example.

The processing functions of the internal cells are as follows:

k - k' , or u - u' (2.3)

In other words, each internal cell computes a vertical output Ψ % or y' by subtracting the product of its stored element k or u (originally zero) with a left hand input ψ from its vertical input Ψ or y. It then updates its stored element k or u by substituting the sum of its previous stored element with the product of its vertical output and its second left hand input s ~ . These operations occur every data clock cycle. First row internal cells I j 2 to 1^5 receive thirty-two bit parallel (external memory read) inputs from above, but all other internal cell inputs and outputs are bit serial as previously described for boundary cells.

The multiplier cell M55 receives serial thirty-two bit inputs y and δ from above and above left respectively, together with a single bit input σ from above right

(output of status latch SL11). When σ = 1, the multiplier's vertical output e is δy, the product of its two inputs. When σ = 0, the output E is the vertical input y. The multiplier M55 provides its output in thirty-two bit parallel floating point format (external memory write) at Q01. These operations occur in response to the data clock Δ every clock cycle. The multiplier cell M55 is required only for determining error values when σ = 1. It is not required when σ = 0, and may be omitted in applications of the invention not requiring error calculation.

The transputers employed in the QR and LSM processors 18 and 20 are well-known commercially available devices. Their programming to carry out the processing functions set out above is elementary, and will not be described.

Referring now also to Figure 3, the structure of each of the processing cells P is shown in more detail. The first and second sixteen-bit inputs P 1 and P 2 are connected to an adder array 30, the connection being made via an inverter array

32 in the case of the second input P 2 . The adder array 30 has a carry input

C jn connected to a supply voltage V cc corresponding to logic 1. The combination of inversion of all sixteen bits of the P 2 signal at 32 and addition of 1 to its least significant bit by virtue of C jn = 1 has the effect of converting the signal at P 2 to its two's complement. The addition of the P* signal to the two's complement of the P 2 signal corresponds to subtraction. The resulting difference is fed to a squarer 34, which produces a squared difference signal for output to a second adder array 36. The second adder array 36 adds the squared difference to the third input signal at p3, and the resulting output sum is stored in a latch array 38 clocked by the data clock Δ.

The inverter array 32 consists of three type number 74LS04 devices. The adder array 30 incorporates four type number 74LS293 four-bit adders. The squarer 34 consists of two type number MSL27512 64K by 8 bit programmed read-only memories (PROMs). They accept a sixteen-bit address input, and each provides an eight bit output. Collectively, they output the sixteen most significant bits of a thirty-two bit number equal to the square of their common input address. In effect, the lower sixteen bits of the square are ignored to reduce the amount of processing circuitry required. The second adder array 36 consists of five type

number 74LS293 adders in parallel. It adds the sixteen bit output of the squarer 34 to a twenty-bit signal from input P^ to provide a twenty-bit output to the latch array 38. Each arithmetic unit P in a column adds a sixteen bit number from the squarer 34 to the sum of similar squared results arising from the preceding members of the column. The purpose of employing twenty-bit input to and output from the second adder array 36 is to provide for the size of the accumulating sum to grow.

The latch array 38 consists of three eight-bit latches type 74LS273, the upper half of one of the latches not being used. This provides twenty latched bits for output' at P υ . The lowermost arithmetic units in each column, P21 to P24 have sixteen bit outputs formed by leaving unconnected the four least significant output bits of their respective latch arrays 38. A detailed drawing of an arithmetic unit P will therefore not be given since its design is straightforward.

The overall mode of operation of the processor 10 will now be described. Initially, the centre clock D is operated in synchronism with application of four successive centre elements to each of the centre inputs CI1 and CI2, one element being input on each centre clock cycle. The first centre input CI1 receives the sequence of centre elements C41 , C31 , C21 and CJJ , whereas the second centre input receives the sequence of centre elements C42, C32, C22 and cj2- These are clocked by the centre clock D into the centre latch chains CL11 to CL1 and CL21 to CL24 respectively on four successive clock cycles. The centre clock then stops. This provides for centre element cj; to be stored on centre latch CLj j , ie the centre element location corresponds to the inverse of the element's indices. Elements c^ and c j 2 are the elements of an ith two-dimensional vector c j locating the ith centre (i = 1 to 4). The elements CJJ and c j 2 are stored in adjacent arithmetic units PJJ and P2J (i = 1 to 4) in the first and second rows of the Φ processor 16. Consequently, each vertical pair or column of arithmetic units P becomes associated with a respective centre vector having two elements.

To initialise other parts of the processor 10, the data clock Δ is operated and the signal validity input SVI is held at logic 0 for twelve clock cycles. During this interval, and also for a subsequent interval to be described later, the signal status input SSI is held at logic 1. The SVI logic 0 input causes the one-bit

inputs of AND gates Al to A4 and AY1 to be switched to 0 on successive clock cycles; ie the one bit input to Al is 0 after three clock cycles, that to A2 after four and so on up to that to AY1 after seven clock cycles. In consequence, the outputs from these AND gates switch to 0 in succession, and the first row of processing cells B j j to l ζ of the QR LSM processor 18/20 receive successive zero inputs. By inspection, it will be seen that any signal path through the QR/LSM processor 18/20 via the jth first row cell to the output Q01 requires (10— j) data clock cycles, boundary cells having a diagonal delay of two clock cycles but a lateral delay of one clock cycle. The jth first row cell is however connected via AND gate Aj to the validity input SVI via (2+j) latches SL1 to SL2+j. In consequence, and irrespective of the signal path through the QR/LSM processor 18/20, after (10— j) + (2+j) = 12 clock cycles, the effect of zero inputs to the processor 18/20 have reached the output Q01. From equations (1.1) to (1.3) and (2.1) to (2.3), since stored elements F, k and u are initially zero, and vertical inputs to first row cells B^ to I15 become zero in . sequence, stored elements F, k and u remain zero and cell outputs are set to zero in the QR LSM processor 18/20. The Q01 output signal is therefore zero after twelve data clock cycles, and the signals at signal validity and status outputs SVO and SSO are 0 and 1 respectively. • - ■'

The next phase of operation of the processor 10 is referred to as the training phase. The signal at validity input SVI is switched to logic 1 , whereas that at status input SSI remains at logic 1. On N successive data clock cycles immediately following the twelve initialisation cycles previously mentioned, N successive training data vectors xj , X2 > ••• ΪN are input to data inputs DIl and DI2. Each vector x n (n = 1 to N) has two scalar elements x nj and x n 2 which are input to DIl and DI2 respectively; ie element x n [ is input to Dli. This corresponds to serial vector input in an element parallel manner. In synchronism with input of each training data vector x n , a respective training answer y n is input at YI1 , each y n being a scalar quantity in the present example.

Referring now also to Figure 4, a greatly simplified version of the Figure 1 processor 10 is shown to illustrate timing of operation. On the thirteenth data clock cycle, ie the first data clock cycle after initialisation, the first training answer y j is clocked into the Y latch chain to undergo seven data clock cycles (7τ) of delay before emerging from the Φ processor 16. At the same time, the first element x\\ of the first training data vector x\ is clocked into data latch DL11 and presented to the first row, first column arithmetic unit input P^ . Here it undergoes subtraction of the first element CJJ of the first centre vector c j . The result of subtraction is squared within unit ? \ , and the square is added to the signal at the third input P j j (zero in this case). On the next data clock cycle, the second element x j 2 of the first training data vector is input to unit P21 , having being delayed relative to x\\ input by data latch DL20. On this clock cycle, the result of the subtract-square-add operation in unit \ is clocked out of P j] and appears at the input P21. Consequently, the second row, first column arithmetic unit P21 subtracts Cj2 from xj2, squares the result and adds it to the similar result involving XJJ and CJJ output from P ] j . On the subsequent (fifteenth) data clock cycle, the output clocked from arithmetic unit P21 is therefore ( π-cn) + ( χ l2 -c 12) • i is equal to the square of the distance D jj in a Euclidean two-dimensional space between points represented by vectors x\ and c j ; ie DJJ is given by

Dπ - [xn-cπ] 2 + [χ 12 -c 12 ] 2 - | |χι-cι | | 2 (3) where II...11 represents the Euclidean norm. (The invention is, however, not restricted to use of the Euclidean norm, provided that the quantity employed is equivalent to a distance.)

1 The value Ω\\ is applied to the input of LUTl, which responds by outputting

the corresponding negative exponent exp (-DJI /10). The exponent is referred to as an element Ψ\\ it is given by:

φ U - exp [-D11/IO] - exp [- | | Xl - £l | | 2 /lθ] (4)

On the fourteenth to sixteenth data clock cycles, computations similar to those described above involving xi/£2 take place in second column arithmetic units P12 and P22- Moreover, a computation involving X2 an( * £1 takes place in first column units P j j and P21. These produce Ψγ and < f>2i from LUTl and LUT2 respectively, where ψ n - exp [-D j 2 /lθ] - exp [- | |x r c 2 | | 2 /lθ] (5)

and φ 21 - exp - exp [- | |x 2 - | | 2 /lθ] (6)

This procedure continues as successive training data vectors Xn P ass horizontally across the Φ processor 16 each giving rise to four respective values V nj to Ψ n ^ output from LUTl to LUT4 respectively on four successive data clock cycles. In general, the element V nm is output from the mth column (LUTm) of the Φ processor 16 on the (n+m+13)th data clock cycle. Of these, the first twelve data clock cycles formed the initialisation interval. Consequently, AND gate Al receives VJJ on the fifteenth data clock cycle in synchronism with input of logic 1 from the third validity latch VL3. This transfers <Pγγ to the vertical input of boundary cell B jj . Similarly, as the logic 1 signal passes along the validity latch chain, Ψγι to Ψ\ reach internal cells \\_χ to I14 via AND gates A2 to A4 on data clock cycles sixteen to eighteen. The logic 1 signal reaches AND gates AE1 and AY1 on the nineteenth data clock cycle, by which time the first training answer y j has reached AND gate AY1 after a delay of seven clock cycles in latches YL11 etc. This results in input of y j to the first internal cell

Il5 of the LSM processor 20.

To summarise, data clock cycles fifteen to nineteen correspond to input of Ψ\\ to Ψ\_\ and yi to the QR LSM processor 18/20. In general Ψ n \ to n 4 and y n are input to the processor 18/20 on data clock cycles (n+14) to (n+18). This provides for what is referred to in the art of systolic array processors as a temporally skewed input to the processor 18/20; ie input of Ψ^ leads input of Ψ n j +i by one clock cycle, and input of V n 4 has a like lead over input y n . This input timing is illustrated in Figure 4. Each set of four elements ^ n j to V n (n = 1.2....N) is treated as a transformed vector Ψ n , and arises from the

nth training data vector x n . The QR/LSM processor 18/20 consequently receives input of successive transformed vectors f_ n and associated training answers y n with a temporal skew of one data clock cycle per element or per first row cell B j j to l\ ζ . Each training answer y n appears as an extension or extra element or dimension of its corresponding n .

The QR LSM processor 18/20 is of known kind. One mode of operation is described in British Patent No. GB 2.151.378B and United States Patent No. 4,727,503. This first mode corresponds to the present training mode where δ = 1 for the first boundary cell B^ and σ = 1 for the multiplier cell M55.

Its operation in a second mode to be described later (δ = σ = 0) is disclosed by J.G. McWhirter and T.J. Shepherd in "A Systolic Array for Linearly Constrained Least-Squares Problems", Proc. SPIE, Vol. 696, Advanced Algorithms and Architectures for Signal Processing (1986). Its operation will therefore be given in brief only. The processing functions for the boundary and internal cells BJI to B44 and Ij2 to I45 set out in Figure 2 are in accordance with a Givens' square-root free rotation algorithm. They provide for the QR processor 18 to execute a QR decomposition of successive temporally skewed input vectors n (n = 1 to N). The decomposition results in the input matrix Φ(N) (consisting of row P j to N) being triangularised by rotation, and providing parameters of the form f and ψ which operate on yj to yjj as though the latter constituted an extra column of Φ(N); s " is related to the sine of the angle through which Φ is rotated. Rotation algorithms for triangularising matrices are well known, and may involve the computation of square-roots or be of the square-root free variety. They are described in the foregoing prior art, and also by W. Givens in J. Soc. Ind. Appl. Math. 6, 26-50 (1958) and W.M. Gentleman in J. Inst. Maths. Applies. 12, pp 329-336 (1973). In the computationally more onerous rotation algorithms involving square-roots, the triangular matrix R (into which the matrix Φ is rotated) has matrix elements r stored on individual boundary and internal cells and updated each clock cycle. It computes explicit sine and cosine rotation parameters. In the more convenient square-root free variety, R is not computed explicitly. It is treated as a product of a diagonal matrix and a triangular matrix, the squares of the elements of the diagonal matrix being stored on boundary cells and the elements of the triangular matrix being stored on internal cells and updated each clock cycle in both cases. Even though R is not

computed explicitly, this form of processing is also referred to as QR decomposition. In the present example, square-root free processing functions are employed as set out in Figure 2. However, rotation algorithms are equivalent, and choice of an individual algorithm does not affect the computation other than 5 possibly as regards degree of accuracy.

GB 2.151.378B and US 4,727,503 referred to above prove in detail that input of successive temporally skewed vectors £ι...S£n...-- v N anc * sca rs yi "-yn--yN to a QR/LSM array of the kind 18/20 produces from the multiplier cell M55 least 0 squares residuals eι...e n ...e^, the general value e n being given by

e n - Φ *n w(n) + yn (7)

5 where the symbol T indicates the transpose of a column vector Ψ n to a row vector 5 j; w(n) is the least squares weight vector arising from inputs Ψ_γ to n . The residuals e n are produced by the multiplier cell M55 by multiplying its two inputs δ and y together, since in the training mode σ input fro the eleventh status latch SL11 is equal to 1. 0

The vector w(n) is not in fact computed explicitly. The QR/LSM processor 18/20 produces e n by a route which avoids this.

Each value e n is a least squares residual arising from a suitable weight vector 5 w(n) operating on Ψ^, and computed such that the expression

0 has a minimum value. In effect, the implicit weight vector w(n) is arranged to

T vary until the weighted linear combination fjw(n) is as nearly as possible of equal magnitude and opposite sign to y_, averaged from i = 1 to n. The residual β jj then expresses the remaining error or degree of mismatch still

- . existing after this process has been carried out on a least squares basis.

The training mode of operation is carried out until the Nth training data vector Xf j and training answer y j j have passed into the Φ processor 16. Twelve data clock cycles after input of X anc * yN at DI1/DI2 and YI1 , the corresponding residual en is output at Q01 from the multiplier cell M55 and given by

"N - w(N) + y N, (8)

The weight vector w(N) is that arising from all j to ,^, which respectively correspond to xi to sj. Although as has been said w(N) is not computed explicitly, the operation of the QR/LSM processor 18/20 provides residuals e j to e j s-f as if it had been computed; ie the boundary and internal cells B j j to B44 and I}2 to I45 compute stored matrix elements and generate and apply rotation parameters respectively (as set out in Figure 2) to implement transformations providing residuals equivalent to those which would arise from an explicit computation of w(n) in each case n = 1 to N.

After input of Vjsji (corresponding to Xfj and cj) to the first boundary cell BJI, this cell's stored element F has been computed over all first column elements to the matrix Φ. This occurs on the (N+15)th data clock cycle. One clock cycle later, the stored element k of internal cell \ becomes updated. One further clock cycle later, the elements of cells B22 and 1^3 become updated. Consequently, what may be termed a wavefront passes through the QR/LSM processor 18/20 producing final update of the stored elements T and k or u in the respective cells. This will not be described in detail, since temporally skewed systolic array operation and timing is well known.

On the data clock cycle following input of xjyj and y^ to inputs DI1/DI2 and YI1 , the inputs to the Φ processor 16 are switched to the test mode of operation. In this mode, test data values are substituted for training data values, and provision is made to suppress update of elements stored in the QR/LSM processor 18/20 in a temporally skewed manner. The test data values are z m (m = 1 to M); these have elements z m j and Z Q ^ which replace elements x n j and X Q 2 data inputs DIl and DI2 respectively. Training answer input YI1 receives zero inputs throughout the test mode. Test data vectors z m become transformed in the Φ processor 16 to vectors #(z); each transformed data vector

becomes extended by a zero element because YI1 = 0, corresponding to absence of a training answer. The signal validity input SV remains at logic 1 , but the signal status input SSI is switched to logic 0. This also forces zeros into AND gate AY1 seven clock cycles later, so it is in fact unnecessary to set YI1 to zero.

On the data clock cycle after boundary cell BJJ received Ψ^i, it receives Vn(z), ie the element arising from processing of z in the first column of the Φ processor 16. This clock cycle is three cycles later than the switching of status input SSI from 1 to 0. Consequently, the first boundary cell BJJ receives δ = 0 from the third status latch SL3. This has the effect of suppressing update of the cell's stored element F, since F* is computed from F + he -, and provides for s " = bφlT* to be equal to zero. One clock cycle later, when - 0 reaches internal cell Ij2 synchronism with input of (z), update of k -stored within that cell is suppressed since k' = k + sφ'. Stored element update suppression passes as a wavefront along the rows and down the boundary diagonal of the QR/LSM processor 18/20. Each cell experiences update suppression in synchronism with input of elements \\(ϊ) to n(z) (cells BJJ to I14), 0 (cell I15), or inputs derived therefrom in the case of cells below the first row.

In consequence of update suppression, each vector m (z) (m = 1 to M) produced from a respective Z QJ becomes processed at boundary and internal cells operating non-adaptively. The cells implement a transformation equivalent to weighting with the final version w(N) of the weight vector. On t e' data clock cycle following computation of the last residual e j yj by the multiplier M55, the input σ from the eleventh status latch SL11 becomes logic 0. The multiplier M55 consequently outputs its vertical input without multiplication by δ. c Under these circumstances, with each J£(z) vector extended by a zero element, it is shown in the patents previously referred to that the output E j of the multiplier cell M55 is given by

On subsequent data clock cycles E2, E3 ... E j ^ are output by the multiplier M S 5 in sequence, the general expression being

m « (z) (N) (10)

Equation (10) may be rewritten as

Equations (10) and (11) show that E m is derived by transforming z m to _£ m (z) as a nonlinear function (Gaussian) extending from four origins or centres to £4, and then forming a linear combination or sum of ep(z) elements weighted with the elements wι(N) to 4( ) of a weight vector w(N) obtained from a (least squares) fit of like- transformed data x n to known answers y n .

The processor 10 consequently produces estimates E m of unknown results on the basis of a model obtained by fitting transformed training data to training answers. Strictly speaking, the estimates E m are produced with opposite sign to y n , as shown by comparison by Equations (8) and (10).

Since the processor 10 incorporates a nonlinear transformation, it is suitable for nonlinear problems. Furthermore, the processor 10 is guaranteed to produce convergence to a unique set of solutions or estimates E m that is the best obtainable on the basis of any particular choice of nonlinear function, positioning of centres gj to £4 and number and accuracy of training data and answer sets. Convergence of the model occurs in a fixed time, ie the latency of the processor 10 (twelve data clock cycles) plus the number of training data/answer sets.

Referring now to Table 1 , there are shown the validity and status output signals and the output signal at QOl to which they correspond. The QOl output is meaningless if SVO is at logic 0. If SVO is at logic 1 , QOl provides errors e n or estimates (results) E m according to whether SVO is at logic 1 or 0.

TABLE 1

In practice the processor 10 is operated in the training mode until an error value e n is obtained which is sufficiently small to indicate an accurate fit of transformed training data to training answers has been obtained. If e n does not become sufficiently small as n increases, it means that the training data and/or answers are inaccurate, the centres c_ι to £4 are too few or poorly chosen, or the nonlinear function (Gaussian in the preceding example) is inappropriate. When e n becomes sufficiently small, the processor 10 may be used to provide estimates E m from test data. It should not however be assumed from this that the error values e n monotonically fall to some low level irrespective of input data. In fact, error values are obtained by the processor 10 in the course of fitting or weighting the elements of successive g vectors. This requires four weighting coefficients or elements as indicated in Equation 11. No least squares fit can arise until a problem is overdetermined by having more data values than determinable coefficients. In consequence, no error value arises until after a start-up period ends, ie until after five transformed vectors 52 , $ 22 etc have been input to the QR/LSM processor 18/20 and have given rise to an output at QOl eight clock cycles later. The error value e n is therefore zero for the first four transformed vectors \ to 52 4, and becomes non-zero for g$* and subsequent terms. Mathematically, it is an "a posteriori residual". It indicates the least squares error obtained between the most recent data vector and a model computed over all data vectors including the most recent. "Most recent" in this sense means the latest data vector which has given rise to an output at QOl. In

other words, the a posteriori residual e n is the error between <£ n and the model computed from gj to j^.

In the course of the training mode, the QR LSM processor 18/20 builds up a model in terms of R matrix elements stored on individual cells. If during training but after start-up the error values e n become appreciably larger in response to input data vectors, it means that the model is changing significantly to accommodate new information. This might arise if the training procedure introduced data relating to a previously unexamined region. If so, more data on such a region should be used in training to allow the model to adapt to accommodate it.

The processor 10 may be employed to output another form of residual or error value, the "a priori residual". A feature of the processing functions illustrated in Figure 2 is that the output of the lowermost internal cell I45 is the a priori residual, this being a consequence of the square root free rotation algorithm employed. It can be shown that this residual is the error obtained between $ β n and a model computed from gi to <£__-\ ', ie, the model is computed over all but the most recent value before the error between that value and the model is determined.

The processor 10 has been described as operating on two-dimensional data, employing four two-dimensional centres and producing one-dimensional estimates E J JJ on the basis of one-dimensional training answers. It may be referred to as a 2/4/1 device. It is exemplified in this form because it is then suitable for modelling the EX-OR problem, for which the linear perceptron approach is inappropriate. It is however by no means restricted to a 2/4/1 structure, as will now be described.

Referring now to Figures 5 to 8, in which elements equivalent to those previously described are like or similarly referenced, there is shown a simplified representation of a processor 10 of the invention in J/K/L form; ie the input space (data vectors x or z) is J-dimensional, there are K centres and the answer or output space (vectors y or E) is L-dimensional. Chain lines and dots appear in Figure 5 to indicate structure not illustrated explicitly.

- 23 -

The J/K/L processor 10 has J data inputs DIl to DIJ, the jth data input DIj (j = 1 to J) being connected to the Φ processor 16 via (j-1) data latches indicated collectively by a triangle 50. The latch array 50 provides a temporal input skew across the elements x n to x nj of input data vectors such as x n . The array 50 is the higher dimensional equivalent of the single latch DL20,

There are L inputs YI1 to YIL for elements y n ι to y^ of training answer vectors y n , and the δth input Ylfi (0. - 1 to L) is connected to the Φ processor 16 via (fi-1) latches collectively forming a triangle 52. Signals from each of the inputs YI1 to YIL undergo delays of (J+K+l)τ within the Φ processor 16, where r is a data clock cycle.

Status and validity inputs SSI and SVI are connected via J latches to the Φ processor 16, as opposed to two in the earlier example. '

The processor 16 has a J by K array of arithmetic units Pn to P j ς each of the kind previously described. Each column of arithmetic units has a respective AND gate, so there are K AND gates Al to AK each with neighbouring status and validity latches (not shown). Similarly, signals from inputs YI1 to YIL pass to respective AND gates AY1 to AYL with associated enabling AND gates AE1 to AEL (not shown). The general Y signal AND gate AYC (Q = 1 to L) is illustrated inset in Figure 6. Its enabling gate AEC receives input signals from the (J+K+β)th status and validity latches as shown.

- The QR and LSM processors are expanded to K by K and K by L arrays respectively. The first boundary cell Bn receives a δ input" trom the (J+l)th status latch SLJ+1 (not shown) within the processor 16. The single LSM column in the Figure 1 example now becomes an array of like columns. Data flow is along rows and columns of the combined QR/LSM processor as previously described. Figure 7 is an illustration of part of Figure 5 shown in more detail. It shows the first two multiplier cells M^+i κ+l > ^K+l K+2« together with internal cells Ijζ K+J , Ijζ κ + 2 aD °ve them and lowermost boimdary cell Bjgς to their left. All cell processing functions are as previously described with reference to Figure 2; ie rotation parameters, s " , ψ, are passed along the rows of the extended LSM processor 20. Input values y are employed to compute y' for

output down respective columns, and, during training mode, are used to update u. Each multiplier cell passes on input values δ to a respective neighbouring multiplier cell (where applicable). During training mode, it multiplies its vertical input by δ to produce an output below. During test mode, the vertical input provides an output directly. Each of the cells type B, I, M operates under the control of the data clock Δ as before. The additional LSM columns operate progressively later in time. To accommodate this, the fith multiplier cell Mj + κ+12 receives a σ input from the (J+2K+β)th status latch (fi = 1 to L) as illustrated in Figure 8. Consequently, the multiplier cells switch from output of error elements to estimate elements in succession along their row. To provide for simultaneous output from the LSM processor 20, a third array of latches 54 is employed to implement temporal deskewing. The latch array 54 provides for the fith multiplier cell Mjζ+i jς+fi to be connected to its respective output Q0C by (L-β) latches. Status and validity outputs SSO and SVO are connected to corresponding inputs SSI and SVI by respective chains of (J+2K+L+1) latches, of which the last is shown in each case.

The latch arrays 50, 52 and 54 provide for simultaneous input of elements of each vector (x, or z) to the Φ processor 16, and for simultaneous output of errors and estimates which are now vectors e and E.

The Figure 5 processor 10 demonstrates applicability of the invention to complex problems. In many cases, the number of parameters required to model a system, ie the number of elements per input vector x or z, may be unknown. Moreover, the number of expansion centres c j etc necessary may be unknown. Under these circumstances, increasing numbers of centre and input parameters may be employed to achieve acceptably small error values during training. In other words, training is carried out with a selected number of centres and parameters. If this yields poor error values, the number of centres and/or the number of parameters is increased. The processor may also be tested by inserting test data z for which there are known answers but which are not employed in training. The estimate vectors E may then be compared with the known answers to which they should correspond.

The equivalent of equations (10) and (11) for the J/K/L processor of Figure 5 are as follows:

E

~m - « (z) W(N) (12)

mn " (z > W fin (N > (13)

Equations (12) and (13) demonstrate that the weight vector w(N) of equations (10) and (11) has become a weight matrix W(N) having columns equivalent to individual weight vectors and matrix elements Wg n (N).

As has been said, the QR LSM processor 18/20 does not compute the weight vector or matrix explicitly. It is however possible to extract either of these. By inspection of equations (11) and (13), if a Φ vector having one unit element and all other elements equal to zero is input to the processor 18/20 when update is suppressed, its output will provide a weight element (equation (11)) or a set of weight elements (equation (13)). Referring to equation (11 ), successive input vectors ψj of (1 ,0,0,0), (0,1 ,0,0), (0,0,1 ,0) and (0,0,0,1) are input to the processor 18/20. (Means for achieving this are elementary and will not be described.) This provides elements ι(N) to W4(N) of the weight vector w(N) on successive clock cycles. Similarly, from equation (13), the Figure 5 device (receiving like inputs) produces successive rows WJJ(N) to WnJN), W2i(N) to W2L(N), etc of the weight matrix W(N) on successive cycles, W(N) having K rows and L columns. Consequently, the form of the weight may be extracted explicitly.

Explicit extraction of the weight leads to a further embodiment of the invention illustrated in Figure 9. This shows a Φ processor 16 providing m (z) vector elements Ψ m \ to V m 4 to two adders 60 and 62 via respective weighting multiplier arrays 64 and 66 having multiplier cells 64 } to 644 and 66 to 664. The multiplier cells are arranged to multiply their respective inputs by respective weighting coefficients. Each multiplier array implements multiplication of the row

vector ^_(z) by a respective column n to W4 n (n = 1 or 2) of the weight matrix W(N) having two rows and four columns. The matrix is determined by the extraction procedure previously described. The adders 60 and 62 consequently provide sums of j£ m (z) vector elements weighted in accordance with the least squares fit determined in a training procedure. These are therefore the elements Emi and E m 2 of a result estimate vector. This may clearly be extended to generation of result estimate vectors with any number of elements. In consequence, provided that a weight vector or matrix has been determined in a training/extraction procedure, the result may be employed elsewhere on a simplified device as shown in Figure 9. This is beneficial for problems requiring very large training procedures, but which do not require updating or training. For such problems, a processor 10 may be employed to determine the weighting scheme, and the results may then be loaded into any number of devices of the kind shown in Figure 9 for use in text mode.

The processor 10 has been described as employing fixed point arithmetic in the Φ processor 16 and floating point arithmetic in the QR/LSM processor 18/20. Fixed point arithmetic devices have the advantage of cheapness and operating speed. Their disadvantage is that of variable percentage accuracy, in that accuracy reduces as number value falls; ie the sixteen bit number 1...1 (all Is) with an uncertain least significant bit (lsb) is ± 0.0008% accurate. However, the number 0...01 (fifteen 0s, one 1) would be ± 50% accurate if the lsb is uncertain. However, the nonlinear function exp(-D 2 /10) employed in look-up tables LUTl etc is very slowly varying when D is small. Consequently, increasing inaccuracy with reduction in D is counteracted by increasing insensitivity of the exponent to change in D. It is however advisable to employ floating point arithmetic devices in the QR LSM processor 18/20, since here fixed point inaccuracy may become serious.

The foregoing description has shown how the processor of the invention is trained to produce a nonlinear transformation of a training data set x n with respect to a set of centres or spatial origins c m , and subsequently by QR decomposition it carries out operations mathematically equivalent to forming linear combinations (weighting) of the elements Ψ of each vector f_ so that the resulting weighted sum given by:

- 27 -

is as nearly as possible equal to -yj on a least squares error minimisation basis. When in test mode the QR LSM processor update is suppressed, ie when the processor state is frozen, it can be tested with data for which there are known comparison answers not employed in training. It is then used with test data for which there are no known answers. However, it is not always necessary to perform initialisation and training of the processor 10. For example, it is possible to carry out a large training procedure on one processor 10, establish the validity of its operation, and then subsequently load the QR/LSM section of other processors 10 with the stored elements F, k and u obtained elsewhere. This provides for a plurality of single (frozen) mode processors to operate in test mode on the basis of the training of a different device. It is advantageous for situations requiring long training data sets but comparatively short test data sets.

In other circumstances, it is an advantage to employ a processor of the invention which is switchable between training and test modes because it allows retraining; ie it is possible to revert back to a training mode after a test sequence and input further training data. The effect of the original training procedure may be removed by initialising the processor with zero inputs as previously described. Its effect may alternatively be retained and merely augmented by input of further training data. This has a potential disadvantage in that each successive training data vector may have progressively less effect. For example, after say one thousand training data vectors have been input, the boundary cell stored element F may be very little changed by updating with addition of the one] thousand and first hep- (see Figure 2). To make the QR LSM processor 18/20 prefeiξentially sensitive to more recent data, what is referred to as a "forget factor" β is introduced. The factor β is known in the field of QR decomposition processing. To implement this, the boundary cell functions given in equations (1.1) and (1.3) are amended as follows:

2- 2 r ' - β r + bφ

δ " β 2 δr/r'

where, during the test phase, β=l , and during the training phase, 0 < β < 1. 5 Normally, β will be very close to unity during training. Its effect is to make stored values F, k and u reduce slightly each clock cycle; ie they decay with time. Elements k and u are affected indirectly via the relationships between F' and s~, and and k*.

f . The foregoing examples of the invention employed a nonlinear transformation of the Euclidean distance D (a real quantity --> 0) to exp(-D 2 /10). This function is referred to as the Gaussian approximation in numerical analysis. Possible nonlinear transformations include:

5 ep D) = D, piece-wise linear approximation (mathematically a nonlinear transformation involving a fit of line segments to a curve), φ(D) = ∑ , cubic approximation, φCD) = D 2 logD, thin plate splines, epζD) = (D 2 +A 2 )i, multiquadratic approximation (where A is a positive 0 constant of the order of the mean nearest neighbour distance between the chosen centres), <p(D) = (D^A 2 )-- 1 , inverse multiquadratic approximation, <p(D) = expf-E^/A 2 ), Gaussian approximation referred to above with 5

More generally, it is sufficient (but not necessary) for the chosen nonlinear transformation to involve a function which is continuous, monotonic and non-singular. However, functions such as fractal functions not possessing all these properties may also be suitable. Suitability of a function or transformation

30 is testable as previously described by the use of test data with which known answers not employed in training are compared.

The QR LSM processor 18/20 fits transformed vectors jβ-, etc to corresponding training answers yi etc by weighting the vector elements appropriately to obtain a

~ - least squares fit computed over all training data. The QR decomposition

approach and its implementation on a systolic array provide a least squares solution which is mathematically exact. Against this, for some purposes it may prove to be computationally onerous, since for example the number of processing cells increases rapidly as the number of centres used in a problem increases. One alternative fitting technique employs the Widrow LMS algorithm. This technique together with an apparatus for its implementation are disclosed in British Patent No. 2,143,378B. It exhibits inferior convergence and accuracy properties as compared to the QR decomposition approach, but requires reduced signal processing circuitry. More generally, fitting techniques other than least mean squares approaches are also known and may be used to fit training g vectors to training answers. Known fitting techniques include for example those based on minimisation of the so-called L j norm, in which a sum of moduli of differences is minimised (as opposed to a sum of squared differences in the QR approach). Alternative optimisation methods include maximum entropy and maximum likelihood approaches.




 
Previous Patent: MAGNETIC ENCODING DEVICE FOR CARDS

Next Patent: MONITORING