Ai Notes
Ai Notes
1. Define Storytelling.
The steps involved in telling an effective data story are given below:
Data storytelling is a structured approach for communicating insights drawn from data, and
invariably involves a combination of three key elements: data, visuals, and narrative. When the
narrative is accompanied with data, it helps to explain the audience what’s happening in the data
and why a particular insight has been generated. When visuals are applied to data, they can
enlighten the audience to insights that they wouldn’t perceive without the charts or graphs. Finally,
when narrative and visuals are merged together, they can engage or even entertain an audience.
When you combine the right visuals and narrative with the right data, you have a data story that can
influence and drive change.
4. What elements of data storytelling, when merged together can engage the audience?
Data
Narrative
Visuals
1. List the considerations which data scientists have to keep in mind during the testing stage.
➢ The volume of test data can be large, which presents complexities.
➢ Human biases in selecting test data can adversely impact the testing phase, therefore,
data validation is important.
➢ Your testing team should test the AI and ML algorithms keeping model validation,
successful learnability, and algorithm effectiveness in mind.
➢ Regulatory compliance testing and security testing are important since the system might
deal with sensitive data, moreover, the large volume of data makes performance testing
crucial.
2. “Once the relevant projects have been selected and properly scoped, the next step of the
machine learning lifecycle is the Design or Build phase.” Briefly explain this phase.
The Design phase is essentially an iterative process comprising all the steps relevant to building
the AI or machine learning model: data acquisition, exploration, preparation, cleaning, feature
engineering, testing and running a set of models to try to predict behaviours or discover insights
in the data.
3. The first fundamental step when starting an AI initiative is scoping and selecting the relevant use
case(s) that the AI model will be built to address. Briefly explain this phase.
In this phase, it's crucial to precisely define the strategic business objectives and desired
outcomes of the project, select align all the different stakeholders' expectations, anticipate the
key resources and steps, and define the success metrics. Selecting the AI or machine learning use
cases and being able to evaluate the return on investment (ROI) is critical to the success of any
data project.
4. Define garbage in, garbage out.
It means if the data you collect is no good, you won't be able to build an effective AI algorithm,
and your whole project will collapse.