diff --git a/lessons/2-Symbolic/README.md b/lessons/2-Symbolic/README.md index 2a06657e..56b6b58e 100644 --- a/lessons/2-Symbolic/README.md +++ b/lessons/2-Symbolic/README.md @@ -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 diff --git a/lessons/3-NeuralNetworks/03-Perceptron/lab/PerceptronMultiClass.ipynb b/lessons/3-NeuralNetworks/03-Perceptron/lab/PerceptronMultiClass.ipynb index 89d11985..42aeba47 100644 --- a/lessons/3-NeuralNetworks/03-Perceptron/lab/PerceptronMultiClass.ipynb +++ b/lessons/3-NeuralNetworks/03-Perceptron/lab/PerceptronMultiClass.ipynb @@ -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" ] },