study pool
WE OFFER WELL RESEARCHED , CREDIBALE READING AND REVISION MATERIALS .
PAST PAPERS , EXAMS , TEST PAPERS AND QUIZ PAPERS ALL AVAILABLE
NURSING
MED SURG
SOFTWARE ENGINEERING
ENGINEERING
ECONOMICS
LAW
ART
BIOLOGY
MATH
CHEMISTRY
ETC.
- 453
- 0
- 17
Community
- Followers
- Following
1 Reviews received
470 items

Knowledge Representation ( Artificial Intelligence ) : COMPUTER SCIENCE
Expressiveness of natural language: Very expressive, probably everything that can be expressed symbolically can be expressed in natural language (pictures, content of art, emotions are often hard to express) Probably the most expressive knowledge representation formalism we have. Reasoning is very complex, hard to model Problems with natural language: Natural language is often ambiguous. The syntax and semantics are not fully understood. There is little uniformity...
- Class notes
- • 24 pages •
Expressiveness of natural language: Very expressive, probably everything that can be expressed symbolically can be expressed in natural language (pictures, content of art, emotions are often hard to express) Probably the most expressive knowledge representation formalism we have. Reasoning is very complex, hard to model Problems with natural language: Natural language is often ambiguous. The syntax and semantics are not fully understood. There is little uniformity...

Part 3.1 : Problem solving - Searching ( Artificial Intelligence) : COMPUTER SCIENCE
Some issues: Search trees grow very quickly The size of the search tree is governed by the branching factor Even this simple game tic-tac-toe has a complete search tree of 984,410 potential nodes The search tree for chess has a branching factor of about
- Class notes
- • 17 pages •
Some issues: Search trees grow very quickly The size of the search tree is governed by the branching factor Even this simple game tic-tac-toe has a complete search tree of 984,410 potential nodes The search tree for chess has a branching factor of about

Part 2: Intelligent Agents - Artificial Intelligence : COMPUTER SCIENCE
An over-used, over-loaded, and misused term. Anything that can be viewed as perceiving its environment through sensors and acting upon that environment through its effectors to maximize progress towards its goals. PAGE (Percepts, Actions, Goals, Environment) Task-specific & specialized: well-defined goals and environment The notion of an agent is meant to be a tool for analyzing systems, not an absolute characterization that divides the world into agents and non-agents...
- Class notes
- • 31 pages •
An over-used, over-loaded, and misused term. Anything that can be viewed as perceiving its environment through sensors and acting upon that environment through its effectors to maximize progress towards its goals. PAGE (Percepts, Actions, Goals, Environment) Task-specific & specialized: well-defined goals and environment The notion of an agent is meant to be a tool for analyzing systems, not an absolute characterization that divides the world into agents and non-agents...

Foundations of Artificial Intelligence : INTRODUCTION TO STATE SPACE SEARCH
A goal directed agent needs to achieve certain goals. Such an agent selects its actions based on the goal it has. Many problems can be represented as a set of states and a set of rules of how one state is transformed to another. Each state is an abstract representation of the agent's environment. It is an abstraction that denotes a configuration of the agent. Initial state : The description of the starting configuration of the agent. An action/ operator t...
- Class notes
- • 31 pages •
A goal directed agent needs to achieve certain goals. Such an agent selects its actions based on the goal it has. Many problems can be represented as a set of states and a set of rules of how one state is transformed to another. Each state is an abstract representation of the agent's environment. It is an abstraction that denotes a configuration of the agent. Initial state : The description of the starting configuration of the agent. An action/ operator t...

SCO 113 – Part 4. Game playing ( Artificial Intelligence) : COMPUTER SCIENCE
Game playing is not like this. The opponent introduces uncertainty. The opponent also wants to win Game Playing has been studied for a long time Babbage (tic-tac-toe) Turing (chess)
- Class notes
- • 38 pages •
Game playing is not like this. The opponent introduces uncertainty. The opponent also wants to win Game Playing has been studied for a long time Babbage (tic-tac-toe) Turing (chess)

