Tensorflow and Keras: Difference between pages

From EMC23 - Satellite Of Love
(Difference between pages)
Jump to navigation Jump to search
mNo edit summary
 
(Created page with "Keras is an open-source software library that provides a Python interface for artificial neural networks. Keras acts as an interface for the TensorFlow library.")
 
Line 1: Line 1:
TensorFlow is an open-source software library for [[Machine Learning]]. It can be used across a range of tasks but has a particular focus on training and inference of [[Deep Learning]] neural networks.
Keras is an open-source software library that provides a [[Python]] interface for artificial neural networks. Keras acts as an interface for the [[TensorFlow]] library.
 
Tensorflow is a symbolic math library based on dataflow and differentiable programming. It is used for both research and production at Google.
 
TensorFlow was developed by the Google Brain team for internal Google use. It was released under the Apache License 2.0 in 2015.
https://en.wikipedia.org/wiki/TensorFlow

Latest revision as of 20:54, 25 August 2021

Keras is an open-source software library that provides a Python interface for artificial neural networks. Keras acts as an interface for the TensorFlow library.