PDA

View Full Version : TensorFlow, open source software machine learning library, Google Inc., Mountain View, California, USA



Airicist
10th November 2015, 12:10
Developers:

Goggle Inc. (https://pr.ai/showthread.php?4281)

Jeff Dean (https://pr.ai/showthread.php?7440)

Rajat Monga (https://www.linkedin.com/in/rajatmonga)

Website - tensorflow.org (https://www.tensorflow.org)

youtube.com/tensorflow (https://www.youtube.com/tensorflow)

facebook.com/tensorflowAI (https://www.facebook.com/tensorflowAI)

twitter.com/TensorFlo (https://twitter.com/TensorFlo)

github.com/tensorflow (https://github.com/tensorflow)

medium.com/tensorflow (https://medium.com/tensorflow)

TensorFlow (https://en.wikipedia.org/wiki/TensorFlow) on Wikipedia

"TensorFlow:
Large-Scale Machine Learning on Heterogeneous Distributed Systems (http://download.tensorflow.org/paper/whitepaper2015.pdf)"

(Preliminary White Paper, November 9, 2015)

Airicist
10th November 2015, 12:19
https://youtu.be/oZikw5k_2FM

TensorFlow: Open source machine learning

Published on Nov 9, 2015


TensorFlow is an open source software library for numerical computation using data flow graphs. 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.

"TensorFlow: smarter machine learning, for everyone (https://googleblog.blogspot.com/2015/11/tensorflow-smarter-machine-learning-for.html)"

by Sundar Pichai
November 9, 2015

Airicist
10th November 2015, 12:39
Article "Google just open sourced TensorFlow, its Artificial Intelligence engine (https://www.wired.com/2015/11/google-open-sources-its-artificial-intelligence-engine)"

by Cade Metz
November 11, 2015

Airicist
10th November 2015, 13:30
Article "Google Open Sources Machine Learning Library TensorFlow (https://www.informationweek.com/big-data/big-data-analytics/google-open-sources-machine-learning-library-tensorflow/d/d-id/1323073)"
With TensorFlow now open sourced by Google, companies and the research community can implement machine learning systems more easily and more efficiently.

by Thomas Claburn
November 11, 2015

Airicist
22nd July 2016, 00:31
Article "Google Sprints Ahead in AI Building Blocks, Leaving Rivals Wary (https://www.bloomberg.com/news/articles/2016-07-21/google-sprints-ahead-in-ai-building-blocks-leaving-rivals-wary)"

by Jack Clark
July 21, 2016

Airicist
19th December 2016, 23:50
https://youtu.be/MotG3XI2qSs

Deep Learning with TensorFlow - Introduction to TensorFlow

Published on Dec 16, 2016


Deep Learning with TensorFlow Introduction

The majority of data in the world is unlabeled and unstructured. Shallow neural networks cannot easily capture relevant structure in, for instance, images, sound, and textual data. Deep networks are capable of discovering hidden structures within this type of data. In this TensorFlow course you'll use Google's library to apply deep learning to different data types in order to solve real world problems.

Traditional neural networks rely on shallow nets, composed of one input, one hidden layer and one output layer. Deep-learning networks are distinguished from these ordinary neural networks having more hidden layer, or so-called more depth. These kind of nets are capable of discovering hidden structures within unlabeled and unstructured data (i.e. images, sound, and text), which is the vast majority of data in the world.

TensorFlow is one of the best libraries to implement deep learning. TensorFlow is a software library for numerical computation of mathematical expressional, using data flow graphs. Nodes in the graph represent mathematical operations, while the edges represent the multidimensional data arrays (tensors) that flow between them. It was created by Google and tailored for Machine Learning. In fact, it is being widely used to develop solutions with Deep Learning.

In this TensorFlow course, you will be able to learn the basic concepts of TensorFlow, the main functions, operations and the execution pipeline. Starting with a simple “Hello Word” example, throughout the course you will be able to see how TensorFlow can be used in curve fitting, regression, classification and minimization of error functions. This concept is then explored in the Deep Learning world. You will learn how to apply TensorFlow for backpropagation to tune the weights and biases while the Neural Networks are being trained. Finally, the course covers different types of Deep Architectures, such as Convolutional Networks, Recurrent Networks and Autoencoders.

Airicist
11th October 2017, 20:52
https://youtu.be/kaPheQxIsPY

Introduction to TensorFlow Lattice

Published on Oct 11, 2017


Maya Gupta, Seungil You and Jan Pfeifer introduce TensorFlow Lattice. TensorFlow Lattice is an open source project that provides a set of prebuilt TensorFlow Estimators that are easy to use, and TensorFlow operators to build your own lattice models. Lattices are multi-dimensional interpolated look-up tables that can approximate any input-output relationships in your data. Furthermore, TensorFlow Lattice provides a way to impose a monotonic input-output relationship (an input goes up, then the output goes up) and smooth regularizers including Laplacian, Torsion to help your model generalize better for unseen feature space.

Airicist
31st October 2017, 00:57
https://youtu.be/d12ra3b_M-0

Intro to feature engineering with TensorFlow - Machine Learning Recipes #9

Published on Oct 30, 2017


Hey everyone! Here’s an intro to techniques you can use to represent your features - including Bucketing, Crossing, Hashing, and Embedding - and utilities TensorFlow provides to help. Also included is a walkthrough of using TensorFlow Estimators to classify structured data.

Airicist
15th July 2020, 21:06
https://youtu.be/yjprpOoH5c8

Why TensorFlow?

Jul 15, 2020


TensorFlow is an open-source end-to-end platform for Machine Learning. It provides a comprehensive ecosystem of tools for developers, enterprises, and researchers who want to push the state of the art of Machine Learning and build scalable ML powered applications. Make sure to subscribe to our YouTube channel to stay up to date!