Deep Learning Overview
Neural networks. Deep learning. This is the “how” behind what we see as AI (artificial intelligence) around us today, from Alexa’s voice recognition to Google’s image search to your smartphone’s ability to unlock based on your face. While these algorithms are very powerful indeed, they are also mysterious… “Mysterious”? What does that even mean? Simply put, we don’t understand how they conclude what they conclude. It’s not as if someone wrote specific software instructions on how to recognize a dog. Rather, a huge set of data is provided as input with tags like “dog” and “not dog”. The system goes over the data and self-discovers which patterns correspond to a dog. Remember that old joke on computers as GIGO (Garbage In, Garbage Out)? That joke was based on instructions we keyed into a computer (type the wrong instruction, you get the wrong result). With AI, GIGO now means something else – feed it the wrong data and/or wrong tags as input, and the patterns the system learn...