Ai Questions and Answers
Ai Questions and Answers
Answer - A machine learning algorithm is a series of instructions that allows a computer programme to
replicate how a human learns to classify different types of data.
2. Type of learning algorithm?
Answer - There are three type of learning algorithm..
a. Supervised Learning
b. Unsupervised Learning
c. Reinforcement Learning
3. What is supervised learning?
Answer - Supervised learning is a method of artificial intelligence development that involves training a
computer algorithm on labelled input data for a specific output.
4. What is unsupervised learning?
Answer - Unsupervised learning is the use of artificial intelligence (AI) systems to detect patterns in data
sets that contain data points that are neither categorized nor labelled.
5. What is reinforcement learning?
Answer - Through reinforcement learning, an intelligent agent interacts with the environment and learns
to operate within it.
6. What are the future of Neural network?
Answer-The future of Neural network are -
a. Neural network systems are modelled using the human brain and nervous system.
b. They can extract features without the input of the programmer.
c. A neural network's nodes are all machine learning algorithms.
d. It comes in handy when dealing with problems involving a huge data set.
PROJECT CYCLE
1. What is the Al Project Cycle?
Answer - The Al Project Cycle is a step-by-step process that a company must follow in order to derive value
from an Al project and to solve the problem.
9. What is Data?
Answer - Data is a representation of facts or instructions about an entity that can be processed or
conveyed by a human or a machine, such as numbers, text, pictures, audio clips, videos, and so on.
9. What is Variable?
Answer - In a computer language, a variable is a memory area where a value is stored. A variable in Python
is created when a value is assigned to it. In Python, declaring a variable does not necessitate any additional
commands.
10. What are the different rules for declaring the Variable?
Answer - The rules for declaring variable are-
1. A number cannot be used as the first character in the variable name. Only a character or an underscore
can be used as the first character
2. Python variables are case sensitive.
3. Only alpha numeric characters and underscores are allowed.
4. There are no special characters permitted.
Answer - A fixed-value variable is referred to as a constant. Constants are similar to containers that hold
data that cannot be changed afterwards.
Answer - Each value in Python has a datatype. Because everything in Python programming is an object, data
types are essentially classes, and variables are instances (objects) of these classes.
Python supports a variety of data types. Some of the most common data types are listed here.
1. Numbers
2. Sequences
3. Sets
4. Maps