Add list of equations in the book

main
Aurélien Geron 2017-06-26 12:14:57 +02:00
parent b11721e1e5
commit 10670c6005
2 changed files with 1401 additions and 17 deletions

1388
book_equations.ipynb Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {},
"deletable": true,
"editable": true
},
"source": [ "source": [
"# Machine Learning Notebooks\n", "# Machine Learning Notebooks\n",
"\n", "\n",
@ -38,15 +35,16 @@
"\n", "\n",
"## Math tutorials\n", "## Math tutorials\n",
"* [Linear Algebra](math_linear_algebra.ipynb)\n", "* [Linear Algebra](math_linear_algebra.ipynb)\n",
"* Calculus (coming soon)" "* Calculus (coming soon)\n",
"\n",
"## Misc.\n",
"* [Equations](book_equations.ipynb) (list of equations in the book)"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {
"collapsed": true, "collapsed": true
"deletable": true,
"editable": true
}, },
"source": [ "source": [
"## Prerequisites\n", "## Prerequisites\n",
@ -68,9 +66,7 @@
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
"metadata": { "metadata": {
"collapsed": true, "collapsed": true
"deletable": true,
"editable": true
}, },
"outputs": [], "outputs": [],
"source": [] "source": []
@ -78,21 +74,21 @@
], ],
"metadata": { "metadata": {
"kernelspec": { "kernelspec": {
"display_name": "Python 3", "display_name": "Python 2",
"language": "python", "language": "python",
"name": "python3" "name": "python2"
}, },
"language_info": { "language_info": {
"codemirror_mode": { "codemirror_mode": {
"name": "ipython", "name": "ipython",
"version": 3 "version": 2
}, },
"file_extension": ".py", "file_extension": ".py",
"mimetype": "text/x-python", "mimetype": "text/x-python",
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython2",
"version": "3.5.3" "version": "2.7.12"
}, },
"nav_menu": {}, "nav_menu": {},
"toc": { "toc": {
@ -106,5 +102,5 @@
} }
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 1
} }