mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
A warning and a few typos #254
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BravoBaldo on GitHub (Nov 24, 2024).
The command "quarto render" give me the message:
[WARNING] Duplicate identifier 'future-directions' at line 12946 column 1(in pdf rendering)
I didn't find the reason!
In contents/core/introduction/introduction.qmd
"Expert Systems(1970s-1980s)" --> "Expert Systems (1970s-1980s)": add a space
"Combined using Naive Bayes:" --> an empty line (CR/LF) before ?
"Consider a typical computer vision solution from 2005:" --> a line (CR/LF) before ?
In contents/core/about/about.qmd
"Persona" ---> "Person" ???
In contents/ai/socratiq.qmd
"new experience level.." remove a dot (2 occurrences)
"You can file a GitHub issue" ??? "You can fire a..." ???
In contents/core/privacy_security/privacy_security.qmd
"...such as the ones we discussed in the AI Hardware chapter." --> the true chapter title is "AI Acceleration"
Baldo