[codex] add machine learning notes post#576
Merged
Merged
Conversation
✅ Deploy Preview for p13i ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
277c84e to
67f2c1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Machine Learning Notes blog post dated 2016-05-25, using OCR-assisted transcription from the handwritten notes and recreated ASCII/Mermaid diagrams.
The post references the notes images from
https://assets.p13i.io/2016-05-25-machine-learning-notes/...after moving the images intop13i/assetsunder the matching date-kebab folder.Asset Publishing
p13i/assetswith Git LFS tracking.p13i/assetsPages publishing to a custom workflow that runsgit lfs pullbefore upload so public URLs serve JPEG bytes instead of LFS pointer files.ffd8ff).Validation
npx prettier --write --print-width 60 --trailing-comma=none --prose-wrap always _posts/2016-05-25-machine-learning-notes.mddocker compose run --rm www bundle exec jekyll build --tracehttp://localhost:4001/posts/2016/05/machine-learning-notes//assets/2016-05-25-machine-learning-notesreferences.Known CI Note
The GitHub
buildcheck currently fails aftermake lintbecause the repository lint produces unrelated changes to_tweets/336.md,privacy.md, andsitemap.md. I left those out to keep this PR scoped to the ML post. The Netlify deploy preview is separate from that formatter check.