mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-15 21:28:33 -05:00
[PR #237] [MERGED] Improved grammar and readability of the introduction section #14771
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?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/237
Author: @Sara-Khosravi
Created: 5/31/2024
Status: ✅ Merged
Merged: 6/1/2024
Merged by: @profvjreddi
Base:
dev← Head:improve-introduction-section📝 Commits (2)
c04fb26Improved grammar and readability of the introduction sectionbfee051Put back the reference / URL links📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
contents/introduction/introduction.qmd(+4 -4)📄 Description
Summary
This pull request addresses several typos and grammatical issues in the introduction of the TinyML book. The changes aim to improve the readability and clarity of the text.
Changes Made
Specific Edits
#sec-introduction-1:
• Changed "a crisp" to "a crisp,"
#sec-introduction-2:
• Changed "computing would so be seamlessly integrated" to "computing would be seamlessly integrated" #sec-introduction-3:
• Changed "The key to this ubiquitous intelligence lies in developing and deploying machine learning systems at the edge of our networks." to "The crucial element of this ubiquitous intelligence is developing and deploying machine learning systems at the edge of our networks." #sec-introduction-4:
• Improved sentence:
Original: “Machine learning, a subset of artificial intelligence, enables computers to learn from and make decisions based on data rather than following explicitly programmed instructions. When deployed at the edge—closer to where data is generated, and actions are taken—machine learning systems can process information in real-time, responding to environmental changes and user inputs with minimal latency. This capability is critical for applications where timing is crucial, such as autonomous vehicles, real-time language translation, and smart healthcare devices.”
Revised: “Machine learning, a subset of artificial intelligence, enables computers to learn from and make decisions based on data rather than following explicitly programmed instructions. When deployed at the edge, closer to data generation and action, these systems can process information in real time with minimal latency. This is critical for TinyML applications, where fast response is crucial, such as autonomous vehicles, real-time translation, and smart healthcare devices.”
Suggestion: Consider strengthening the connection to TinyML by emphasizing its applications throughout the introduction.
Reviewer's Notes
Please review the changes and let me know if further modifications are needed. Your feedback is very important to me for the other chapters. Thank you very much!
Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.
Content
References & Citations
Quarto Website Rendering
Grammar & Style
Collaboration
Miscellaneous
Final Steps
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.