Skip to main content
TrustRadius
TensorFlow

TensorFlow

Overview

What is TensorFlow?

TensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.

Read more
Recent Reviews

TrustRadius Insights

TensorFlow has proven to be a versatile tool for solving a wide range of problems across various industries. In the healthcare sector, …
Continue reading

TensorFlow, what else?

7 out of 10
April 09, 2021
Incentivized
Obviously, TensorFlow is a great opportunity for everyone who is interested in ML and DL area. We wanted to use TensorFlow in our company, …
Continue reading

Tensor Flow Reviews

8 out of 10
December 18, 2018
Our organization was using it when it was 6 months old. It's a open source software by Google pretty robust. We use this AI to solve our …
Continue reading
Read all reviews
Return to navigation

Pricing

View all pricing
N/A
Unavailable

What is TensorFlow?

TensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Would you like us to let the vendor know that you want pricing?

25 people also want pricing

Alternatives Pricing

What is Qlik Sense?

Qlik Sense® is a self-service BI platform for data discovery and visualization. It supports a full range of analytics use cases—data governance, pixel-perfect reporting, and collaboration. Its Associative Engine indexes and connects relationships between data points for creating actionable insights.

What is Kimola Cognitive?

Kimola Cognitive is a Machine Learning Platform that enables users to grab reviews from 20+ channels and analyze + classify customer feedback -or any text data- automatically. Top features of Kimola Cognitive are: Scrape Web and Collect Reviews Data analysis starts with data collection, and…

Return to navigation

Product Details

What is TensorFlow?

TensorFlow is an open-source machine learning software library for numerical computation using data flow graphs. It was originally developed by Google.

TensorFlow Video

The TensorFlow community is thriving. We're thrilled to see the adoption and the pace of machine learning development by people all around the world. TensorFlow is an open-source project for everyone and we're looking forward to building it into something more useful in collab...
 Show More

TensorFlow Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(52)

Community Insights

TrustRadius Insights are summaries of user sentiment data from TrustRadius reviews and, when necessary, 3rd-party data sources. Have feedback on this content? Let us know!

TensorFlow has proven to be a versatile tool for solving a wide range of problems across various industries. In the healthcare sector, users have utilized TensorFlow for patient monitoring, appointment cancellation, scheduling, and registration, leading to improved efficiency and better patient care. It has also been adopted by multiple departments within organizations to address user-facing business challenges.

Another key use case of TensorFlow is in building complex neural networks, particularly when dealing with large training datasets consisting of millions of data points. This capability makes it invaluable for tasks such as predictive analysis and recommendation engines, enabling more accurate predictions and significant cost savings for businesses.

The application of TensorFlow extends beyond traditional domains as well. For instance, it has been employed for time series analysis in the equity market, allowing traders to make informed decisions based on reliable predictions. Moreover, TensorFlow's powerful deep learning algorithms have facilitated image and video classification tasks, enhancing capabilities in areas like computer vision and object recognition.

In addition to these specific use cases, TensorFlow has found practical applications in diverse scenarios such as developing chatbots that answer queries related to trained documents, predicting product categories from images in e-commerce settings, automating tasks for merchants, and building recommendation systems. Its flexibility is especially evident when traditional models fall short or generate complex solutions.

Furthermore, researchers have leveraged TensorFlow's strengths in natural language processing, image processing, and predictive modeling exercises. The tool's visualization capabilities are highly regarded by users who require efficient model training and tuning with large datasets.

Finally, TensorFlow plays a crucial role in real-time inference products by supporting state-of-the-art machine learning and deep learning models. This allows businesses to deploy cutting-edge solutions that deliver fast and accurate results.

Overall, TensorFlow's wide range of use cases demonstrates its effectiveness in various industries and problem-solving scenarios. Its ability to handle large datasets and develop complex models makes it a valuable asset for those seeking advanced machine learning solutions.

Clear Documentation: Many users have found the documentation for multi-GPU support in TensorFlow to be simple and clear. This has been helpful for users who are new to working with multiple GPUs, as it allows them to easily understand and implement this feature.

Powerful Visualization Tools: Reviewers appreciate the ability to visualize the graph using TensorBoard, as it helps them understand and navigate through complex models. The interactive nature of TensorBoard also allows users to log events and monitor output over time, providing a convenient way to perform quick sanity checks.

Active Community Support: Users highly value the active community surrounding TensorFlow, which has helped them learn faster and overcome obstacles in their development work. The availability of readily available answers and top-notch documentation from the community has been instrumental in ensuring a smooth experience while working with TensorFlow.

