Deep Neural Network implemented in pure SQL over BigQuery

Deep Neural Network implemented in pure SQL over BigQuery

  • March 14, 2018
Table of Contents

Deep Neural Network implemented in pure SQL over BigQuery

In this post, we’ll implement a deep neural network with one hidden layer (and ReLu and softmax activation functions) purely in SQL. The end-to-end steps for neural network training including the forward pass and back-propagation will be implemented as a single SQL query on BigQuery. As it runs on Bigquery, in effect we are performing distributed neural network training on 100s to 1000s of servers.

Sounds cool! right?

Source: towardsdatascience.com

Tags :
Share :
comments powered by Disqus

Related Posts

Using Google Cloud AutoML to Classify Poisonous Australian Spiders

Using Google Cloud AutoML to Classify Poisonous Australian Spiders

Google’s new Cloud AutoML Vision is a new machine learning service from Google Cloud that aims to make state of the art machine learning techniques accessible to non-machine learning experts. In this post I will show you how I was able, in just a few hours, to create a custom image classifier that is able to distinguish between different types of poisonous Australian spiders. I didn’t have any data when I started and it only required a very basic understanding of machine learning related concepts.

Read More
The Nexus Linking IBM, California Wine, and Climate Modeling

The Nexus Linking IBM, California Wine, and Climate Modeling

By 2015, Hamann says, the technology—which uses machine learning to extract insights from multiple layers of information—proved itself. Gallo improved yields on the test site while reducing water use. The partnership quickly found another use for IBM’s AI: analyzing a number of variablessuch as proximity to the winery, weather patterns, elevation, days of sunshine, and other factors toidentify suitable locations for new vineyards.

Read More