TensorFlow 2.0.0 Machine Learning framework released (Python / C++)

Started by JeGX, September 30, 2019, 09:31:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

Quote
TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.

TensorFlow was originally developed by researchers and engineers working on the Google Brain team within Google's Machine Intelligence Research organization for the purposes of conducting machine learning and deep neural networks research. The system is general enough to be applicable in a wide variety of other domains, as well.

TensorFlow provides stable Python and C++ APIs, as well as non-guaranteed backwards compatible API for other languages.


TensorFlow 2.0 focuses on simplicity and ease of use, featuring updates like:

    Easy model building with Keras and eager execution.
    Robust model deployment in production on any platform.
    Powerful experimentation for research.
    API simplification by reducing duplication and removing deprecated endpoints.


Links:
- https://github.com/tensorflow/tensorflow/releases/tag/v2.0.0
- https://github.com/tensorflow/tensorflow
- https://www.tensorflow.org/

TensorFlow 2.0.0 Machine Learning framework