TensorFlow

RATING:

4.6

(103)

About TensorFlow

TensorFlow is an open-source software library for numerical computation using data flow graphs. The technology can be applied to many use cases, from computer vision, natural language processing, and medical image analysis to robotics and game AI.

TensorFlow Pricing

Contact TensorFlow for pricing details.

Free trial: 

Not Available

Free version: 

Not Available

TensorFlow playground
Slide 1 of 3

TensorFlow Reviews

Overall Rating

4.6

Ratings Breakdown

Secondary Ratings

Ease-of-use

4

Customer Support

4

Value for money

4.5

Functionality

4.5

Most Helpful Reviews for TensorFlow

1 - 5 of 103 Reviews

User Profile

Shalinee

Verified reviewer

201-500 employees

Used more than 2 years

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

5

EASE OF USE

5

VALUE FOR MONEY

5

CUSTOMER SUPPORT

5

FUNCTIONALITY

5

Reviewed July 2018

Made the deep learning kids work

Best library for deep learning

PROS

This library is the best for deep learning. Designing neural network with this library is very easy. Also, it compute things very fast. It has made the visualization very easy. It has lots of built in features like conv2d network, lstm etc.

CONS

It's the best thing to do stuff in deep learning but it require a long learning curve. But once you know how it works then it made your job very easy.

Deepak Kumar

Verified reviewer

Information Technology and Services, 201-500 employees

Used less than 2 years

Review Source: Capterra
This review was submitted organically. No incentive was offered

OVERALL RATING:

5

EASE OF USE

4

VALUE FOR MONEY

5

CUSTOMER SUPPORT

5

FUNCTIONALITY

5

Reviewed January 2019

TensorFlow is must use thing for deep learning

A must use library to develop new algorithm of deep learning as it gives you power to customise everything.

PROS

I think if you are developing something that includes deep learning and some other machine learning technique as well, then you should use TensorFlow. It comes with lot of inbuilt functionality which makes thing easy for deep learning algorithm. It comes with inbuilt data handling/processing techniques which is very useful when developing new algorithm and implementing them.

CONS

Ti has steep learning curve. Understanding it's concept of tensor is not easy to understand. It takes time to learn it completely. And even after learning it, it takes time to develop or write the implementation of deep learning algorithm as you have to write everything by your own.

Anonymous

11-50 employees

Used daily for less than 12 months

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

2

EASE OF USE

1

VALUE FOR MONEY

4

CUSTOMER SUPPORT

4

FUNCTIONALITY

2

Reviewed December 2018

Overhyped application

I use tensorflow for machine learning apps to find correlations in the market, but the app has let me down and I have since moved on to other libraries, as tensorFlow was simply to difficult to use.

PROS

Tensorflow is a good library for machine learning, but only for more experienced developpers.

CONS

It is very hyped by the community, but has a teap learning curve and is hard to learn. So the app is not beginner friendly, but also is't the best library for high level machine learning.

User Profile

Prashanga

Verified reviewer

Computer Software, 51-200 employees

Used weekly for less than 2 years

Review Source: Capterra
This review was submitted organically. No incentive was offered

OVERALL RATING:

4

EASE OF USE

5

VALUE FOR MONEY

5

CUSTOMER SUPPORT

4

FUNCTIONALITY

5

Reviewed March 2021

Tensorflow review after 2 year of use.

TensorFlow helped to Learn and understand the working of any machine learning models. It is simple and easy to use and is very helpful for any new comer to start their machine learning journey.

PROS

TensorFlow is easy to install and use. Machine Learning models are easy to code. Graph visualisation will help to understand the model. TensorFlow has very good community to help solve many problems and can easily learn from different tutorial videos. The cloud support is also affordable for model deployment.

CONS

Requires a lot of cpu power for model training. Visualisation of model can also be improved.

User Profile

Kevin

Verified reviewer

Internet, 10,000+ employees

Used weekly for less than 2 years

Review Source: Capterra
This reviewer was invited by us to submit an honest review and offered a nominal incentive as a thank you.

OVERALL RATING:

5

EASE OF USE

4

FUNCTIONALITY

5

Reviewed September 2018

Deep learning is easy with TensorFlow

We use tensorflow LSTMs for sequence classification to mine patterns in log and customer behavior. In our use case, deep models decreased testing loss by 50% over a simple baseline.

PROS

Intuitive way to generate networks. Nice visualizations with tensorboard. Good documentation and tutorials. Large supportive community. Easily scaleable.

CONS

Many of the error messages can be cryptic and difficult to use when debugging. Frequent errors caused by data type mismatches. It is not easy to iterate quickly with Tensor flow.