« Back to Glossary Index

For Deep Learning there are some popular open source Python Libraries. Some of the most popular are:

  • Facebook/Meta Pytorch: a widely used, open-source deep learning framework developed by Facebook’s AI Research lab. It is based on Torch, which is a scientific computing framework written in Lua. 
  • Google TensorFlow: very powerful and mature with strong visualization capabilities and several options for high-level model development. It has production-ready deployment options and support for mobile platforms.
  • Keras: was developed with a focus on enabling fast experimentation. It runs on top of TensorFlow, Theano, or CNTK, and provides a simple and consistent interface for defining and training deep learning models.

Overview: 

« Back to Glossary Index