Sunday, June 9, 2019

AI gurus we all must know

1. Dr. Rina Dechter fellow of the Association for Computing Machinery (the body which gives the Turing Award).


2. Dr. Judea Pearl Got the Turing award in 2011 for inventing the Bayesian Networks.

3. Dr. Geoffrey Hinton Father of modern AI , heGot the Turing award in 2018 .

4. Arthur Samuel Father of Machine Learning.

No comments:

Post a Comment

Integer caching in python

  Python (specifically the default CPython implementation) uses integer caching to optimize performance and memory usage by pre-allocating ...