In this chapter, we discussed what artificial intelligence is, starting from when it was a theory and considering how it evolved from there. We also discussed how all the rapid advancements in technology are changing the world around it. We then discussed the most important concept in AI, CNNs, in which we try to mimic the functionality of a human brain and how it pursues any given task.
We then listed down some libraries that are very useful in terms of designing neural networks, especially deep neural networks. We then got into some details about the most used library among them, which is developed by Google and named TensorFlow. After an introduction about it, we proceeded further by setting up its environment so that we could use it to develop our own neural network program. We then learned about the TensorBoard tool, namely how to configure and use it. It comes with...