Skip to content

Collaborative book for CS249r: Tiny Machine Learning

License

Notifications You must be signed in to change notification settings

aptl26/cs249r_book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS249r: Tiny Machine Learning - Collaborative Book

All Contributors

Welcome to the collaborative book repository for students of CS249r: Tiny Machine Learning at Harvard! This repository contains the source files of chapters and sections written by your peers. We're excited to see your contributions!


Contributing

To get started with your contributions, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/harvard-edge/cs249r_book.git
  2. Navigate to the Repository:
    cd cs249r_book
  3. Create a New Branch for your chapter/section:
    git checkout -b name-of-your-new-branch
  4. Write your chapter/section in Markdown.
  5. Commit Changes to Your Branch:
    git add .
    git commit -m "Description of your changes"
  6. Push Your Branch to the Repository:
    git push origin name-of-your-new-branch
  7. Open a pull request to the main branch of the original repository.

The instructors will review your pull request and provide feedback. Once accepted, your changes will be merged into the main branch, and the website will automatically update.

More detailed instructions on the CS249r scribing effort and peer review process can be found here.


Website

The book website is automatically built from the gh-pages branch. Changes to main will be merged into gh-pages once reviewed.

View the book website at: https://harvard-edge.github.io/cs249r_book/


Local Rendering

To render the book locally, you'll need to install quarto. Once quarto is installed, you can run the following command to generate the HTML pages:

cd cs249r_book
quarto render

Contributors

Vijay Janapa Reddi
Vijay Janapa Reddi

📖
Matthew Stewart
Matthew Stewart

📖
Ikechukwu Uchendu
Ikechukwu Uchendu

📖

This project follows the all-contributors specification. Contributions of any kind are welcome!

About

Collaborative book for CS249r: Tiny Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 89.7%
  • SCSS 10.3%