Skip to content

Commit

Permalink
A jupyter notebook for pattern morphing tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
nschaetti committed Jun 29, 2020
1 parent e488614 commit d9544d2
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions tutorials/conceptors/pattern_morphing.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# Pattern morphing with conceptors"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%% md\n"
}
}
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"import echotorch.nn as etnn\n"
]
},
{
"cell_type": "markdown",
"source": [
"\n"
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
"kernelspec": {
"name": "pycharm-73e9d446",
"language": "python",
"display_name": "PyCharm (EchoTorch)"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit d9544d2

Please sign in to comment.