Skip to content

Commit

Permalink
Add SVG for machine learning ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
fdwr committed Feb 23, 2024
1 parent d0b1822 commit 87fbc10
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion MachineLearningEcosystem.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Mermaid diagrams appear broken on GitHub now since some backend change. So this diagram is all messed up.
<!--
To convert this to SVG, use mermaid-cli (https://www.npmjs.com/package/@mermaid-js/mermaid-cli). e.g.:
path %path%;d:\programs\code\node-v16.17.1-win-x64\
npm install -g @mermaid-js/mermaid-cli
cd d:\src\MachineLearningOperators\
mmdc -i .\MachineLearningEcosystem.md -o .\MachineLearningEcosystem.svg
-->

Mermaid diagrams appear broken now on GitHub since some backend change. So this diagram is all messed up.

This may have typos, incorrect connections, and incomplete nodes.

Expand Down
1 change: 1 addition & 0 deletions MachineLearningEcosystem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ date: 2024-01-25
---

- http://fdwr.github.io/MachineLearningOperators/OperatorFormulas.html
- [Machine Learning Ecosystem diagram](MachineLearningEcosystem.md)
- [Machine Learning Ecosystem diagram](MachineLearningEcosystem.svg) ([markdown](MachineLearningEcosystem.md))

0 comments on commit 87fbc10

Please sign in to comment.