Lack of User-Friendliness: Users have expressed that TensorFlow has a steep learning curve and is not as simple as other popular Python libraries. Some users find it difficult to understand concepts like Tensor Graph, which takes a lot of time. Additionally, the implementation of a whole neural network can be time-consuming, leading users to suggest the provision of a wrapper library to simplify the process.

Confusing Error Messages: Error messages from TensorFlow can be difficult to understand and debug, especially for beginners. Some users have found certain error messages hard to decipher, resulting in confusion during troubleshooting.

Complexity in Implementing Models: Users feel that implementing complex architectures can be challenging in TensorFlow. Certain actions require too many lines of code and are not intuitive for non-programming engineers. Users suggest creating more high-level APIs like Keras and providing better support for Keras to address these concerns.

Users commonly recommend the following when using Tensorflow:

  • Start with the provided examples: Users suggest looking at the examples provided by the developers to get started with Tensorflow. This allows users to understand how the framework works and provides a solid foundation for further exploration.

  • Use TensorBoard for visualization: Users recommend utilizing TensorBoard, a built-in tool in Tensorflow, for visualizing and monitoring the training process. It helps users gain insights into the performance of their models and facilitates debugging.

  • Consider using Keras with Tensorflow: Many users find it beneficial to use Keras, a high-level neural networks API, in conjunction with Tensorflow. They suggest using Keras for prototyping before diving into Tensorflow, as it simplifies network building and automates certain processes.

These recommendations highlight the importance of starting with examples, leveraging visualization tools like TensorBoard, and exploring the integration of Keras with Tensorflow for enhanced productivity and efficiency.

Attribute Ratings

Reviews

(1-2 of 2)
Companies can't remove reviews or game the system. Here's why
Score 5 out of 10
Vetted Review
Verified User
Incentivized
TensorFlow is used as a development platform for deep learning algorithms, in particular for:
1. Recommendations: selecting the best templates to recommend to users via email in the various countries the company has a market in, over 100 languages supported,
2. User feedback classification: when users provide feedback, natural language processing algorithms implemented in TensorFlow and Keras are used to classify issues so that stakeholders can identify the major issues with a product/product release,
3. Learning-to-rank for search: there is some development on improving search results by switching to deep learning algorithms from a gradient boosting one, and TensorFlow provides that capability, and
4. Computer vision: some experimentation performed on object detection and image classification.
  • TensorFlow is fairly easy to use, with adequate tutorials to get any user started quickly.
  • Tooling around TensorFlow, such as TensorBoard, is a gold standard: it has made the training and debugging process so much easier compared to most other deep learning platforms.
  • Community support for TensorFlow is very good. If there is a problem, there usually is an answer by just a little Googling. Also the documentation for TensorFlow is often top notch.
  • Prior to TensorFlow 2.0, setting up data ingestion for TensorFlow can be a huge pain. So much so that TensorFlow Lite and alternatives such as Keras make it more palatable. Things are changing with TensorFlow 2.0 though.
  • Some error messages from TensorFlow can be quite difficult to understand. For instance, a recent error using the dot product layer in TensorFlow 2.0 made it seem like there was a problem with data ingestion, but by downgrading to TensorFlow 1.14.0, the problem disappears.
  • Tooling with Bazel (our choice for a build tool) in our monorepo is a bit of a nightmare, partly because Bazel has poor Python support. However, we were able to integrate PyTorch easily with Bazel, but not TensorFlow.
  • Would love to have better bindings with the JVM, rather than just Python, considering that many companies have a JVM-based stack, making it easier to integrate.
TensorFlow is great for most deep learning purposes. This is especially true in two domains:
1. Computer vision: image classification, object detection and image generation via generative adversarial networks
2. Natural language processing: text classification and generation.

The good community support often means that a lot of off-the-shelf models can be used to prove a concept or test an idea quickly. That, and Google's promotion of Colab means that ideas can be shared quite freely. Training, visualizing and debugging models is very easy in TensorFlow, compared to other platforms (especially the good old Caffe days).

