Data is any [what] that is useful to an organisation?
Such as?
Information.
Such as; Spreadsheets, emails, audio, images, ideas
What are 2 challenges of legacy systems when it comes to data?
How did budget airlines transform by unlocking the power of data?
Data Mapping for retail. The below makes up a [what] data bucket?
User
Corporate
What is structured and unstructured data? Examples for both
Structured
- highly organised (customer info with names, address etc) easily stored and managed in databases
Unstructured
- no organisation (word processing docs, audio files, videos, images)
Example of a used car dealership requiring and using both structured and unstructured data?
Used car dealership built an ML model to predict the price of a new car coming in
photo of the car (unstructured)
the pricing of previous similar cars (structured)
Used this combined data to predict the price.
Time to value a car dropped from 20mins - 3mins
The key benefits of using cloud technology to unlock value from data, especially for traditional Enterprises?
terabytes
retrieve results
To get the most value out of data, you need what 3 things?
What are the 3 key terms around data storage?
Databases
Data Warehouses
Data Lakes
What are googles 2 fully managed DB options? What kind of data does a DB store
CloudSQL
Cloud Spanner
Transactional Data
What is Googles Data Warehouse option? What is it good for?
BigQuery
Assembles data from multiple sources to make it useful for analysis.
Can transform unstructured to semi-structured and use this with structured data for analysis
Enables rapid analysis of multi-dimensional datasets
What data does a data lake generally hold? What is googles solution?
back-up data
Cloud Storage
Match the below in regards to the Cloud Storage Classes:
nearline - best for data accessed X per month,
coldline - accessed once per X days
Archive classes - once per X
What is GCP’s Business intelligence solution? What does it do?
Looker
A data platform that sits on top of an analytics database and makes it simple to describe your data and define business metrics
With a reliable source of truth for business data, anyone can analyse and explore it and share insights with a simple link
What is ML?
Most dashboards you use as a company probably use backward-looking data (reports etc) to look at whats happened in the past
To create value in your business you need to use that backward data to do what?
Establish trends with backward data and use ML to predict insights to help with future decisions
AI is a term that describes any kind of machine with the ability to act autonomously.
ML is a branch of AI - what does it mean?
ML is computers that can learn from data without using a complex set of rules
ML is teaching a computer how to solve problems by providing it with the correct answers. What is an example of this in everyday life?
Tax Returns
Weather Patterns
Bugs in Traditional Software: Mistake in code
Bugs in ML: bugs in data
Google created an ML model that would diagnose diabetic retinopathy almost as well as ophthalmologists can.
They trained the ML model using labelled images of the backs of eyes, each label being the diagnosis.
What’s an example of the possible bugs here?
Because humans were involved, the data may have included incorrect labels or human bias, which is then passed into the model itself.
The best data has 3 qualities, what are they?
C
C
C
Coverage - scope of the problem domain and all possible scenarios. all poss input & output data. If you train a model to detect faults in car parts but only show it red parts to train, the model might not be able to detect defects in blue parts
ML is more accessible now and GCP have many AI/ML solutions to leverage without traditional costs and efforts. What are the 3 options for using ML models?
(Existing and custom option)
Use cases for ML.
1-2 key business problems that ML is suited to fix:
Replacing or simplifying rule-based systems
- Google Search - using rank brain for ranking most likely correct searches instead of hand rules
Automating processes
- speech to text instead of manually writing reports
Understanding unstructured data
Creating personalized customer experiences.