Difference between revisions of "Analog Evaluation"

From Chessprogramming wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
* [https://scholar.google.com/citations?user=_WlPFxIAAAAJ&hl=en Amir Yazdanbakhsh], [https://www.linkedin.com/in/stamant Renée St. Amant], [https://www.linkedin.com/in/bthwaites Bradley Thwaites], [https://scholar.google.com/citations?user=4Fw2ma4AAAAJ&hl=en Jongse Park], [https://scholar.google.com/citations?user=LnB5_AcAAAAJ&hl=en Hadi Esmaeilzadeh], [https://scholar.google.com/citations?user=NSbws80AAAAJ&hl=en Arjang Hassibi], [https://scholar.google.com/citations?user=KzESVKwAAAAJ&hl=en Luis Ceze], [https://scholar.google.com/citations?user=5JtQbw0AAAAJ Doug Burger] ('''2014'''). ''[http://dl.acm.org/citation.cfm?id=2665746 Toward General-Purpose Code Acceleration with Analog Computation]''. [[ACM#SIGARCH|ACM SIGARCH Computer Architecture News]] - [http://cag.engr.uconn.edu/isca2014/ ISCA '14], Vol. 42, No. 3, [http://www.cc.gatech.edu/~hadi/doc/paper/2014-wacas-anpu.pdf pdf]
 
* [https://scholar.google.com/citations?user=_WlPFxIAAAAJ&hl=en Amir Yazdanbakhsh], [https://www.linkedin.com/in/stamant Renée St. Amant], [https://www.linkedin.com/in/bthwaites Bradley Thwaites], [https://scholar.google.com/citations?user=4Fw2ma4AAAAJ&hl=en Jongse Park], [https://scholar.google.com/citations?user=LnB5_AcAAAAJ&hl=en Hadi Esmaeilzadeh], [https://scholar.google.com/citations?user=NSbws80AAAAJ&hl=en Arjang Hassibi], [https://scholar.google.com/citations?user=KzESVKwAAAAJ&hl=en Luis Ceze], [https://scholar.google.com/citations?user=5JtQbw0AAAAJ Doug Burger] ('''2014'''). ''[http://dl.acm.org/citation.cfm?id=2665746 Toward General-Purpose Code Acceleration with Analog Computation]''. [[ACM#SIGARCH|ACM SIGARCH Computer Architecture News]] - [http://cag.engr.uconn.edu/isca2014/ ISCA '14], Vol. 42, No. 3, [http://www.cc.gatech.edu/~hadi/doc/paper/2014-wacas-anpu.pdf pdf]
 
* [[George Rajna]] ('''2016'''). ''Neuro-Inspired Analog Computer''. [http://vixra.org/abs/1610.0110 viXra:1610.0110]
 
* [[George Rajna]] ('''2016'''). ''Neuro-Inspired Analog Computer''. [http://vixra.org/abs/1610.0110 viXra:1610.0110]
 +
* [https://dblp.org/pers/hd/s/Serb:Alexander Alexantrou Serb], [[Edoardo Manino]], [https://dblp.org/pers/hd/m/Messaris:Ioannis Ioannis Messaris], [https://dblp.org/pers/hd/t/Tran=Thanh:Long Long Tran-Thanh], [https://www.orc.soton.ac.uk/people/tp1f12 Themis Prodromakis] ('''2017'''). ''[https://eprints.soton.ac.uk/425616/ Hardware-level Bayesian inference]''. [https://nips.cc/Conferences/2017 NIPS 2017] <ref>[https://en.wikipedia.org/wiki/Bayesian_inference Bayesian inference from Wikipedia]</ref>
  
 
=Forum Posts=
 
=Forum Posts=

Latest revision as of 21:41, 21 May 2019

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