All about DataSince, DataEngineering and ComputerScience
View the Project on GitHub datainsightat/DataScience_Examples
AI > Machine Learning > Deep Learning

Ad-How:
=> Build forecasting ML Models

Customize hardware for your specific notebook needs.


BigQuery result is saved in pandas dataframe ‘df’. Be aware that memory is limited in notebooks.
%%biquery df
select
  *
from
  ...
limit
  50
Unstructured data is about 90% of a companies data.

ML can automate tasks.

Different approaches to AI. You need 100k+ Datapoints to train your own model.



Sentiment analysis on each eantity of a document.


Sentiment Analysis



Natural Language understanding API.

Prebuilt Chatbots




One full run through all training data is called ‘epoch’.




AutoML takes more time to come up with a model, due to ensemble learning.



| Attribute | AutoML Vision | Vision API | 
|---|---|---|
| Objective | Enabling developers with no ML expertise to build ML models | Enable ML practitiones to use Googles ML | 
| Primary use | Classification | Face detection, OCR … | 
| Data | Images with Labels | Justt Images | 






Model Quality: Custom Model > AutoML > BigQueryML

