Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jan 2025 - some questions #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,30 @@ Other questions

## ARTIFICIAL INTELLIGENCE FUNDAMENTALS

<details>
<summary>:us: Jan 2025</summary>

- Group 1
<ul>
<li> Describe what CPS are, formal definition and make an example
<li> Write FOL forward chaining pseudo code algorithm
<li> Describe the key concept of DPLL and give an example
</ul>

- Group 2
<ul>
<li> Describe what PEAS is and give an example
<li> Describe Genetic Algorithm
<li> Descibre Prolog
</ul>

- Group 3
<ul>
<li> What are Bayesian Networks? Give an example
<li> Write the Hill Climb pseudo code algorithm
<li> Write some details about the unification rule and make an example
</ul>
</details>
<details>
<summary>:us: 2021-22</summary>

Expand Down