Elliptic Curve Cryptography Tutorial - Understanding ECC through the Diffie-Hellman Key Exchange
Elliptic Curve Cryptography (ECC) is a type of public-key cryptography that relies on the math of both elliptic curves as well as number theory. This technique can be used to create smaller, faster, and more efficient cryptographic keys. In this Elliptic Curve Cryptography tutorial, we build off of the Diffie-Hellman encryption scheme and show how we can change the Diffie-Hellman procedure with elliptic curve equations.
Jun 29 2018Pedro Domingos: "The Master Algorithm" | Talks at Google
Machine learning is the automation of discovery, and it is responsible for making our smartphones work, helping Netflix suggest movies for us to watch, and getting presidents elected. But there is a push to use machine learning to do even more—to cure cancer and AIDS and possibly solve every problem humanity has. Domingos is at the very forefront of the search for the Master Algorithm, a universal learner capable of deriving all knowledge—past, present, and future—from data. In this book, he lifts the veil on the usually secretive machine learning industry and details the quest for the Master Algorithm, along with the revolutionary implications such a discovery will have on our society. Pedro Domingos is a Professor of Computer Science and Engineering at the University of Washington, and he is the co-founder of the International Machine Learning Society.
Jun 29 2018Lambda Calculus - Computerphile
The basis of almost all functional programming, Professor Graham Hutton explains Lambda Calculus.
Jun 28 2018The Other Async (Threads + Async = ❤️)
Screencast of my keynote presentation at PyGotham 2017, New York City. October 7, 2017. In this live-coded talk, I build a queue object that spans the world of threads and asyncio with a single unified API..
Feb 19 2018