Ai Project Cycle
Ai Project Cycle
AI Project Cycle
Ans :- Mapping the individual steps in an AI project to the steps in the AI project
cycle.
Ans-
Ans- For example ,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.
8)Name various ways in which you can collect data or acquire data.
1) Surveys
2) Web Scraping
3) Cameras
4) Observations
5) API (Application Program Interface)
Ans-We should keep in mind that the data which we collect is open-sourced and not
someone’s property. Extracting private data can be an offense. One of the most reliable
and authentic sources of information are the open-sourced websites hosted by the
government. These government portals have general information collected in suitable
format which can be downloaded and used wisely. Some of the open-sourced Govt.
portals are: data.gov.in, india.gov.in
10)List downdata visualisation technique in the given table.
One-line Description Area Graphs are Line Graphs but with the area below the line
filled in with a certain colour or texture.
How to draw it
Suitable for which They are most commonly used to show trends, rather than
data type? convey specific values.
Artificial Intelligence is the umbrella terminology which covers machine and deep
learning under it and Deep Learning comes under Machine Learning.
Artificial Intelligence, or AI, refers to any technique that enables computers to mimic
human intelligence. The AI-enabled machines think algorithmically and execute what
they have been asked for intelligently.
Machine Learning, or ML, enables machines to improve at tasks with experience. The
machine learns from its mistakes and takes them into consideration in the next
execution. It improvises itself using its own experiences.
Deep Learning, or DL, enables software to train itself to perform tasks with vast
amounts of data. In deep learning, the machine is trained with huge amounts of data
which helps it into training itself around the data. Such machines are intelligent enough
to develop algorithms for themselves.
12)What are different types of AI Model?
Ans-
Ans- Evaluation is the process of understanding the reliability of any AI model, based on
outputs by feeding test dataset into the model and comparing with actual answers.This
is because our model will simply remember the whole training set, and will therefore
always predict the correct label for any point in the training set.
16) What do you understand by the terms True Positive and False Positive?
Ans-The Prediction matches with the Reality. Hence, this condition is termed as True
Positive.
The Prediction matches and Reality do not match. Hence, this condition is termed as
False Positive.
e. SPAM filters
Classification - This involves categorizing emails as either spam or not spam, which is
another binary classification problem.