machine learning category posts

machine learning

Introduction to Machine Learning with Tensorflow and Deepgreen Transducer

by Eric Lam

Today, we will show you how to build machine learning models with tensorflow and transducer.

Deepgreen Transducer is the scripting relational database engine that is tightly integrated with relation engine, including query optimizer, query executor and can be executed in parallel with other query operators. With transducer, we can efficiently execute queries that are very difficult to express in SQL. See Scripting Relational Database Engine Using Transducer.

Read more...