Skip to content

Commit 748ab32

Browse files
committed
s
1 parent 2b00ed9 commit 748ab32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ My assignments for CS50's Introduction to Artificial Intelligence with Python.
5656
<tr>
5757
<td rowspan=2>Uncertainty</td>
5858
<td><a href="./2-uncertainty/2a-pagerank">Pagerank</a></td>
59-
<td>PageRank works by counting the number and quality ofs to a page to determine a rough estimate of how important the website is</td>
59+
<td>Determine a rough estimate of website importance (ranking)</td>
6060
<td>PageRank algorithm created by Google's CoFounders</td>
6161
<td>
6262
<a href="https://cs50.harvard.edu/ai/2020/projects/2/pagerank/">Theory</a>
6363
</td>
6464
</tr>
6565
<tr>
6666
<td><a href="./2-uncertainty/2b-heredity">Heredity</a></td>
67-
<td>Bayesian Network of genes is used by AI to infer the probability distribution for each person’s genes, as well as the probability distribution for whether any person will exhibit the trait in question</td>
67+
<td>Bayesian Network of genes for inferring probability distribution for each person’s genes & probability distribution for whether person will exhibit the trait in question</td>
6868
<td>Probability theory: Probability distribution and Joint Probability</td>
6969
<td><a href="https://cs50.harvard.edu/ai/2020/projects/2/heredity/">Theory</a></td>
7070
</tr>
@@ -104,7 +104,7 @@ My assignments for CS50's Introduction to Artificial Intelligence with Python.
104104
</tr>
105105
<tr>
106106
<td><a href="./6-language/6b-questions">Questions</a></td>
107-
<td>Perform Question Answering (QA) with document retrieval and passage retrieval tasks. Document retrieval will first identify which document(s) are most relevant to the query. Once the top documents are found, the top document(s) will be subdivided into passages so that the most relevant passage to the question can be determined.</td>
107+
<td>Perform Question Answering (QA) with document retrieval and passage retrieval tasks</td>
108108
<td>Most relevant documents/passages are determined by tf-idf to rank documents and query term density measure metric for scoring passages</td>
109109
<td><a href="https://cs50.harvard.edu/ai/2020/projects/6/questions/">Theory</a></td>
110110
</tr>

0 commit comments

Comments
 (0)