AI Algorithms (74)
AI Natural Language Processing (96)
AI Knowledge Representation Reasoning (12)
AI Robotics (183)
AI Computer Vision (13)
AI Neural Networks (66)
AI Fuzzy Logic (31)
AI Games (8)
AI Languages (141)
AI Tools (11)
AI Machine Learning (659)
Data Science (671)
Data Mining (120)
AI Deep Learning (111)
Generative AI (153)
AI Frameworks Libraries (197)
AI Ethics Safety (100)
AI Applications (427)
AI General (197)
AI AllOther (6) What kind of environment is strategic in artificial intelligence? a) Deterministic b) Rational c) Partial d) Stochastic
1 4510What kind of environment is crossword puzzle? a) Static b) Dynamic c) Semidynamic d) None of the mentioned
2 7909What kind of behavior does the stochastic environment posses? a) Local b) Deterministic c) Ratioanl d) Primary
2787Which is used to select the particular environment to run the agent? a) Environment creator b) Environment Generator c) Both a & b d) None of the mentioned
1 3205Which environment is called as semidynamic? a) Environment does not change with the passage of time b) Agent performance changes c) Environment will be changed d) Both a & b
2544Where does the performance measure is included? a) Rational agent b) Task environment c) Actuators d) Sensor
2297Which is used to provide the feedback to the learning element? a) Critic b) Actuators c) Sensor d) None of the mentioned
1 6919The main task of a problem-solving agent is a) Solve the given problem and reach to goal b) To find out which sequence of action will get it to the goal state c) Both a) and b) d) Neither a) nor b)
3528. What is state space? a) The whole problem b) Your Definition to a problem c) Problem you design d) Representing your problem with variable and parameter
3171The problem-solving agent with several immediate options of unknown value can decide what to do by just examining different possible sequences of actions that lead to states of known value, and then choosing the best sequence. This process of looking for such a sequence is called Search. State True or False a) True b) False
2331A problem in a search space Is defined by, a) Initial state b) Goal test c) Intermediate states d) All of the above
4193The Set of actions for a problem in a state space is formulated by a ___________. a) Intermediate states b) Initial state c) Successor function, which takes current action and returns next immediate state d) None of the mentioned
3116A solution to a problem is a path from the initial state to a goal state. Solution quality is measured by the path cost function, and an optimal solution has the highest path cost among all solutions. State whether true or false. a) True b) False
1 3235he process of removing detail from a given state representation is called______. a) Extraction b) Abstraction c) Information Retrieval d) Mining of data
1 3690A problem solving approach works well for a) 8-Puzzle problem b) 8-queen problem c) Finding a optimal path from a given source to a destination d) Mars Hover (Robot Navigation)
3286
List some tools for training nlp models?
Can you describe an example of how Neuromorphic Computing is used in robotics for improved control and navigation?
How will you fix multi-colinearity in a regression model?
Can you explain how AI is used in predictive maintenance for industrial equipment?
Develop an algorithm to sort two lists of sorted integers into a single list.
What are the important algorithms Tensorflow supports?
Different between overfitting and underfitting?
What is a boltzmann machine?
What are artificial neural networks?
How do you work towards a random forest?
How does deductive and inductive machine learning differ?
What is transfer learning ?
Explain the goal of artificial intelligence?
Explain recommender systems?
Pycharm has a debugger?