Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 89d5ea0

Browse files
authored
avoid redirect for matrix calculus HTML
1 parent 47ce2b6 commit 89d5ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bookish
22

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).
44

55
You can use python directly in the doc like a notebook to compute and print stuff:
66

@@ -122,7 +122,7 @@ Here are the tags that contain attributes, not all of which are required:
122122

123123
[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.
124124

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:
126126

127127
<table>
128128
<tr><td>

0 commit comments

Comments
 (0)