From 5dde187f31dcbac69ba912497abffd71d0e0e4d6 Mon Sep 17 00:00:00 2001 From: Harisankar H Date: Wed, 1 Jun 2022 10:34:26 +0530 Subject: [PATCH] Add Neural Network built using SQL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c913b3b..cfb5923 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/) * [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5) * [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) +* [**SQL**: _Deep Neural Network implemented in pure SQL_](https://towardsdatascience.com/deep-neural-network-implemented-in-pure-sql-over-bigquery-f3ed245814d3) #### Build your own `Operating System`