Ai Notes 2
Ai Notes 2
AI Project Cycle
AI project cycle stages
1. List the different stages of the AI Project cycle.
The different stages of AI Project cycle are:
1. Problem Scoping
2. Data Acquisition
3. Data Exploration
4. Modelling
5. Model Evaluation
Problem Scoping
Example: If you want to make an Artificially Intelligent system which can predict
the salary of any employee based on his previous salaries, you would feed the data
of his previous salaries into the machine. This is the data with which the machine
can be trained. Now, once it is ready, it will predict his next salary efficiently. The
previous salary data here is known as Training Data while the next salary
prediction data set is known as the Testing Data.
2) Explain and differentiate between 2 types of data?
answer)
Training Data Testing data
3. How can AI project improve for better efficiency? Explain with example.
Answer) For better efficiency of an AI project, the Training data needs to be
relevant and authentic to the problem statement scoped.
In the previous example, if the training data were not of the previous salaries
but of his expenses, the machine would not have predicted his next salary
correctly since the whole training went wrong. Similarly, if the previous salary
data was not authentic, that is, it was not correct, then too the prediction could
ha
4) List the reliable source to acquire real and authentic data?
Answer) Data creates the base on which the AI project is built It is very
important to acquire data that is authentic reliable and correct.
These are the reliable sources to acquire real and authentic data:
1. Surveys 2. Web scrapping 3. Application Programming Interface (API) 4.
Cameras 5. Sensors 6. Observations
Answer)
1. The circles represent elements
2. Arrows are used to represent relationship /interconnections
3. ‘+’ and ‘-’ signs are indicators of the nature of relationship
The arrowhead depicts the direction of the effect and the sign (+ or -)
shows their relationship .
If the arrow goes from x to y with a + sign ,it means that both are
directly related to each other . That is if X increases Y also increases
and vice versa .
On the other hand ,if the arrow goes from X to Y with a – sign it
means that both the elements are inversely related to each other which
means if X increase ,Y should and vice versa
DATA EXPLORATION
Answer: Data Exploration refers to the techniques and tools used to visualize
data through complex statistical method.
Answer:
1. Scatter Plot
2. Bar Charts
3. Pie Chart
i) Bar Chart- Bar charts show discrete, numerical comparison across categories .
It answers the questions of “how many” in each category.
ii) Pie Chart- A pie chart is the circular chart that shows how data sets relate to
one another.
iv) Line graph- Line graphs are used to display quantitative values over a
continuous interval of time.
v) Scatter plot- Scatterplots use a collection of points placed using the cartesian
coordinates to display values from two variables.
Q5. In data visualization technique explain which graph is suitable for
which type of data ?