Recent Releases of cs249r_book
cs249r_book - Release v0.4.1
Release Notes for Machine Learning Systems Book
Summary of Changes
This release of the Machine Learning Systems book includes several updates and improvements, including:
- Refactoring of the changelog system to remove fix_changelog.py and update the script to not output a header
- Update of contributors list [skip ci]
- Addition of a changelog update step to the publish workflow with smart defaults
- Enhancement of the Rich interface with professional panels and step headers
- Addition of a prominent red warning banner to the publish command
- Introduction of a 'publish' command to automate book deployment
- Update of the PDF link to an external URL and sync config
- Removal of AI preference from general setup (only for publishing)
Key Improvements and Updates
Changelog System Refactoring
The changelog system has been refactored to improve its efficiency and usability. The fix_changelog.py script has been removed, and the changelog update script now does not output a header. This change makes it easier to manage and keep track of changes in the book.
Contributors List Update
The list of contributors has been updated [skip ci] to reflect recent changes and additions to the book.
Publish Workflow Update
A new step has been added to the publish workflow with smart defaults. This update makes it easier for users to automate the book deployment process.
Rich Interface Enhancements
The Rich interface of the book has been enhanced with professional panels and step headers. These updates improve the overall user experience and make it easier to follow along with the book's content.
Prominent Warning Banner Addition
A prominent red warning banner has been added to the publish command to alert users of potential issues or errors during the deployment process.
'Publish' Command Introduction
A new publish command has been introduced to automate the book deployment process. This update makes it easier for users to deploy the book without having to manually go through the publish workflow.
PDF Link Update
The PDF link has been updated to an external URL and sync config. This change allows for more flexibility in terms of updating the book's content and ensuring that the PDF is always up-to-date.
AI Preference Removal
The AI preference from the general setup has been removed (only for publishing). This update makes it easier to manage and maintain the book's content without having to worry about AI preferences.
Technical Details About the Book Content
The Machine Learning Systems book has been updated with the latest technical details and best practices in machine learning. The book covers a range of topics, including:
- Supervised and unsupervised learning
- Neural networks and deep learning
- Natural language processing
- Computer vision
- Reinforcement learning
The book also includes practical exercises and projects to help users apply the concepts they've learned to real-world problems.
Professional Tone Suitable for Academic Publishing
This release of the Machine Learning Systems book has been written in a professional tone suitable for academic publishing. The language used is clear and concise, making it easy for users to understand and follow along with the book's content. The updates and improvements made in this release are aimed at improving the overall user experience and ensuring that the book remains relevant and up-to-date in the field of machine learning.
- Python
Published by profvjreddi 7 months ago
cs249r_book - v0.3.0
Key Highlights
Major Updates to Chapters:
- Comprehensive revisions to Chapter 3, focusing on ML systems.
- Major changes introduced in Chapter 4, highlighting deep learning architectures.
- Rewrites and enhancements in Chapter 5 for improved clarity and depth.
- Updates and feedback revisions in Chapters 8, 10, 11, 12, 13, 14, 15, 16, and 18 based on student and contributor feedback.
- Conclusion revised for better alignment with the updated content.
New Content and Features:
- Addition of a Mobile ML section to ML Systems.
- New sections added on Model Serving in MLOps and Sustainable AI.
- Raspberry Pi SLM and Wake Vision labs included as exercises.
- A new reading guide for learners to enhance usability.
Enhancements to Presentation and Formatting:
- PDF styling updated to adhere to Edward Tufte's style.
- Improved formatting with consistent styles and proper alignment of margin notes.
- Use of grid tables for bullet points and enhanced table formatting.
- Fixed rendering issues for various figures, links, and TOC spacing.
Bug Fixes and Typos:
- Addressed broken links, duplicate titles, and rendering errors.
- Fixed numerous typos across chapters for improved accuracy.
- Resolved issues with improperly formatted subtitles and section headers.
Privacy and Security Updates:
- Significant enhancements to the Privacy and Security chapter, including secure boot updates.
- Renamed image filenames for consistency and added additional notes to strengthen content.
Sustainability and Responsible AI:
- Proofread and improved the sustainability section.
- Added new observations in Responsible AI and other critical areas.
General Improvements:
- Clean-up of PR templates for contributors.
- Division of content into "Labs" and "Core Theory Concepts" for better organization.
- Adjusted badge labels for clearer presentation.
New Contributors:
- Welcomed several new contributors who provided meaningful updates and enhancements to the project.
What's Changed
- Fixed video 3.1 link by @emmanuel2406 in https://github.com/harvard-edge/cs249r_book/pull/293
- adds wake vision colab as an exercise by @colbybanbury in https://github.com/harvard-edge/cs249r_book/pull/298
- fix a bug with userfullname by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/318
- chapter 3 revisions by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/316
- Iss304 add references by @FinAminToastCrunch in https://github.com/harvard-edge/cs249r_book/pull/306
- 310 Updated PDF to follow Edward Tufte style by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/333
- Updated Credit -> Source: and fixed formatting style to be consistent by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/334
- 335 Use Grid tables for proper formatting of bullets by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/336
- 326 PDF video links are broken by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/337
- 326 PDF video links are broken by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/342
- 331 Marginnotes needs to be left aligned, but they seem to be justified by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/341
- 321 student feedback chapter 4 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/343
- 322 student feedback chapter 6 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/344
- 346 2 typos in frameworks.qmd by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/350
- 320 Add date to YML by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/352
- Enhancements and Revisions to efficientai.qmd with Professor Vijay's Feedback by @Sara-Khosravi in https://github.com/harvard-edge/cs249rbook/pull/313
- Chapter 8 Sarah Updates by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/356
- 324 student feedback chapter 7 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/349
- Edited the Privacy and Security Section (First 26 Pages) by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/317
- 358 Typos in "dataengineering.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/360
- 351 Fix section header spacing by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/365
- Add Wake Vision to zoodatasets.qmd by @colbybanbury in https://github.com/harvard-edge/cs249rbook/pull/367
- 368 Some typos and a suggestion to look for more by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/370
- 369 Missing format ...maybe by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/371
- 372 Slowdown after changing "header-includes.tex" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/373
- 374 CO2 (2 as a subscript) by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/375
- Update Branch 353 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/379
- 353 student feedback chapter eight by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/357
- 380 Self-evident in hwacceleration.qmd by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/381
- 388 Superfluous hyphens by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/392
- 389 Typo in efficientai.qmd by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/391
- 386 Duplicate title by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/390
- 387 Please update info... by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/393
- 385 Bad link in hwacceleration.qmd / Section 10.6 by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/394
- 395 Typo: Chapter 13.2.2 by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/396
- 402 Note on first 4 chapter of "benchmarking.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/403
- Edit privacy security by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/399
- Student Feedback Chapter 9 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/401
- 366 labs raspi support by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/376
- 417 Notes In "ondevicelearning.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/418
- 419 Notes on the first part of "ops.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/420
- 366 labs raspi support by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/416
- 366 labs raspi support - format and text review by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/422
- 424 Last part of "ops.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/425
- 421 Add Model Serving section to MLOps by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/423
- 427 Incomplete or awkward sentence in the Industrial IoT section by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/429
- Chapter 10 Student Feedback by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/430
- 431 Notes in "privacysecurity.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/433
- 432 Images in PDF version without reference when on the left by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/435
- 436 Some points in responsibleai.qmd by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/437
- 438 Points to review in "sustainableai.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/439
- 440 First part of "robustai.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/441
- 442 Observations in the second part of "robustai.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/443
- Upload the Object Detection Lab by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/444
- 445 Notes in "aiforgood.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/446
- 447 In "conclusion.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/448
- Proofreading the sustainability section - fixing typos by @bilgeacun in https://github.com/harvard-edge/cs249r_book/pull/451
- 366 labs raspi support by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/454
- First 9 chapters in correct format by @fatimajshah in https://github.com/harvard-edge/cs249r_book/pull/415
- Edit2 privacy security by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/453
- 455 Link for Video 3.1 on 3 DL Prime is broken by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/458
- 457 Clean-up PR template by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/459
- 449 Some notes on "Labs" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/462
- 452 Notes in "seeed/xiaoesp32s3/imageclassification/imageclassification.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/461
- 456 Other notes on labs by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/460
- 463 2 notes and 2 warnings by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/464
- privacy security changes- add few lines by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/472
- Including the Raspberry Pi SLM lab by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/473
- Privacy & Security Update - Secure Boot Enhancements by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/478
- 475 Some notes in llm and other generic issues by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/480
- rename images file name for privacy and security chapter figures by @AbenezerKb in https://github.com/harvard-edge/cs249r_book/pull/479
- 481 I was too hasty and drastic... by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/487
- 485 Only 2 notes by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/486
- 471 Go through all figures by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/491
- 494 Split content into labs / core theory concepts by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/495
- 492 Table empty in PDF by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/496
- Add MLPerf Power to benchmarking by @aryatschand in https://github.com/harvard-edge/cs249r_book/pull/489
- 498 Some new issues by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/499
- 474 Bad rendering for some links by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/505
- 501 One section is mistakenly bold by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/504
- 488 Problems about "Parts" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/503
- 506 TOC spacing is messed up -- too close to titles when section numbers are big in count by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/507
- 510 Create a reading guide for learners by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/511
- Edit security chapter f by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/516
- Final edit to Security Chapter - Today's Changes Only by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/515
- README updated with quarto rendering to EPUB by @vitasam in https://github.com/harvard-edge/cs249r_book/pull/517
- Student feedback Chapter 11 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/518
- Chapter 12 Student Feedback by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/519
- 468 Rewrite introduction by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/520
- Getting ready for major v0.3 release by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/521
- Student Feedback Chapter 13 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/522
- Student Feedback Chapter 15 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/523
- Student Feedback Chapter 16 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/526
- Student Feedback Chapter 19 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/528
- Student Feedback Chapter 14 by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/527
- 531 A warning and a few typos by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/532
- 536 Badge images not visible in pdf by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/538
- 537 Sub-titles marked as normal text in bold by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/539
- 549 typo "browserAchi" in socratiq.qmd by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/550
- 482 Add Mobile ML section to ML Systems by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/551
- Gen ai lab chapters by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/547
- 554 Rewrite chapter 3 with a ML systems focus by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/557
- Primer chapters review by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/560
- Updated purpose for all chapters - first draft by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/561
- 559 New chapter 4 - DL architectures -- MAJOR CHANGES by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/564
- 563 Some points in mlsystems and dlprimer. by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/565
- Update Chapter 17 Branch by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/566
- Add badge labels by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/567
- 555 Figure 2.7 is not rendered correctly (dev version only) by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/568
- Conclusion Revisions by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/573
- 570 Improve/rewrite chapter 5 by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/574
- Chapter 18 (old chapter 17) Feedback Revisions by @jasonjabbour in https://github.com/harvard-edge/cs249r_book/pull/571
- 572 Bad link in \cs249rbook\index.qmd and others by @profvjreddi in https://github.com/harvard-edge/cs249rbook/pull/575
- 577 Notes in quarto and in dnnarchitectures.qmd by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/578
- Preparing major v0.3.0 release by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/579
New Contributors
- @emmanuel2406 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/293
- @jasonjabbour made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/316
- @FinAminToastCrunch made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/306
- @bilgeacun made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/451
- @fatimajshah made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/415
- @AbenezerKb made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/479
- @aryatschand made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/489
Full Changelog: https://github.com/harvard-edge/cs249r_book/compare/v0.2.0...v0.3.0
- Python
Published by profvjreddi about 1 year ago
cs249r_book - v0.2.0
Changelog Summary
General Enhancements:
- Added an AI tutor bot feature
- Added version to Google Analytics.
- Added badges for documentation.
- Updated instructions for contributions to the
devbranch. - Improved grammar and readability of the introduction section.
- Added confetti.js code and registered it.
- Fixed various formatting and markdown issues.
- Spelling fixes and minor typo corrections.
Windows Support:
- Introduced initial support for Windows builds.
- Fixed hardcoded path for Windows compatibility.
Content Additions:
- Added Chapter 17 on Sustainable AI.
- Added sections for Robust AI and Data Diversity and Quality.
- Added a conclusion chapter.
- Added new figures and fixed missing figures in various chapters.
- Included additional slides and videos across chapters.
- Added more Colab exercises, including web scraping.
- Added acknowledgments for funding resources.
- Added XIAO ESP32S3 Sense to hardware list and relevant book references.
- Added Song Han as a contributor for his slides.
- Added and updated Kai widget functionality.
Content Fixes and Updates:
- Fixed rendering issues with references, figures, and videos.
- Updated figure references and captions.
- Fixed links and corrected broken URLs.
- Updated chapters 1-4 with edits and improvements.
- Fixed issues with table rendering in Chapter 7.
- Proofread and corrected all
.qmdfiles. - Incorporated feedback and updated content accordingly.
- Updated video callouts and fixed related minor issues.
- Trimmed and updated benchmarking documentation.
Publication Preparation:
- Multiple iterations of getting the book ready for publication.
- Updated all references.
- Merged and resolved errors causing build failures.
- Supported multiple hardware vendors.
Optimization and Performance:
- Optimized figures in the Optimization chapter.
- Improved accuracy of paper search, albeit slower.
- Improved citation updates and formatting consistency.
Miscellaneous:
- Added short captions for videos.
- Fixed an issue with disappearing menu in the Kai widget.
- Updated paper spacing in markdown.
- Improved suggested queries and capitalizations.
- Added cross-references for video content.
- Supported multiple hardware vendors.
- Created an overview section for labs.
What's Changed (details)
- add version to ga by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/138
- Iss139 windows by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/140
- [WIP] Windows build by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/141
- add badges by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/142
- Additions for Chapter 17 Sustainable AI by @jaywonchung in https://github.com/harvard-edge/cs249r_book/pull/145
- Optimizations chapter figures by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/146
- Added missing figure by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/149
- Typo fixed in Installing the OpenMV IDE chapter by @vitasam in https://github.com/harvard-edge/cs249r_book/pull/152
- Fix rendering of incorrectly formatted references, figures, videos + Add unresolved reference by @JaredP94 in https://github.com/harvard-edge/cs249r_book/pull/159
- 81 figure references/part 2 by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/160
- Fixed video renderings + Formatting consistency + Citation updates/additions by @JaredP94 in https://github.com/harvard-edge/cs249r_book/pull/162
- fix hardcoded path by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/167
- Correct links by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/169
- Link slides in chapters by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/164
- Error fix by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/172
- added more slides by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/178
- Edits for chapters 1-4 by @mpstewart1 in https://github.com/harvard-edge/cs249r_book/pull/179
- adding web scraping colab exercise by @shanzehbatool in https://github.com/harvard-edge/cs249r_book/pull/161
- adding more colabs by @shanzehbatool in https://github.com/harvard-edge/cs249r_book/pull/184
- added videos to chapters by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/182
- Changed Data Diversity and Quality section by @BrunoScaglione in https://github.com/harvard-edge/cs249r_book/pull/190
- changed word "algorithms" to "models" by @BrunoScaglione in https://github.com/harvard-edge/cs249r_book/pull/192
- added short captions for the videos by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/193
- Robust AI chapter by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/177
- 187 Proofread all the .qmd files by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/197
- Updated instructions for contributions to
devbranch by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/204 - fixed figure captions and references by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/205
- 206 add section cross references by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/207
- 202 Add a conclusion chapter to the book by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/208
- Incorporating feedback from Yanjing by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/209
- Fix links to references by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/210
- Kai widget by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/211
- fixed some slides links by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/212
- Kai widget by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/213
- WIP on 199-tag-prof-song-han-as-contributor by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/217
- Adding Song Han's as contributor for his slides. by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/218
- Spelling fix by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/220
- 180 Acknowledge funding resources by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/221
- Getting ready for release by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/219
- Add XIAO ESP32S3 Sense in hardware list and add a book about XIAO in book list. by @Allen-Kuang in https://github.com/harvard-edge/cs249r_book/pull/226
- Fixed paper search. It's slower now, but much more accurate. Perhaps, speeding it up will be next step by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/227
- Fixed minor markdown issue in text and url highlighting in Data Engineering chapter by @nx6xe23 in https://github.com/harvard-edge/cs249r_book/pull/236
- Latest updates by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/234
- Improved grammar and readability of the introduction section by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/237
- Merge pull request #234 from harvard-edge/dev by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/238
- 225 PDF build - need to fix how slides/labs/exercises show up by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/242
- Getting ready for release by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/243
- Drop running actions on PR. by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/245
- Added confetti.js code and registered by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/246
- Kai widget: updated the papers and markdown by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/247
- iss2-adding-BNN-info by @serco425 in https://github.com/harvard-edge/cs249r_book/pull/248
- 241 Table rendering in Chapter 7 is messed up by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/249
- Kai widget: updated issue with disappearing menu and fixed 's' search key down by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/250
- updated papers and markdown p spacing by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/251
- Kai widget: updated issue with darkmode by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/252
- edit-data-engineering by @Sara-Khosravi in https://github.com/harvard-edge/cs249r_book/pull/254
- Getting ready for release by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/255
- 76 Break chapters into subfiles by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/260
- 253 Videos need cross-references by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/261
- Updated video callouts and minor fixes by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/262
- Fixed a bug where the dev build was broken and pushed into main by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/263
- Fix merge error causing build failures by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/264
- updated gen ai page // fixed bundles by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/266
- update to gen ai page. keep text, flicker topics by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/268
- a batch of typo and format fixes by @YangZhou1997 in https://github.com/harvard-edge/cs249r_book/pull/274
- suggested queries, capitalizations by @kai4avaya in https://github.com/harvard-edge/cs249r_book/pull/271
- Fixed formatting issue by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/278
- 270 Support multiple hardware vendors by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/275
- 279 citation missing by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/281
- 282 create overview section for labs by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/283
- Trim and update benchmarking.qmd by @colbybanbury in https://github.com/harvard-edge/cs249r_book/pull/280
- Revert "Trim and update benchmarking.qmd" by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/284
- Getting ready to publish by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/285
- Getting ready to publish by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/286
- Getting ready to publish! by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/287
- Update all the references by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/290
- Update README.md by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/288
New Contributors
- @jaywonchung made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/145
- @vitasam made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/152
- @JaredP94 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/159
- @mpstewart1 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/179
- @shanzehbatool made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/161
- @BrunoScaglione made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/190
- @kai4avaya made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/213
- @Allen-Kuang made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/226
- @nx6xe23 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/236
- @Sara-Khosravi made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/237
- @serco425 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/248
- @YangZhou1997 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/274
- @colbybanbury made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/280
Full Changelog: https://github.com/harvard-edge/cs249r_book/compare/v0.1.0...v0.2.0
- Python
Published by profvjreddi over 1 year ago
cs249r_book - v0.1.0 - Initial Release
What's Changed
- Topic/setup by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/1
- Updated copyright by @uchendui in https://github.com/harvard-edge/cs249r_book/pull/3
- Lunchbox by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/4
- Fixed merge conflicts by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/5
- Resolved a merge conflict, not sure how it slipped by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/6
- Add section for emerging hardware trends by @ShvetankPrakash in https://github.com/harvard-edge/cs249r_book/pull/7
- Updated .gitignore for JetBrains IDEs by @jessicaquaye in https://github.com/harvard-edge/cs249r_book/pull/14
- Exercises 2 and 4 by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/17
- Exercises 2 and 4 by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/19
- Exercises 2 and 4 by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/20
- made changes by @ishapira1 in https://github.com/harvard-edge/cs249r_book/pull/15
- New version of the AI for Good chapter by @marcozennaro in https://github.com/harvard-edge/cs249r_book/pull/32
- Add PR template by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/36
- Add Github actions by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/40
- Updated formatting for ml-frameworks by @DivyaAmirtharaj in https://github.com/harvard-edge/cs249r_book/pull/28
- Added link to the tinymledu webpage by @marcozennaro in https://github.com/harvard-edge/cs249r_book/pull/41
- Adding Hands-On Exercises by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/42
- Update kwsnicla.qmd by @Mjrovai in https://github.com/harvard-edge/cs249rbook/pull/44
- Draft of the Benchmarking AI chapter - still pending some changes. by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/43
- TinyML Model Optimization chapter by @18jeffreyma in https://github.com/harvard-edge/cs249r_book/pull/37
- WIP by @18jeffreyma in https://github.com/harvard-edge/cs249r_book/pull/45
- Adding Exercise Motion/Anomaly Detection by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/48
- Added a medical example in AI for Good chapter by @happyappledog in https://github.com/harvard-edge/cs249r_book/pull/50
- Adding DSP Chapter. by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/51
- On Device Learning Ready For Group Review by @alxrod in https://github.com/harvard-edge/cs249r_book/pull/46
- Updates to Embedded Systems Chapter by @Ekhao in https://github.com/harvard-edge/cs249r_book/pull/54
- AI HW Acceleration by @jzhou1318 in https://github.com/harvard-edge/cs249r_book/pull/53
- Added ML life cycle image to AI Workflow chapter by @andreamurillomtz in https://github.com/harvard-edge/cs249r_book/pull/60
- Add NeuroBench to benchmarking chapter by @jasonlyik in https://github.com/harvard-edge/cs249r_book/pull/62
- Added image to embedded systems comparing microprocessors vs microcontrollers by @andreamurillomtz in https://github.com/harvard-edge/cs249r_book/pull/63
- Added AIOps page by @arbass22 in https://github.com/harvard-edge/cs249r_book/pull/57
- add 5 visuals; fix some formatting by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/78
- add security and privacy chapter initial draft by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/66
- Fix typo (ondevice -> on-device) by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/85
- Adding fig to embeddedml cloud ml by @zishenwan in https://github.com/harvard-edge/cs249rbook/pull/93
- Fix syntax highlighting by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/100
- Dark mode + fix typos/grammer by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/99
- Adding figures for embeddedai, aiworkflow, dataengineering chapters by @zishenwan in https://github.com/harvard-edge/cs249rbook/pull/97
- AI Training - Max by @agnusmaximus in https://github.com/harvard-edge/cs249r_book/pull/59
- Adding Exercises - Frameworks and dlprimer by @Mjrovai in https://github.com/harvard-edge/cs249rbook/pull/89
- Added visualization and fixed some formatting. by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/98
- Changed images location by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/101
- Including exercises on Framework by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/102
- first draft of sustainable ai chapter by @Gjain234 in https://github.com/harvard-edge/cs249r_book/pull/82
- responsible ai chapter draft by @skmur in https://github.com/harvard-edge/cs249r_book/pull/91
- Pruning support gpus by @srivatsankrishnan in https://github.com/harvard-edge/cs249r_book/pull/103
- enhance contribution by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/109
- add license file by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/111
- add code of conduct by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/114
- fix the email addresses by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/115
- Add references to mentioned datasets in efficient ai chapter by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/128
- Remove .swp swap file by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/120
- Fix two missing references in optimizations.qmd by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/124
- Make sure EPUB generation work by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/112
- Iss27 future trends additions by @srivatsankrishnan in https://github.com/harvard-edge/cs249r_book/pull/116
- Add references to ResNet-SE and ResNeXt papers by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/127
- Remove duplicate sentence from optimizations.qmd about lottery ticket hypothesis by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/119
- Training by @agnusmaximus in https://github.com/harvard-edge/cs249r_book/pull/130
- Add references and fix square brackets by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/131
New Contributors
- @uchendui made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/3
- @ShvetankPrakash made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/7
- @jessicaquaye made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/14
- @ishapira1 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/15
- @marcozennaro made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/32
- @DivyaAmirtharaj made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/28
- @18jeffreyma made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/37
- @happyappledog made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/50
- @alxrod made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/46
- @Ekhao made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/54
- @jzhou1318 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/53
- @andreamurillomtz made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/60
- @jasonlyik made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/62
- @arbass22 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/57
- @V0XNIHILI made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/85
- @zishenwan made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/93
- @agnusmaximus made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/59
- @Gjain234 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/82
- @skmur made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/91
- @srivatsankrishnan made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/103
Full Changelog: https://github.com/harvard-edge/cs249r_book/commits/v0.1.0
What's Changed
- Topic/setup by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/1
- Updated copyright by @uchendui in https://github.com/harvard-edge/cs249r_book/pull/3
- Lunchbox by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/4
- Fixed merge conflicts by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/5
- Resolved a merge conflict, not sure how it slipped by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/6
- Add section for emerging hardware trends by @ShvetankPrakash in https://github.com/harvard-edge/cs249r_book/pull/7
- Updated .gitignore for JetBrains IDEs by @jessicaquaye in https://github.com/harvard-edge/cs249r_book/pull/14
- Exercises 2 and 4 by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/17
- Exercises 2 and 4 by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/19
- Exercises 2 and 4 by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/20
- made changes by @ishapira1 in https://github.com/harvard-edge/cs249r_book/pull/15
- New version of the AI for Good chapter by @marcozennaro in https://github.com/harvard-edge/cs249r_book/pull/32
- Add PR template by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/36
- Add Github actions by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/40
- Updated formatting for ml-frameworks by @DivyaAmirtharaj in https://github.com/harvard-edge/cs249r_book/pull/28
- Added link to the tinymledu webpage by @marcozennaro in https://github.com/harvard-edge/cs249r_book/pull/41
- Adding Hands-On Exercises by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/42
- Update kwsnicla.qmd by @Mjrovai in https://github.com/harvard-edge/cs249rbook/pull/44
- Draft of the Benchmarking AI chapter - still pending some changes. by @profvjreddi in https://github.com/harvard-edge/cs249r_book/pull/43
- TinyML Model Optimization chapter by @18jeffreyma in https://github.com/harvard-edge/cs249r_book/pull/37
- WIP by @18jeffreyma in https://github.com/harvard-edge/cs249r_book/pull/45
- Adding Exercise Motion/Anomaly Detection by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/48
- Added a medical example in AI for Good chapter by @happyappledog in https://github.com/harvard-edge/cs249r_book/pull/50
- Adding DSP Chapter. by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/51
- On Device Learning Ready For Group Review by @alxrod in https://github.com/harvard-edge/cs249r_book/pull/46
- Updates to Embedded Systems Chapter by @Ekhao in https://github.com/harvard-edge/cs249r_book/pull/54
- AI HW Acceleration by @jzhou1318 in https://github.com/harvard-edge/cs249r_book/pull/53
- Added ML life cycle image to AI Workflow chapter by @andreamurillomtz in https://github.com/harvard-edge/cs249r_book/pull/60
- Add NeuroBench to benchmarking chapter by @jasonlyik in https://github.com/harvard-edge/cs249r_book/pull/62
- Added image to embedded systems comparing microprocessors vs microcontrollers by @andreamurillomtz in https://github.com/harvard-edge/cs249r_book/pull/63
- Added AIOps page by @arbass22 in https://github.com/harvard-edge/cs249r_book/pull/57
- add 5 visuals; fix some formatting by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/78
- add security and privacy chapter initial draft by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/66
- Fix typo (ondevice -> on-device) by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/85
- Adding fig to embeddedml cloud ml by @zishenwan in https://github.com/harvard-edge/cs249rbook/pull/93
- Fix syntax highlighting by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/100
- Dark mode + fix typos/grammer by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/99
- Adding figures for embeddedai, aiworkflow, dataengineering chapters by @zishenwan in https://github.com/harvard-edge/cs249rbook/pull/97
- AI Training - Max by @agnusmaximus in https://github.com/harvard-edge/cs249r_book/pull/59
- Adding Exercises - Frameworks and dlprimer by @Mjrovai in https://github.com/harvard-edge/cs249rbook/pull/89
- Added visualization and fixed some formatting. by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/98
- Changed images location by @eliasab16 in https://github.com/harvard-edge/cs249r_book/pull/101
- Including exercises on Framework by @Mjrovai in https://github.com/harvard-edge/cs249r_book/pull/102
- first draft of sustainable ai chapter by @Gjain234 in https://github.com/harvard-edge/cs249r_book/pull/82
- responsible ai chapter draft by @skmur in https://github.com/harvard-edge/cs249r_book/pull/91
- Pruning support gpus by @srivatsankrishnan in https://github.com/harvard-edge/cs249r_book/pull/103
- enhance contribution by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/109
- add license file by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/111
- add code of conduct by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/114
- fix the email addresses by @Naeemkh in https://github.com/harvard-edge/cs249r_book/pull/115
- Add references to mentioned datasets in efficient ai chapter by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/128
- Remove .swp swap file by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/120
- Fix two missing references in optimizations.qmd by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/124
- Make sure EPUB generation work by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/112
- Iss27 future trends additions by @srivatsankrishnan in https://github.com/harvard-edge/cs249r_book/pull/116
- Add references to ResNet-SE and ResNeXt papers by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/127
- Remove duplicate sentence from optimizations.qmd about lottery ticket hypothesis by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/119
- Training by @agnusmaximus in https://github.com/harvard-edge/cs249r_book/pull/130
- Add references and fix square brackets by @V0XNIHILI in https://github.com/harvard-edge/cs249r_book/pull/131
New Contributors
- @uchendui made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/3
- @ShvetankPrakash made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/7
- @jessicaquaye made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/14
- @ishapira1 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/15
- @marcozennaro made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/32
- @DivyaAmirtharaj made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/28
- @18jeffreyma made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/37
- @happyappledog made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/50
- @alxrod made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/46
- @Ekhao made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/54
- @jzhou1318 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/53
- @andreamurillomtz made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/60
- @jasonlyik made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/62
- @arbass22 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/57
- @V0XNIHILI made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/85
- @zishenwan made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/93
- @agnusmaximus made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/59
- @Gjain234 made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/82
- @skmur made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/91
- @srivatsankrishnan made their first contribution in https://github.com/harvard-edge/cs249r_book/pull/103
Full Changelog: https://github.com/harvard-edge/cs249r_book/commits/v0.1.0
- Python
Published by profvjreddi over 1 year ago