What is PyTorch? - PyImageSearch

#artificialintelligence 

By the end of this tutorial, you'll have a good introduction to the PyTorch library and be able to discuss the pros and cons of the library with other deep learning practitioners. To learn about the PyTorch deep learning library, just keep reading. PyTorch is an open source machine learning library that specializes in tensor computations, automatic differentiation, and GPU acceleration. For those reasons, PyTorch is one of the most popular deep learning libraries, competing with both Keras and TensorFlow for the prize of "most used" deep learning package: PyTorch tends to be especially popular among the research community due to its Pythonic nature and ease of extendability (i.e., implementing custom layer types, network architectures, etc.). In this tutorial, we'll discuss the basics of the PyTorch deep learning library.