mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[GH-ISSUE #368] Some typos and a suggestion to look for more #1390
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 (Aug 21, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/368
Originally assigned to: @profvjreddi on GitHub.
These are typos found in the first half of the book.
I found them by producing a Word file
quarto render --to docxThen I opened the file in Word and let it point out the errors in red :)
Note: The most "urgent" is in the _quarto.yml file (the book cover!)
"Aritifically" --> "Artificially"
optimizations/optimizations.qmd
"exapmles" --> "examples"
"the boy of the loop" --> "the boDy of the loop"
"improvements.:" --> "improvements." (remove colon)
"...CiM architectures, and conversely, the CiM hardware.." --> ??? "CiM architectures, and in turn, the CiM hardware" ???
In other places (the first half of the book.)
"Ubiqutous computing"
"Intro to CLassification." -- "Intro to Classification"
"resultsi" --> "results"
sevreral --> several
alignemnt --> alignement
differentiatedly --> differently ???
"i.e:" --> "i.e.:"
"etc," --> "etc.,"
"adjustements" --> "adjustments"
"critera" --> criteria
guaruntees --> guarantees
efifcient --> efficient
degredations --> degradations
quantizations --> quantizations
acceleartor --> accelerator
Platfrom --> Platform
hardwares --> hardware 3 (No plural)
containiung --> containing
specilized --> specilized
onf resource --> on resource
Multple --> Multiple
sparseTinyML --> sparse TinyML
Interoperablily --> Interoperability
Mulit-die packages --> Multi-die packages
functinoal --> functional
architechtures --> architectures
datapath --> data path ?4
Neuromoprhic --> Neuromorphic
qunatization --> quantization ????
the aggregations tep --> the aggregations step
etc (withoud a dot) --> "etc." (dot alwais required)
productionalizing --> ???productionalization???
keys,authentication --> keys, authentication (space after comma)
multipartymultiparty ??? 2
Until next time ;)
Baldo
@profvjreddi commented on GitHub (Aug 21, 2024):
Thanks I've fixed all except datapath which i think makes sense the way it is.
I fixed this in a branch and it will be merged but thanks for catching it! Someone else also caught it just today. So I will push it up.
@profvjreddi commented on GitHub (Aug 22, 2024):
Thanks for the feedback, merged the updates in @BravoBaldo