Add capsule networks notebook
parent
100e478315
commit
e5401ac62d
File diff suppressed because it is too large
Load Diff
17
index.ipynb
17
index.ipynb
|
@ -33,12 +33,15 @@
|
||||||
"* [Matplotlib](tools_matplotlib.ipynb)\n",
|
"* [Matplotlib](tools_matplotlib.ipynb)\n",
|
||||||
"* [Pandas](tools_pandas.ipynb)\n",
|
"* [Pandas](tools_pandas.ipynb)\n",
|
||||||
"\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)\n",
|
"* Calculus (coming soon)\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
"## Extra Material\n",
|
||||||
|
"* [Capsule Networks](extra_capsnets.ipynb)\n",
|
||||||
|
"\n",
|
||||||
"## Misc.\n",
|
"## Misc.\n",
|
||||||
"* [Equations](book_equations.ipynb) (list of equations in the book)"
|
"* [Equations](book_equations.ipynb) (list of equations in the book)\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -74,21 +77,21 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 2",
|
"display_name": "Python 3",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python2"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
"language_info": {
|
"language_info": {
|
||||||
"codemirror_mode": {
|
"codemirror_mode": {
|
||||||
"name": "ipython",
|
"name": "ipython",
|
||||||
"version": 2
|
"version": 3
|
||||||
},
|
},
|
||||||
"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": "ipython2",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "2.7.12"
|
"version": "3.5.2"
|
||||||
},
|
},
|
||||||
"nav_menu": {},
|
"nav_menu": {},
|
||||||
"toc": {
|
"toc": {
|
||||||
|
|
Loading…
Reference in New Issue