From: Neil Smith Date: Thu, 24 Oct 2024 10:21:06 +0000 (+0100) Subject: Updated paths X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=a9934d906dc4433131065ac6d9d44723b1e72c83;p=ou-click-start-ai.git Updated paths --- diff --git a/1.titanic-survivors/1.titanic.ipynb b/1.titanic-survivors/1.titanic.ipynb index 6177d68..2c5295c 100644 --- a/1.titanic-survivors/1.titanic.ipynb +++ b/1.titanic-survivors/1.titanic.ipynb @@ -51,7 +51,7 @@ "metadata": {}, "outputs": [], "source": [ - "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/1.titanic-survivors/titanic.csv" + "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/1.titanic-survivors/titanic.csv" ] }, { diff --git a/1.titanic-survivors/1.titanic.md b/1.titanic-survivors/1.titanic.md index 51b5cd1..76d258d 100644 --- a/1.titanic-survivors/1.titanic.md +++ b/1.titanic-survivors/1.titanic.md @@ -36,7 +36,7 @@ from sklearn.model_selection import train_test_split, cross_val_score ``` ```python -!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/1.titanic-survivors/titanic.csv +!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/1.titanic-survivors/titanic.csv ``` ```python diff --git a/2.markov-chains/2.markov.ipynb b/2.markov-chains/2.markov.ipynb index a7f337d..657671d 100644 --- a/2.markov-chains/2.markov.ipynb +++ b/2.markov-chains/2.markov.ipynb @@ -164,10 +164,10 @@ "metadata": {}, "outputs": [], "source": [ - "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/le-mort-d-arthur.txt\n", - "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/odyssey.txt\n", - "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/pride-and-prejudice.txt\n", - "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/tale-of-two-cities.txt" + "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/le-mort-d-arthur.txt\n", + "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/odyssey.txt\n", + "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/pride-and-prejudice.txt\n", + "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/tale-of-two-cities.txt" ] }, { diff --git a/2.markov-chains/2.markov.md b/2.markov-chains/2.markov.md index c16c063..f1c7d49 100644 --- a/2.markov-chains/2.markov.md +++ b/2.markov-chains/2.markov.md @@ -142,10 +142,10 @@ from IPython.display import display, HTML ``` ```python -!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/le-mort-d-arthur.txt -!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/odyssey.txt -!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/pride-and-prejudice.txt -!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/2.markov-chains/tale-of-two-cities.txt +!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/le-mort-d-arthur.txt +!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/odyssey.txt +!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/pride-and-prejudice.txt +!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/2.markov-chains/tale-of-two-cities.txt ``` ```python jupyter={"outputs_hidden": false} diff --git a/3.eliza/3.eliza.ipynb b/3.eliza/3.eliza.ipynb index 7dde655..4ebb873 100644 --- a/3.eliza/3.eliza.ipynb +++ b/3.eliza/3.eliza.ipynb @@ -109,7 +109,7 @@ "metadata": {}, "outputs": [], "source": [ - "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/3.eliza/rules.yaml" + "!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/3.eliza/rules.yaml" ] }, { diff --git a/3.eliza/3.eliza.md b/3.eliza/3.eliza.md index adf1c4a..238dc02 100644 --- a/3.eliza/3.eliza.md +++ b/3.eliza/3.eliza.md @@ -63,7 +63,7 @@ We'll take each of these steps in turn. We can download some rules to work with. Execute this cell. ```python -!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/nominet-quick-start-ai/main/3.eliza/rules.yaml +!wget --no-check-certificate https://raw.githubusercontent.com/NeilNjae/ou-quick-start-ai/main/3.eliza/rules.yaml ``` You can look at the raw rules file by clicking on the "Files" icon in the left sidebar and choosing the `rules.yaml` entry. You should be alboe to see that the rules follow the structure of a pattern and a set of possible responses.