Stuart Russell and Peter Norvig - Artificial Intelligence - A Modern Approach (3rd ed.) (1)
In our discussion of the rationality of the simple vacuum-cleaner agent, we had to specify the performance measure. the environment, and the agent's actuators and sensors. We group all these under the heading of the task environment. For the acronymically minded, we call PEAS this the PEAS (Performance, Environment, Actuators, Sensors) description. In designing an agent, the first step must always be to specify the task environment as filly as possible The vacuum world was a simple exa...
- Class notes
- • 1152 pages •
In our discussion of the rationality of the simple vacuum-cleaner agent, we had to specify the performance measure. the environment, and the agent's actuators and sensors. We group all these under the heading of the task environment. For the acronymically minded, we call PEAS this the PEAS (Performance, Environment, Actuators, Sensors) description. In designing an agent, the first step must always be to specify the task environment as filly as possible The vacuum world was a simple exa...

SCO 113 – Foundations of Artificial Intelligence : COMPUTER SCIENCE
Given this scenario different interpretations have been used by different researchers as defining the scope and view of Artificial Intelligence. 1. One view is that artificial intelligence is about designing systems that are as intelligent as humans. This view involves trying to understand human thought and an effort to build machines that emulate the human thought process. This view is the cognitive science approach to AI. 2. The second approach is best embodied by the con...
- Class notes
- • 25 pages •
Given this scenario different interpretations have been used by different researchers as defining the scope and view of Artificial Intelligence. 1. One view is that artificial intelligence is about designing systems that are as intelligent as humans. This view involves trying to understand human thought and an effort to build machines that emulate the human thought process. This view is the cognitive science approach to AI. 2. The second approach is best embodied by the con...

business data communications and networking 11th edition-1 : computer science
The Internet is one of the most important developments in the history of both information systems and communication systems because it is both an information system and a communication system. The Internet was started by the U.S. Department of Defense in 1969 as a network of four computers called ARPANET. Its goal was to link a set of computers operated by several universities doing military research. The original network grew as more computers and more computer networks were linked to it. ...
- Book
- Class notes
- • 590 pages •
The Internet is one of the most important developments in the history of both information systems and communication systems because it is both an information system and a communication system. The Internet was started by the U.S. Department of Defense in 1969 as a network of four computers called ARPANET. Its goal was to link a set of computers operated by several universities doing military research. The original network grew as more computers and more computer networks were linked to it. ...

SCO103 – Objected Oriented Programming I (TEST)
Question A certain mobile phone company charges its customers using per second billing. The tariff used is post paid. The following rules are used in the billing procedure. (a) Any call made after 6.00 a.m. to 6.00 p.m. is charged Kshs 4.00 per minute. (b) Any call made after 6.00 p.m. to 6.00 a.m. is charged Kshs 3.00 per minute. (c) In addition to the above charges one also pays 16% Vat for calls taking longer than one minute. Required Write an object oriented Java program that can be u...
- Exam (elaborations)
- • 1 pages •
Question A certain mobile phone company charges its customers using per second billing. The tariff used is post paid. The following rules are used in the billing procedure. (a) Any call made after 6.00 a.m. to 6.00 p.m. is charged Kshs 4.00 per minute. (b) Any call made after 6.00 p.m. to 6.00 a.m. is charged Kshs 3.00 per minute. (c) In addition to the above charges one also pays 16% Vat for calls taking longer than one minute. Required Write an object oriented Java program that can be u...

SCO 103 OBJECT-ORIENTED PROGRAMMING I : COMPUTER SCIENCE
The objective of the course is to enable the student apply a high level language for solution of simple scientific problems, and for this purpose to manipulate the inputs/outputs of a computer Programme using Object Oriented Programming Techniques. Objectives At the end of the course a student is expected to: • Know all the high level language representation of mathematical functions • effectively use the different data types and variables, viz., numbers, character, and logical variable...
- Summary
- • 1 pages •
The objective of the course is to enable the student apply a high level language for solution of simple scientific problems, and for this purpose to manipulate the inputs/outputs of a computer Programme using Object Oriented Programming Techniques. Objectives At the end of the course a student is expected to: • Know all the high level language representation of mathematical functions • effectively use the different data types and variables, viz., numbers, character, and logical variable...
ATI PN MENTAL HEALTH PROCTORED EXAM 2020