What is Deep Learning? As we saw in our previous blogĀ AI – Machine Learning & Deep LearningĀ that deep learning is a subfield of machine learning. While both fall under the broad category of artificial intelligence, deep learning is what powers the most human-like artificial intelligence. In this blog, we will make an attempt to learn the basics of Google’s deep learning framework using TensorFlow and Python. What is TensorFlow In order to implement Machine Learning, TensorFlow provides software libraries to create a computational graph. I selected TensorFlow mainly because of my love for open source. You can get more information…