Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyJep authored Jul 14, 2023
2 parents 7935c3a + 0301c75 commit 450241e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lessons/2-Symbolic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ GROUP BY ?eyeColorLabel

## ✍️ Exercise: A Family Ontology

See [FamilyOntology.ipynb](https://github.com/microsoft/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.

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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"outputs": [],
"source": [
"!rm *.pkl\n",
"!wget https://raw.githubusercontent.com/microsoft/AI-For-Beginners/main/data/mnist.pkl.gz\n",
"https://github.com/mnielsen/neural-networks-and-deep-learning/blob/master/data/mnist.pkl.gz",
"!gzip -d mnist.pkl.gz"
]
},
Expand Down

0 comments on commit 450241e

Please sign in to comment.