Difference between revisions of "Analog Evaluation"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Hardware * Analog Evaluation''' FILE:Op-Amp Summing Amplifier.svg|border|right|thumb| Summing amplifier <ref>A [https://en.wikipedia.org/wiki/Ci...")
 
Line 45: Line 45:
 
* [https://en.wikipedia.org/wiki/Physical_neural_network Physical neural network from Wikipedia]
 
* [https://en.wikipedia.org/wiki/Physical_neural_network Physical neural network from Wikipedia]
 
* [http://www.scidacreview.org/0804/html/hardware.html SciDAC Review - HARDWARE: Cortical Computing with Memristive Nanodevices]
 
* [http://www.scidacreview.org/0804/html/hardware.html SciDAC Review - HARDWARE: Cortical Computing with Memristive Nanodevices]
* [[Videos#AchimZepezauer|Achim Zepezauer]] - Rätsel <ref>[https://de.wikipedia.org/wiki/R%C3%A4tsel Rätsel - Wiikipedia.de] (German) » [https://en.wikipedia.org/wiki/Riddle Riddle from Wikipedia]</ref>, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
+
* [[:Category:Achim Zepezauer|Achim Zepezauer]] - Rätsel <ref>[https://de.wikipedia.org/wiki/R%C3%A4tsel Rätsel - Wiikipedia.de] (German) » [https://en.wikipedia.org/wiki/Riddle Riddle from Wikipedia]</ref>, [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 
: {{#evu:https://www.youtube.com/watch?v=o7N8S5YqG6o|alignment=left|valignment=top}}
 
: {{#evu:https://www.youtube.com/watch?v=o7N8S5YqG6o|alignment=left|valignment=top}}
  
Line 52: Line 52:
  
 
'''[[Hardware|Up one Level]]'''
 
'''[[Hardware|Up one Level]]'''
 +
[[Category:Achim Zepezauer]]

Revision as of 20:14, 26 September 2018

Home * Hardware * Analog Evaluation

Summing amplifier [1]

Analog Evaluation, (Analogue Evaluation)
a hypothetical dedicated special purpose hardware to evaluate a chess position using analog circuits such as resistive networks, operational amplifier (op-amps), and in particular the analogous FPGA counterparts FPAA, to map digital or discrete input signals, representing the board or aspects of the board, to an analog output representing an evaluation score along with some noise as input of an analog-to-digital converter. Jonathan Allen, Edward Hamilton, and Robert Levinson mentioned a method to convert a chess mobility graph to a resistive network which could be computed using the residual resistance property of interconnected chips within their Morph III project [2]. Using memristors, memistors, or even a kind of motorized potentiometers [3] as used in closed loop control and servomechanisms, would allow the implementation of physical neural networks as analog evaluation device with machine learning features [4].


Summing Amplifier

A summing amplifier using an operational amplifier with feedback resistor Rf sums several (weighted by input resistors 1..n) voltages to an negated output ...

OpAmpFormula.jpg

... and may be used to implement a classical evaluation function as linear combination of independent features (F) and associated weights (W):

EvalLinearFormula1.jpg

See also

Publications

Forum Posts

Re: Discussion of Special Purpose hardware for chess search by Gerd Isenberg, CCC, April 25, 2008

External Links

Summing Amplifier is an Op-amp Voltage Adder
Operational Amplifier Summary, Op-amp basics

References

Up one Level