Skip to content

Commit

Permalink
Merge pull request microsoft#222 from jordantheblob/main
Browse files Browse the repository at this point in the history
updated FamilyOntology.ipynb and MSConceptGraph.ipynb links
  • Loading branch information
BethanyJep committed Jul 14, 2023
2 parents 0301c75 + 450241e commit ee46f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lessons/2-Symbolic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ GROUP BY ?eyeColorLabel

## ✍️ Exercise: A Family Ontology


See [FamilyOntology.ipynb](https://github.com/Ezana135/AI-For-Beginners/blob/main/lessons/2-Symbolic/FamilyOntology.ipynb) for an example of using Semantic Web techniques to reason about family relationships. We will take a family tree represented in common GEDCOM format and an ontology of family relationships and build a graph of all family relationships for given set of individuals.

## Microsoft Concept Graph
Expand All @@ -221,7 +222,7 @@ The Graph is available either as REST API, or as a large downloadable text file

## ✍️ Exercise: A Concept Graph

Try the [MSConceptGraph.ipynb](MSConceptGraph.ipynb) notebook to see how we can use Microsoft Concept Graph to group news articles into several categories.
Try the [MSConceptGraph.ipynb](https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/MSConceptGraph.ipynb) notebook to see how we can use Microsoft Concept Graph to group news articles into several categories.

## Conclusion

Expand Down

0 comments on commit ee46f2b

Please sign in to comment.