I worked for a French company. They used TensorFlow for image classification. after that, I started working with a Russian-American Company who used TensorFlow mainly for object detection. TensorFlow is very good at object detection. We also used it once for natural language processing and audio processing, but I was not directly involved in that project. I was just assisting with deployment issues. We have some clients which wanted us to deploy on the cloud. Alternatively, some clients are releasing Tenserflow on some new edge devices, as an alternative to deploying on the cloud. It is going to be called NextGen AI or something like that from AWS. We use it for all aspects. including data processing, training, and sometimes deployment, but sometimes the use cases differ in practice for ML. As a result, we sometimes stay with TensorFlow or move into AWS specific architectures.
Computer Vision Engineer at Innopolis University
Enables us to accomplish faster training and deployment
Pros and Cons
- "Our clients were not aware they were using TensorFlow, so that aspect was transparent. I think we personally chose TensorFlow because it provided us with more of the end-to-end package that you can use for all the steps regarding billing and our models. So basically data processing, training the model, evaluating the model, updating the model, deploying the model and all of these steps without having to change to a new environment."
- "It doesn't allow for fast the proto-typing. So usually when we do proto-typing we will start with PyTorch and then once we have a good model that we trust, we convert it into TensorFlow. So definitely, TensorFlow is not very flexible."
What is our primary use case?
How has it helped my organization?
TensorFlow has benefitted us by enabling faster training and deployment. With TensorFlow, we don't really need any more DevOps to do the deployments. Even data scientists can do the deployment part. This has saved about 30% of the time we used to take for deployments.
What is most valuable?
Our clients were not aware they were using TensorFlow, so that aspect was transparent. I think we personally chose TensorFlow because it provided us with more of the end-to-end package that you can use for all the steps regarding billing and our models. So basically data processing, training the model, evaluating the model, updating the model, deploying the model and all of these steps without having to change to a new environment. Especially the part where you could train the model again, then evaluate it if it's better than the previous versions. It will do the deployment on its own. The end-users will not really see the change, as the update takes place without any downtime.
What needs improvement?
It doesn't allow for fast the proto-typing. So usually when we do proto-typing we will start with PyTorch and then once we have a good model that we trust, we convert it into TensorFlow. So definitely, TensorFlow is not very flexible.
Buyer's Guide
TensorFlow
June 2025

