Unverified Commit 86ac7a47 authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4412 from dandouthit/master

Fixing alternate text for Figure 3
parents c0df302f d379bc5e
...@@ -799,7 +799,7 @@ ...@@ -799,7 +799,7 @@
"<table>\n", "<table>\n",
" <tr><td>\n", " <tr><td>\n",
" <img src=\"https://cs231n.github.io/assets/nn3/opt1.gif\" width=\"70%\"\n", " <img src=\"https://cs231n.github.io/assets/nn3/opt1.gif\" width=\"70%\"\n",
" alt=\"Optimization algorthims visualized over time in 3D space.\">\n", " alt=\"Optimization algorithms visualized over time in 3D space.\">\n",
" </td></tr>\n", " </td></tr>\n",
" <tr><td align=\"center\">\n", " <tr><td align=\"center\">\n",
" <b>Figure 3.</b> Optimization algorithms visualized over time in 3D space. (Source: <a href=\"http://cs231n.github.io/neural-networks-3/\">Stanford class CS231n</a>, MIT License)<br/>&nbsp;\n", " <b>Figure 3.</b> Optimization algorithms visualized over time in 3D space. (Source: <a href=\"http://cs231n.github.io/neural-networks-3/\">Stanford class CS231n</a>, MIT License)<br/>&nbsp;\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment