Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored Sep 21, 2024
1 parent ce207c0 commit d355155
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/prez/sli.dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ To start the slide show:

Edit [`slides.md`](slides.md) to see the changes; run `npx prettier slides.md --write` to format.

[`build`](build) will generate HTML & PDF into `dist/`, which is [served on a public URL](../README.md).
[`build`](build) will generate HTML & PDF & PNGs into `dist/`, which is [served on a public URL](../README.md).

Learn more about Slidev at the [documentation](https://sli.dev/).
5 changes: 5 additions & 0 deletions docs/prez/sli.dev/build
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ if [ ! -f /usr/local/share/fonts/NotoColorEmoji.ttf ]; then
fi

npm run export-md-png
# https://github.com/slidevjs/slidev/issues/1874
mv slides-export.md dist/png.md
mv slides-export dist/
# Just to avoid breaking existing links, e.g. in https://github.com/slidevjs/docs/pull/188
ln -s slides-export dist/png

npm run export-pdf
1 change: 1 addition & 0 deletions docs/prez/sli.dev/dist/png
48 changes: 24 additions & 24 deletions docs/prez/sli.dev/dist/png.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
![🔮 Artificial Intelligence yesterday, today and tomorrow](./dist/png/1.png)
![🔮 Artificial Intelligence yesterday, today and tomorrow](./slides-export/1.png)

I'll speak fast, let's chat together about questions during the breaks?

![Machine Learning (ML)](./dist/png/10.png)
![Machine Learning (ML)](./slides-export/10.png)

![Magic?](./dist/png/11.png)
![Magic?](./slides-export/11.png)

![undefined](./dist/png/12.png)
![undefined](./slides-export/12.png)

![Training & Inferring](./dist/png/13.png)
![Training & Inferring](./slides-export/13.png)

Pictures of digits, cats & dogs, or texts...

![Training Data](./dist/png/14.png)
![Training Data](./slides-export/14.png)

![undefined](./dist/png/15.png)
![undefined](./slides-export/15.png)

![Cloud? Open Source?](./dist/png/16.png)
![Cloud? Open Source?](./slides-export/16.png)

![Applications](./dist/png/17.png)
![Applications](./slides-export/17.png)

TODO Try Google Lens with Homework & screenshot it

![undefined](./dist/png/18.png)
![undefined](./slides-export/18.png)

![Personalized LLM](./dist/png/19.png)
![Personalized LLM](./slides-export/19.png)

![Input](./dist/png/2.png)
![Input](./slides-export/2.png)

![The Future](./dist/png/20.png)
![The Future](./slides-export/20.png)

Turing Test, Robot College Student Test, Employment Test, Ikea Test, Coffee Test, Modern Turing Test

![undefined](./dist/png/21.png)
![undefined](./slides-export/21.png)

![undefined](./dist/png/22.png)
![undefined](./slides-export/22.png)

![Gaps?](./dist/png/23.png)
![Gaps?](./slides-export/23.png)

Combining Large Language Models (LLMs) with Knowledge Graphs (KGs) and Retrieval-Augmented Generation (RAG) looks promising.

You would be surprised how difficult it is to build an Assistant that can buy movie tickets or make restaurant reservations only.

Something like Gemini's Extensions, to connect it to your Gmail & Google Docs, Google Maps or Flights, or YouTube are only the very early beginning.

![You?](./dist/png/24.png)
![You?](./slides-export/24.png)

![undefined](./dist/png/3.png)
![undefined](./slides-export/3.png)

![undefined](./dist/png/4.png)
![undefined](./slides-export/4.png)

https://www.jasondavies.com/wordcloud/

![History 🏯](./dist/png/5.png)
![History 🏯](./slides-export/5.png)

![What is _programming ❓_](./dist/png/6.png)
![What is _programming ❓_](./slides-export/6.png)

![What is _programming?_](./dist/png/7.png)
![What is _programming?_](./slides-export/7.png)

![How did you learn your mother tongue?](./dist/png/8.png)
![How did you learn your mother tongue?](./slides-export/8.png)

![Survey: How **did** _you_ learn your mother tongue? 👶](./dist/png/9.png)
![Survey: How **did** _you_ learn your mother tongue? 👶](./slides-export/9.png)

Binary file removed docs/prez/sli.dev/dist/png/21.png
Binary file not shown.
Binary file removed docs/prez/sli.dev/dist/png/22.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added docs/prez/sli.dev/dist/slides-export/21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/sli.dev/dist/slides-export/22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/prez/sli.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build": "slidev build --dark --base /LearningMachineLearning/prez/sli.dev/dist/",
"dev": "slidev --open",
"export-pdf": "slidev export --dark --with-toc --output dist/slides.pdf",
"export-md-png": "slidev export --dark --format md --output dist/png"
"export-md-png": "slidev export --dark --format md"
},
"dependencies": {
"@slidev/cli": "^0.49.29",
Expand Down

0 comments on commit d355155

Please sign in to comment.