/TensorFlow

Get Started with TensorFlow Your first step in Data Science https://www.tensorflow.org

Primary LanguageJupyter Notebook

TensorFlow

TensorFlow is a powerful open source software library. It was developed by the Google Brain team in 2012 for internal Google use. It was released under the Apache License 2.0 on November 9, 2015.

TensorFlow is a symbolic math library, and is also used for machine learning applications such as neural networks. Its basic principle is simple: you first define in Python a graph of computations to perform (for example, the one in Fig 2.1), and then TensorFlow takes that graph and runs it efficiently using optimized C++ code.

This repository is powered by

Nerd Castle

Nerd Castle Limited is a software development company and a house of passionate, purpose-led, result-oriented individuals.

Supportive content of this repo is from:

Hands-on Machine Learning with Scikit-Learn and TensorFlow By Aurélien Géron