Machine Learning with SQL
Python (and soon JavaScript with TensorFlow.js) is a dominant language for Machine Learning. There is a way to build/run Machine Learning models in SQL. There could be a benefit to run model training close to the database, where data stays. With SQL we can leverage strong data analysis out of the box and run algorithms without fetching data to the outside world (which could be an expensive operation in terms of performance, especially with large datasets). This post is to describe how to do Machine Learning in the database with SQL.
Oct-20-2019, 03:13:28 GMT
- Technology: