mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 01:28:35 -05:00
Aligns the repository with GitHub community-standard recommendations and makes the project's policies discoverable from the root, where contributors and tooling actually look for them. - CONTRIBUTING.md (root): router to per-project guides plus universal policies (branch from dev, ./book/binder setup, no `git add .`). - CODE_OF_CONDUCT.md (root): canonical Contributor Covenant 2.1, lifted from book/docs/. The book/docs version becomes a thin pointer so we have a single source of truth. - SECURITY.md: private vulnerability reporting via GitHub Security Advisory + maintainer email, with explicit in-scope/out-of-scope boundaries (textbook typos are not security issues). - CITATION.cff: machine-readable mirror of CITATION.bib so GitHub's "Cite this repository" button works. - .github/dependabot.yml: weekly bumps against `dev` for every actual ecosystem in the repo (pip, npm, github-actions), grouped where it makes sense (Next/React together). - .github/ISSUE_TEMPLATE/config.yml: blank_issues_enabled=false to keep reports on-template; added security-advisory contact link.
49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
cff-version: 1.2.0
|
|
message: >-
|
|
If you use MLSysBook in academic work, teaching materials, or derived
|
|
software, please cite it using the metadata below.
|
|
type: book
|
|
title: "MLSysBook.AI: Principles and Practices of Machine Learning Systems Engineering"
|
|
abstract: >-
|
|
An open-source two-volume textbook on machine learning systems engineering,
|
|
spanning foundations of single-machine ML systems through distributed
|
|
production systems at scale. Companion projects include TinyTorch
|
|
(educational ML framework), Co-Labs (interactive WASM labs), Hardware Kits
|
|
(embedded ML boards), MLSys-im (systems simulator), MLPerf EDU (educational
|
|
benchmark suite), and StaffML (interview question corpus).
|
|
authors:
|
|
- family-names: Reddi
|
|
given-names: Vijay Janapa
|
|
affiliation: Harvard University
|
|
email: vj@eecs.harvard.edu
|
|
repository-code: "https://github.com/harvard-edge/cs249r_book"
|
|
url: "https://mlsysbook.ai"
|
|
license: CC-BY-NC-SA-4.0
|
|
keywords:
|
|
- machine learning systems
|
|
- ML systems engineering
|
|
- distributed systems
|
|
- MLOps
|
|
- hardware acceleration
|
|
- edge AI
|
|
- tinyml
|
|
- textbook
|
|
- open educational resources
|
|
preferred-citation:
|
|
type: conference-paper
|
|
title: "MLSysBook.AI: Principles and Practices of Machine Learning Systems Engineering"
|
|
authors:
|
|
- family-names: Reddi
|
|
given-names: Vijay Janapa
|
|
affiliation: Harvard University
|
|
year: 2024
|
|
collection-title: >-
|
|
2024 International Conference on Hardware/Software Codesign and System
|
|
Synthesis (CODES+ISSS)
|
|
publisher:
|
|
name: IEEE
|
|
start: 41
|
|
end: 42
|
|
doi: "10.1109/CODES-ISSS60120.2024.00015"
|
|
url: "https://mlsysbook.org"
|