You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bookish
2
2
3
-
Bookish is an xml-ish + some markdown format for books and articles that it can convert to HTML and latex. I used it to generate this article: [The Matrix Calculus You Need For Deep Learning](http://parrt.cs.usfca.edu/doc/matrix-calculus/index.html).
3
+
Bookish is an xml-ish + some markdown format for books and articles that it can convert to HTML and latex. I used it to generate this article: [The Matrix Calculus You Need For Deep Learning](https://explained.ai/matrix-calculus/index.html).
4
4
5
5
You can use python directly in the doc like a notebook to compute and print stuff:
6
6
@@ -122,7 +122,7 @@ Here are the tags that contain attributes, not all of which are required:
122
122
123
123
[Jeremy Howard](http://www.fast.ai/about/#jeremy) and [I](http://parrt.cs.usfca.edu/) wrote up a nice mathy latex document called ``*The Matrix Calculus You Need For Deep Learning*'' that has over 600 equations. We wanted to post it to the web in HTML or markdown but quickly ran into a problem trying to get equations rendered.
124
124
125
-
In the end we converted the source document to markdown and build a translator that generated [HTML](http://parrt.cs.usfca.edu/doc/matrix-calculus/index.html) using SVG for equations and [PDF](https://arxiv.org/pdf/1802.01528) from native latex equations. It does a pretty good job with html as you can see:
125
+
In the end we converted the source document to markdown and build a translator that generated [HTML](https://explained.ai/matrix-calculus/index.html) using SVG for equations and [PDF](https://arxiv.org/pdf/1802.01528) from native latex equations. It does a pretty good job with html as you can see:
0 commit comments