In terms of productionizing, it's a bit of a mixed bag. In our case, most of our feature building is performed via Apache Spark. This means having to convert Parquet (columnar optimized) files to a TensorFlow friendly format i.e., protobufs. The lack of good JVM bindings mean that our projects end up being a mix of Python and Scala. This makes it hard to reuse some of the tooling and support we wrote in Scala. This is where MXNet shines better (though its Scala API could do with more work).
  • TensorFlow has helped to improve recommendations and search at Canva, providing millions of users with better search results and recommendations as compared to other non-deep learning approaches. This has helped increase our activation, and monthly-active user count.
  • TensorFlow has helped us sort a variety of user feedback using deep learning based classification of text, providing product designers with feedback to understand where the pain points of the product is. This has contributed to improving our products.
  • It is now being used to help with user segmentation and help with prediction users at risk of churn. Eventually, this should help improve our revenue and reduce churn rates.
Can't seem to choose any deep learning platform in the above, so I'll list it here:
1. Apache MXNet: this has been used for one of our main algorithms for search as an end-to-end pipeline. We chose this because of the Scala bindings, which makes it easier to integrate with out JVM backend. MXNet seems comparable to TensorFlow, although community support is not as good as TensorFlow, and there are issues with memory leaks that are being worked on. TensorFlow in general is easier to use, but MXNet isn't too far behind.
2. Keras: still a favorite. Often I use this when paired with TensorFlow. TensorFlow 2.0 will make it even easier.
3. PyTorch: only used it a little, so it's hard to provide a good opinion.
4. DL4J: used it initially in an early days project because it has good JVM support. Harder to used not because of poor API design, but because community support is lacking and features don't come out as fast as TensorFlow.
Community support for TensorFlow is great. There's a huge community that truly loves the platform and there are many examples of development in TensorFlow. Often, when a new good technique is published, there will be a TensorFlow implementation not long after. This makes it quick to ally the latest techniques from academia straight to production-grade systems. Tooling around TensorFlow is also good. TensorBoard has been such a useful tool, I can't imagine how hard it would be to debug a deep neural network gone wrong without TensorBoard.
Anupam Mittal | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
We use TensorFlow for machine learning implementations. Primarily for predictive analysis and recommendation engines. It is being used at an organization level. Our objective is to use a large amount of publicly available data and make meaningful insights from it. It has helped us make better predictions and save costs.
We also use it for time series analysis to make predictions in the equity market. TensorFlow has been a powerful and easy to deploy tool for various algorithms.
  • Support for many libraries and programming languages.
  • Ability to use GPU and TPU - hence faster execution.
  • Low effort in getting started in development, hence ease of learning.
  • Graphic interface to create layers can help beginners.
  • Detailed tutorials on what goes behind the scenes in each layer. Currently, the tutorials don't focus on that.
  • Better support to integrate with files on the cloud.
Best suited for deployment on the cloud with the subscription-based model for execution infrastructure. For startups or for companies that do not have a strong data science staff, learning Tensorflow is easy because of the libraries and online tutorials availability.

It can be avoided when your development stack is Microsoft, as using Azure may provide better integration. Also, if the work requires detailed customization of the algorithm, it may be easier to work directly with Python code and TensorFlow may not help.
  • Ability to make better predictions.
  • Increase in profit from equity investments on a consistent basis.
  • Move towards digital transformation in the company and a better brand name.
Most of the machine learning platforms these days support integration with R and Python libraries. So, the use of reusable libraries is not an issue. TensorFlow performs well in cloud hosting and support for GPU/TPU. However, where it lacks compared to Azure is a graphical front-end to drag and drop layers.
3
Currently, we use Tensorflow to develop algorithm-based trading models. These are time series based predictive models using NSE data publicly available. It is being used by the investment modeling department of our business.
3
Analytical thinking is a must. A good understanding of statistics, probability, and matrices. Logical thinking, project experience in at least one of the machine learning platforms/languages like Python, R, Azure, will help the use of TensorFlow.
  • Predictive Analytics - algorithm based trading
Yes
We were using R machine learning with Shinyapps. TensorFlow was easier to implement with better support for online/cloud hosting.
  • Product Features
  • Product Usability
  • Analyst Reports
  • Third-party Reviews
Product features: Tensor flow comes with the support of built-in algorithms that are easy to implement.
We would now consider a lot more tools that have been released.
  • Implemented in-house
Yes
We started with smaller problem statements and took them to completion. Then added more features.
Change management was minimal
Use of cloud for better execution power is recommended.
No
not needed so far.
No
At times when we got stuck with some code, use of open source forums was the way to go for problem resolution. We found support from the community forum members.
No support is taken from Google as such.
  • Adding of new neural network layers in the code.
  • Running the model. Especially in the newer versions where a number of epochs and other execution parameters are easy to use.
  • support for Keras, Numpy, Pandas and other libraries.
  • Graphical front-end to develop code.
Support of multiple components and ease of development.
Return to navigation