Learn what your peers think about TensorFlow. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,632 professionals have used our research since 2012.
For how long have I used the solution?
We have been using Tensorflow since 2017, so three years.
What do I think about the stability of the solution?
It's very stable. So we usually don't get any problems. Once any bugs are fixed, you shouldn't have any problems with TensorFlow. Once the deployment process is completed, you can monitor your model and datasets. You can monitor your model to ensure it is correctly deployed and it's working as it's supposed to do, including services.
What do I think about the scalability of the solution?
TensorFlow is very scalable.
How are customer service and support?
I've never really contacted TensorFlow support, but definitely, I can say you don't really need to do that because the support, like the community is pretty strong. Whatever problem you face, there's always going to be some Stack Overflow answer for it or at least some GitHub issue where you can find your solution.
Which solution did I use previously and why did I switch?
We used PyTorch and MXNet. A couple of my friends actually used MXNet, but I did not use it personally. Now I work mainly between PyTorch and TenserFlow.
How was the initial setup?
Setup got easier with TensorFlow 2. With TensorFlow 1 it was a bit more complicated. There are fewer compatibility issues with the newer version. Training takes at least a week. Deployment usually takes one or two days. With regards to deployment, this changes depending on the client. The usual method is to get our TensorFlow models up and running and then we have to convert them into specific formats depending on the client's requirements. Some clients actually require AWS specific formats. To incorporate that we usually just convert our TensorFlow models to AWS compatible models.
What about the implementation team?
We use in-house teams. I think the ML team has around 20 people. There is a team in Russia, Ukraine and the U.S. I am part of the team in Russia. In Russia, we have around 30 people who have used TensorFlow, including data analysts. They basically handle data pre-processing. We also have ML engineers and ML Ops.
What's my experience with pricing, setup cost, and licensing?
TensorFlow is free, so cost is not an issue.
Which other solutions did I evaluate?
PyTorch is very flexible, and definitely more flexible than TensorFlow. However, TensorFlow allowed us to deploy our models faster and more robustly. With TensorFlow, you don't encounter a lot of errors. PyTorch is faster to prototype with. So it's very flexible. You can do all the changes that you want, but it's not very stable, whereas TensorFlow is more of a stable solution but is not very flexible. We looked at other alternatives, but they don't scale to large problems.
What other advice do I have?
Have a look at TensorFlow extended. It's very useful. Especially if you know how to use the old system. It will speed up the process of deploying your model. Don't reinvent the wheel. There's always going to be a good GitHub repo out there which kind of answers your solution. You shouldn't really spend a lot of time trying to build the new models where there is some other open source project that actually did a good job of the modelling part. You definitely need to have your own pipelines for this process. Try to build the pipelines that automate most of the tasks for you. Then all you need to concern yourself with is just the architecture. Obtain a pipeline template from GitHub of what you are trying to achieve, amend it for your needs and then you are ready to go. Your model is training already. I would rate TensorFlow 8 out of 10.
Which deployment model are you using for this solution?
Private Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Lead AI Engineer at a manufacturing company with 11-50 employees
Easy-to-learn product with efficient programming libraries
Pros and Cons
- "It is easy to use and learn."
- "We encountered version mismatch errors while using the product."
What is our primary use case?
I use the product mostly for machine learning and creating AI models.
What needs improvement?
We encountered version mismatch errors while using the product. It sometimes does not integrate well with other libraries in Python, which can be problematic. Additionally, it can be less intuitive when creating neural networks than PyTorch.
For how long have I used the solution?
I have been using TensorFlow for around two years.
What do I think about the stability of the solution?
I haven't experienced any significant stability issues or bugs.
What do I think about the scalability of the solution?
Around three to four executives use the product in my current organization.
Which solution did I use previously and why did I switch?
We chose TensorFlow because we have developed our skills around it. Based on our expertise, it was the best option for us.
How was the initial setup?
Sometimes, working on the setup process can be difficult because loading models takes a significant amount of time compared to PyTorch.
What other advice do I have?
I recommend using TensorFlow. Its libraries make Python programming smoother and reduce the workload. It is easy to use and learn.
I rate it an eight.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
TensorFlow
June 2025

Learn what your peers think about TensorFlow. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
860,632 professionals have used our research since 2012.
Chief Technology Officer at a tech services company with 51-200 employees
An end-to-end open source machine learning platform
Pros and Cons
- "It's got quite a big community, which is useful."
- "Personally, I find it to be a bit too much AI-oriented."
What is our primary use case?
I use this solution out of personal interest — for AI.
Our company doesn't use it too much. We tend to use OpenML, which is included in the OpenCV package, OpenML.
What is most valuable?
It's got quite a big community, which is useful.
What needs improvement?
I tend to find it to be a bit too much orientated to AI itself for other use cases, which is fine — that's what it's designed for. Personally, I find it to be a bit too much AI-oriented.
For how long have I used the solution?
We have been using TensorFlow for roughly five years.
What do I think about the stability of the solution?
We haven't had any issues stability-wise or scalability-wise. I tend to use it with Python. It seems okay. It works fine.
How was the initial setup?
The initial setup was straightforward.
What other advice do I have?
I would happily recommend TensorFlow to people who are looking to use it for AI. Overall, on a scale from one to ten, I would give this solution a rating of eight.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.

Buyer's Guide
Download our free TensorFlow Report and get advice and tips from experienced pros
sharing their opinions.
Updated: June 2025
Product Categories
AI Development PlatformsPopular Comparisons
Google Vertex AI
Microsoft Azure Machine Learning Studio
Azure OpenAI
Hugging Face
Google Cloud AI Platform
OpenVINO
IBM Watson Machine Learning
PyTorch
MXNet
Wit.ai
Caffe
Infosys Nia
Buyer's Guide
Download our free TensorFlow Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- What are the biggest differences between Microsoft Azure Machine Learning Studio and TensorFlow?
- When evaluating Artificial Intelligence Development Platforms, what aspect do you think is the most important to look for?
- What are the main storage requirements to support Artificial Intelligence and Deep Learning applications?
- What is the most effective AI platform to work with? Does it help if it is also "fun"?
- What are the major Edge AI technology use cases that can be used in the Banking/Finance, Power and Agricultural sectors?
- What are the top emerging trends in AI and ML in 2022?
- How do I do AI implementation?
- Why is AI Development Platforms important for companies?
Interesting view