Pedro Domingos
Pedro Domingos is a Professor at University of Washington.[2] He is a researcher in machine learning known for Markov logic network enabling uncertain inference.[3][4]
Pedro Domingos | |
---|---|
Alma mater | University of California, Irvine (MS, PhD) Instituto Superior Técnico - University of Lisbon (MS, Licentiate) |
Known for | The Master Algorithm[1] |
Awards | SIGKDD Innovation Award (2014) AAAI Fellowship (2010) Sloan Fellowship (2003) Fulbright Scholarship (1992-1997) |
Scientific career | |
Fields | Artificial intelligence Machine learning Data science[2] |
Institutions | University of Washington |
Thesis | A Unified Approach to Concept Learning (1997) |
Doctoral advisor | Dennis F. Kibler |
Website | homes |
Education
Domingos received an undergraduate degree and Master of Science degree from Instituto Superior Técnico (IST).[5] He moved to the University of California, Irvine, where he received a Master of Science degree and followed by PhD.[5]
Research and career
After spending two years as an assistant professor at IST, he joined the University of Washington as an Assistant Professor of Computer Science and Engineering in 1999 and became a full professor in 2012.[6] He started working for D.E. Shaw in 2018.[7]
Publications
- 2015: The Master Algorithm[1]
- 2015: (with Abram Friesen). Recursive Decomposition for Nonconvex Optimization. IJCAI 2015 Distinguished Paper Award.
- 2011: (with Hoifung Poon). Sum-Product Networks: A New Deep Architecture. UAI 2011 Best Paper Award..
- 2009: (with Hoifung Poon). Unsupervised Semantic Parsing. EMNLP 2009 Best Paper Award.
- 2005: (with Parag Singla). Object Identification with Attribute-Mediated Dependences. PKDD 2005 Best Paper Award.
- 1999: MetaCost: A General Method for Making Classifiers Cost-Sensitive. SIGKDD 1999 Best Paper Award for Fundamental Research.
- 1998: Occam's Two Razors: The Sharp and the Blunt. SIGKDD 1998 Best Paper Award for Fundamental Research.
Awards and honors
- 2014: ACM SIGKDD Innovation Award.[8] for his foundational research in data stream analysis, cost-sensitive classification, adversarial learning, and Markov logic networks, as well as applications in viral marketing and information integration.
- 2010: Elected an Association for the Advancement of Artificial Intelligence (AAAI) Fellow.[9] For significant contributions to the field of machine learning and to the unification of first-order logic and probability.
- 2003: Sloan Fellowship
- 1992-1997:Fulbright Scholarship
gollark: ```rustextern crate mogwai;use mogwai::prelude::*;let (tx, rx) = txrx_fold( 0, |n:&mut i32, _:&Event| -> String { *n += 1; if *n == 1 { "Clicked 1 time".to_string() } else { format!("Clicked {} times", *n) } } );button() .rx_text("Clicked 0 times", rx) .tx_on("click", tx) .run().unwrap_throw()```I do not understand how this is meant to work.
gollark: I basically just want to improve my dice roller thing.
gollark: Hyperapp's 2KB, Mithril is 10KB.
gollark: *However*, this is "game"-type content for osmarks.tk.
gollark: I mean, if I was writing some sort of... CRUD app, yes, I would use server rendering.
References
- Domingos, Pedro (2015). The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World. New York: Basic Books. ISBN 978-0-465-06570-7. OCLC 1039158596.
- Pedro Domingos publications indexed by Google Scholar
- "Pedro Domingos on the Arms Race in Artificial Intelligence". spiegel.de. Der Spiegel.
- Domingos, Pedro; Pazzani, Michael (1997). "On the Optimality of the Simple Bayesian Classifier under Zero-One Loss". Machine Learning. 29 (2/3): 103–130. doi:10.1023/A:1007413511361. ISSN 0885-6125.
- Domingos, Pedro. "Pedro Domingos". Retrieved 17 November 2018.
- "Pedro Domingos | Computer Science & Engineering". www.cs.washington.edu. Retrieved 2019-05-12.
- https://medium.com/syncedreview/pedro-domingo-will-lead-new-d-e-shaw-machine-learning-group-3c722e41aafc
- 2014 SIGKDD Innovation Award: Pedro Domingos
- "Elected AAAI Fellows". aaai.org.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.