George Cybenko

George Cybenko is the Dorothy and Walter Gramm Professor of Engineering at Dartmouth and a fellow of the IEEE.[1]

Education

Cybenko obtained his BA in mathematics from the University of Toronto and received his PhD from Princeton in applied mathematics of electrical and computer engineering in 1978.

Work

Cybenko has served as an advisor for the Defense Science Board and several other government panels and is the founding editor-in-chief of the IEEE Security & Privacy magazine. His current research interests are distributed information, control systems, and signal processing, with a focus on applications to security and infrastructure protection. He is known for proving the universal approximation theorem for artificial neural networks with sigmoid activation functions.[2]

gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```
gollark: That's what python is doing, yes.
gollark: It's a combination of somewhat weird things.
gollark: I picked that image because it's small and I happened to have it around.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.