From the course: AI Projects with Python, TensorFlow, and NLTK
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
What is TensorFlow?
From the course: AI Projects with Python, TensorFlow, and NLTK
What is TensorFlow?
- [Instructor] In this chapter, we'll be using TensorFlow in order to create our image classification model with Python. Now, you may be wondering: what actually is TensorFlow? TensorFlow is a free and open-source software library which can be used for machine learning and artificial intelligence. It can be used across a range of different tasks, but it has a particular focus on training and inference of deep neural networks. TensorFlow provides us with a number of different features that make it a really powerful tool for machine learning. This includes a flexible and expressive programming model that allows users like us to build really complex machine learning models really easily. Also, it provides us with a high-performance runtime that can train and deploy models on a variety of different hardware platforms, including CPUs, GPUs, and TPUs. A large community of users and developers use TensorFlow, which means that it's really easy to find resources and help if you get stuck on a…