Machine learning with BigQuery ML: create, execute, and improve machine learning models in BigQuery using standard SQL queries /
Manage different business scenarios with the right machine learning technique using Google's highly scalable BigQuery ML Key Features Gain a clear understanding of AI and machine learning services on GCP, learn when to use these, and find out how to integrate them with BigQuery ML Leverage SQL...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Manage different business scenarios with the right machine learning technique using Google's highly scalable BigQuery ML Key Features Gain a clear understanding of AI and machine learning services on GCP, learn when to use these, and find out how to integrate them with BigQuery ML Leverage SQL syntax to train, evaluate, test, and use ML models Discover how BigQuery works and understand the capabilities of BigQuery ML using examples Book DescriptionBigQuery ML enables you to easily build machine learning (ML) models with SQL without much coding. This book will help you to accelerate the development and deployment of ML models with BigQuery ML. The book starts with a quick overview of Google Cloud and BigQuery architecture. You'll then learn how to configure a Google Cloud project, understand the architectural components and capabilities of BigQuery, and find out how to build ML models with BigQuery ML. The book teaches you how to use ML using SQL on BigQuery. You'll analyze the key phases of a ML model's lifecycle and get to grips with the SQL statements used to train, evaluate, test, and use a model. As you advance, you'll build a series of use cases by applying different ML techniques such as linear regression, binary and multiclass logistic regression, k-means, ARIMA time series, deep neural networks, and XGBoost using practical use cases. Moving on, you'll cover matrix factorization and deep neural networks using BigQuery ML's capabilities. Finally, you'll explore the integration of BigQuery ML with other Google Cloud Platform components such as AI Platform Notebooks and TensorFlow along with discovering best practices and tips and tricks for hyperparameter tuning and performance enhancement. By the end of this BigQuery book, you'll be able to build and evaluate your own ML models with BigQuery ML. What you will learn Discover how to prepare datasets to build an effective ML model Forecast business KPIs by leveraging various ML models and BigQuery ML Build and train a recommendation engine to suggest the best products for your customers using BigQuery ML Develop, train, and share a BigQuery ML model from previous parts with AI Platform Notebooks Find out how to invoke a trained TensorFlow model directly from BigQuery Get to grips with BigQuery ML best practices to maximize your ML performance Who this book is for This book is for data scientists, data analysts, data engineers, and anyone looking to get started with Google's BigQuery ML. You'll also find this book useful if you want to accelerate the development of ML models or if you are a business user who wants to apply ML in an easy way using SQL. Basic knowledge of BigQuery and SQL is required. |
Beschreibung: | 1 online resource |
ISBN: | 1800562187 9781800562189 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1252913360 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr ||||||||||| | ||
008 | 210518s2021 enk fo 000 0 eng d | ||
040 | |a UKAHL |b eng |e rda |e pn |c UKAHL |d EBLCP |d UKMGB |d OCLCO |d OCLCF |d N$T |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBC181639 |2 bnb | ||
016 | 7 | |a 020203662 |2 Uk | |
020 | |a 1800562187 | ||
020 | |a 9781800562189 |q (electronic bk.) | ||
020 | |z 9781800560307 (pbk.) | ||
035 | |a (OCoLC)1252913360 | ||
037 | |a 9781800562189 |b Packt Publishing Pvt. Ltd | ||
037 | |a 10163426 |b IEEE | ||
050 | 4 | |a Q325.5 | |
082 | 7 | |a 006.31 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Marrandino, Alessandro, |e author. | |
245 | 1 | 0 | |a Machine learning with BigQuery ML |b create, execute, and improve machine learning models in BigQuery using standard SQL queries / |c Alessandro Marrandino. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2021. | |
300 | |a 1 online resource | ||
336 | |a text |2 rdacontent | ||
337 | |a computer |2 rdamedia | ||
338 | |a online resource |2 rdacarrier | ||
520 | |a Manage different business scenarios with the right machine learning technique using Google's highly scalable BigQuery ML Key Features Gain a clear understanding of AI and machine learning services on GCP, learn when to use these, and find out how to integrate them with BigQuery ML Leverage SQL syntax to train, evaluate, test, and use ML models Discover how BigQuery works and understand the capabilities of BigQuery ML using examples Book DescriptionBigQuery ML enables you to easily build machine learning (ML) models with SQL without much coding. This book will help you to accelerate the development and deployment of ML models with BigQuery ML. The book starts with a quick overview of Google Cloud and BigQuery architecture. You'll then learn how to configure a Google Cloud project, understand the architectural components and capabilities of BigQuery, and find out how to build ML models with BigQuery ML. The book teaches you how to use ML using SQL on BigQuery. You'll analyze the key phases of a ML model's lifecycle and get to grips with the SQL statements used to train, evaluate, test, and use a model. As you advance, you'll build a series of use cases by applying different ML techniques such as linear regression, binary and multiclass logistic regression, k-means, ARIMA time series, deep neural networks, and XGBoost using practical use cases. Moving on, you'll cover matrix factorization and deep neural networks using BigQuery ML's capabilities. Finally, you'll explore the integration of BigQuery ML with other Google Cloud Platform components such as AI Platform Notebooks and TensorFlow along with discovering best practices and tips and tricks for hyperparameter tuning and performance enhancement. By the end of this BigQuery book, you'll be able to build and evaluate your own ML models with BigQuery ML. What you will learn Discover how to prepare datasets to build an effective ML model Forecast business KPIs by leveraging various ML models and BigQuery ML Build and train a recommendation engine to suggest the best products for your customers using BigQuery ML Develop, train, and share a BigQuery ML model from previous parts with AI Platform Notebooks Find out how to invoke a trained TensorFlow model directly from BigQuery Get to grips with BigQuery ML best practices to maximize your ML performance Who this book is for This book is for data scientists, data analysts, data engineers, and anyone looking to get started with Google's BigQuery ML. You'll also find this book useful if you want to accelerate the development of ML models or if you are a business user who wants to apply ML in an easy way using SQL. Basic knowledge of BigQuery and SQL is required. | ||
505 | 0 | |a Table of Contents Introduction to Google Cloud and BigQuery Setting Up Your GCP and BigQuery Environment Introducing BigQuery Syntax Predicting Numerical Values with Linear Regression Predicting Boolean Values Using Binary Logistic Regression Classifying Trees with Multiclass Logistic Regression Clustering Using the K-Means Algorithm Forecasting Using Time Series Suggesting the Right Product by Using Matrix Factorization Predicting Boolean Values Using XGBoost Implementing Deep Neural Networks Using BigQuery ML with AI Notebooks Running TensorFlow Models with BigQuery ML BigQuery ML Tips and Best Practices. | |
650 | 0 | |a Machine learning. |0 http://id.loc.gov/authorities/subjects/sh85079324 | |
650 | 0 | |a Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 6 | |a Apprentissage automatique. | |
650 | 6 | |a Infonuagique. | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Machine learning |2 fast | |
758 | |i has work: |a Machine Learning with BigQuery ML (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXGhP4Hk96qWdhHQqM7T73 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 9781800560307 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2934002 |3 Volltext |
938 | |a ProQuest Ebook Central |b EBLB |n EBL6631537 | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH38667925 | ||
938 | |a EBSCOhost |b EBSC |n 2934002 | ||
936 | |a BATCHLOAD | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1252913360 |
---|---|
_version_ | 1816882544370515968 |
adam_text | |
any_adam_object | |
author | Marrandino, Alessandro |
author_facet | Marrandino, Alessandro |
author_role | aut |
author_sort | Marrandino, Alessandro |
author_variant | a m am |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | Q325 |
callnumber-raw | Q325.5 |
callnumber-search | Q325.5 |
callnumber-sort | Q 3325.5 |
callnumber-subject | Q - General Science |
collection | ZDB-4-EBA |
contents | Table of Contents Introduction to Google Cloud and BigQuery Setting Up Your GCP and BigQuery Environment Introducing BigQuery Syntax Predicting Numerical Values with Linear Regression Predicting Boolean Values Using Binary Logistic Regression Classifying Trees with Multiclass Logistic Regression Clustering Using the K-Means Algorithm Forecasting Using Time Series Suggesting the Right Product by Using Matrix Factorization Predicting Boolean Values Using XGBoost Implementing Deep Neural Networks Using BigQuery ML with AI Notebooks Running TensorFlow Models with BigQuery ML BigQuery ML Tips and Best Practices. |
ctrlnum | (OCoLC)1252913360 |
dewey-full | 006.31 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.31 |
dewey-search | 006.31 |
dewey-sort | 16.31 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05322cam a2200517 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1252913360</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">210518s2021 enk fo 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UKAHL</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UKAHL</subfield><subfield code="d">EBLCP</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC181639</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020203662</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1800562187</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781800562189</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781800560307 (pbk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1252913360</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781800562189</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163426</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">Q325.5</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.31</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Marrandino, Alessandro,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Machine learning with BigQuery ML</subfield><subfield code="b">create, execute, and improve machine learning models in BigQuery using standard SQL queries /</subfield><subfield code="c">Alessandro Marrandino.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Manage different business scenarios with the right machine learning technique using Google's highly scalable BigQuery ML Key Features Gain a clear understanding of AI and machine learning services on GCP, learn when to use these, and find out how to integrate them with BigQuery ML Leverage SQL syntax to train, evaluate, test, and use ML models Discover how BigQuery works and understand the capabilities of BigQuery ML using examples Book DescriptionBigQuery ML enables you to easily build machine learning (ML) models with SQL without much coding. This book will help you to accelerate the development and deployment of ML models with BigQuery ML. The book starts with a quick overview of Google Cloud and BigQuery architecture. You'll then learn how to configure a Google Cloud project, understand the architectural components and capabilities of BigQuery, and find out how to build ML models with BigQuery ML. The book teaches you how to use ML using SQL on BigQuery. You'll analyze the key phases of a ML model's lifecycle and get to grips with the SQL statements used to train, evaluate, test, and use a model. As you advance, you'll build a series of use cases by applying different ML techniques such as linear regression, binary and multiclass logistic regression, k-means, ARIMA time series, deep neural networks, and XGBoost using practical use cases. Moving on, you'll cover matrix factorization and deep neural networks using BigQuery ML's capabilities. Finally, you'll explore the integration of BigQuery ML with other Google Cloud Platform components such as AI Platform Notebooks and TensorFlow along with discovering best practices and tips and tricks for hyperparameter tuning and performance enhancement. By the end of this BigQuery book, you'll be able to build and evaluate your own ML models with BigQuery ML. What you will learn Discover how to prepare datasets to build an effective ML model Forecast business KPIs by leveraging various ML models and BigQuery ML Build and train a recommendation engine to suggest the best products for your customers using BigQuery ML Develop, train, and share a BigQuery ML model from previous parts with AI Platform Notebooks Find out how to invoke a trained TensorFlow model directly from BigQuery Get to grips with BigQuery ML best practices to maximize your ML performance Who this book is for This book is for data scientists, data analysts, data engineers, and anyone looking to get started with Google's BigQuery ML. You'll also find this book useful if you want to accelerate the development of ML models or if you are a business user who wants to apply ML in an easy way using SQL. Basic knowledge of BigQuery and SQL is required.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Introduction to Google Cloud and BigQuery Setting Up Your GCP and BigQuery Environment Introducing BigQuery Syntax Predicting Numerical Values with Linear Regression Predicting Boolean Values Using Binary Logistic Regression Classifying Trees with Multiclass Logistic Regression Clustering Using the K-Means Algorithm Forecasting Using Time Series Suggesting the Right Product by Using Matrix Factorization Predicting Boolean Values Using XGBoost Implementing Deep Neural Networks Using BigQuery ML with AI Notebooks Running TensorFlow Models with BigQuery ML BigQuery ML Tips and Best Practices.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Machine learning.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85079324</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Apprentissage automatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Machine learning</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Machine Learning with BigQuery ML (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXGhP4Hk96qWdhHQqM7T73</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">9781800560307</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2934002</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6631537</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH38667925</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2934002</subfield></datafield><datafield tag="936" ind1=" " ind2=" "><subfield code="a">BATCHLOAD</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1252913360 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:18Z |
institution | BVB |
isbn | 1800562187 9781800562189 |
language | English |
oclc_num | 1252913360 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Marrandino, Alessandro, author. Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / Alessandro Marrandino. Birmingham : Packt Publishing, 2021. 1 online resource text rdacontent computer rdamedia online resource rdacarrier Manage different business scenarios with the right machine learning technique using Google's highly scalable BigQuery ML Key Features Gain a clear understanding of AI and machine learning services on GCP, learn when to use these, and find out how to integrate them with BigQuery ML Leverage SQL syntax to train, evaluate, test, and use ML models Discover how BigQuery works and understand the capabilities of BigQuery ML using examples Book DescriptionBigQuery ML enables you to easily build machine learning (ML) models with SQL without much coding. This book will help you to accelerate the development and deployment of ML models with BigQuery ML. The book starts with a quick overview of Google Cloud and BigQuery architecture. You'll then learn how to configure a Google Cloud project, understand the architectural components and capabilities of BigQuery, and find out how to build ML models with BigQuery ML. The book teaches you how to use ML using SQL on BigQuery. You'll analyze the key phases of a ML model's lifecycle and get to grips with the SQL statements used to train, evaluate, test, and use a model. As you advance, you'll build a series of use cases by applying different ML techniques such as linear regression, binary and multiclass logistic regression, k-means, ARIMA time series, deep neural networks, and XGBoost using practical use cases. Moving on, you'll cover matrix factorization and deep neural networks using BigQuery ML's capabilities. Finally, you'll explore the integration of BigQuery ML with other Google Cloud Platform components such as AI Platform Notebooks and TensorFlow along with discovering best practices and tips and tricks for hyperparameter tuning and performance enhancement. By the end of this BigQuery book, you'll be able to build and evaluate your own ML models with BigQuery ML. What you will learn Discover how to prepare datasets to build an effective ML model Forecast business KPIs by leveraging various ML models and BigQuery ML Build and train a recommendation engine to suggest the best products for your customers using BigQuery ML Develop, train, and share a BigQuery ML model from previous parts with AI Platform Notebooks Find out how to invoke a trained TensorFlow model directly from BigQuery Get to grips with BigQuery ML best practices to maximize your ML performance Who this book is for This book is for data scientists, data analysts, data engineers, and anyone looking to get started with Google's BigQuery ML. You'll also find this book useful if you want to accelerate the development of ML models or if you are a business user who wants to apply ML in an easy way using SQL. Basic knowledge of BigQuery and SQL is required. Table of Contents Introduction to Google Cloud and BigQuery Setting Up Your GCP and BigQuery Environment Introducing BigQuery Syntax Predicting Numerical Values with Linear Regression Predicting Boolean Values Using Binary Logistic Regression Classifying Trees with Multiclass Logistic Regression Clustering Using the K-Means Algorithm Forecasting Using Time Series Suggesting the Right Product by Using Matrix Factorization Predicting Boolean Values Using XGBoost Implementing Deep Neural Networks Using BigQuery ML with AI Notebooks Running TensorFlow Models with BigQuery ML BigQuery ML Tips and Best Practices. Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Apprentissage automatique. Infonuagique. Cloud computing fast Machine learning fast has work: Machine Learning with BigQuery ML (Text) https://id.oclc.org/worldcat/entity/E39PCXGhP4Hk96qWdhHQqM7T73 https://id.oclc.org/worldcat/ontology/hasWork Print version: 9781800560307 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2934002 Volltext |
spellingShingle | Marrandino, Alessandro Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / Table of Contents Introduction to Google Cloud and BigQuery Setting Up Your GCP and BigQuery Environment Introducing BigQuery Syntax Predicting Numerical Values with Linear Regression Predicting Boolean Values Using Binary Logistic Regression Classifying Trees with Multiclass Logistic Regression Clustering Using the K-Means Algorithm Forecasting Using Time Series Suggesting the Right Product by Using Matrix Factorization Predicting Boolean Values Using XGBoost Implementing Deep Neural Networks Using BigQuery ML with AI Notebooks Running TensorFlow Models with BigQuery ML BigQuery ML Tips and Best Practices. Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Apprentissage automatique. Infonuagique. Cloud computing fast Machine learning fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85079324 http://id.loc.gov/authorities/subjects/sh2008004883 |
title | Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / |
title_auth | Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / |
title_exact_search | Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / |
title_full | Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / Alessandro Marrandino. |
title_fullStr | Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / Alessandro Marrandino. |
title_full_unstemmed | Machine learning with BigQuery ML create, execute, and improve machine learning models in BigQuery using standard SQL queries / Alessandro Marrandino. |
title_short | Machine learning with BigQuery ML |
title_sort | machine learning with bigquery ml create execute and improve machine learning models in bigquery using standard sql queries |
title_sub | create, execute, and improve machine learning models in BigQuery using standard SQL queries / |
topic | Machine learning. http://id.loc.gov/authorities/subjects/sh85079324 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Apprentissage automatique. Infonuagique. Cloud computing fast Machine learning fast |
topic_facet | Machine learning. Cloud computing. Apprentissage automatique. Infonuagique. Cloud computing Machine learning |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2934002 |
work_keys_str_mv | AT marrandinoalessandro machinelearningwithbigquerymlcreateexecuteandimprovemachinelearningmodelsinbigqueryusingstandardsqlqueries |