Skip to content

Commit 32e538a

Browse files
committed
Adding lead on lstm based pid
1 parent 5ac63de commit 32e538a

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

InformationTheoryOptimization.ipynb

+7
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,13 @@
769769
"plt.show()"
770770
]
771771
},
772+
{
773+
"cell_type": "code",
774+
"execution_count": null,
775+
"metadata": {},
776+
"outputs": [],
777+
"source": []
778+
},
772779
{
773780
"cell_type": "markdown",
774781
"metadata": {},

KDTreeAndDBScan.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# KD-Tree data structure and DBSCAN algorithm"
7+
"# KD-Tree data structure and DBSCAN algorithm\n",
8+
"\n",
9+
"Part of this notebook is directly inspired by [this blog article](https://towardsdatascience.com/homebrewing-dbscan-in-python-dcae23f6010)"
810
]
911
},
1012
{
@@ -31,7 +33,7 @@
3133
"name": "python",
3234
"nbconvert_exporter": "python",
3335
"pygments_lexer": "ipython3",
34-
"version": "3.6.3"
36+
"version": "3.6.7"
3537
}
3638
},
3739
"nbformat": 4,

SimpleControlTheory.ipynb

+16
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,22 @@
869869
"IFrame(\"doc/linear_dynamical_systems.pdf\", width=800, height=600)"
870870
]
871871
},
872+
{
873+
"cell_type": "code",
874+
"execution_count": null,
875+
"metadata": {},
876+
"outputs": [],
877+
"source": []
878+
},
879+
{
880+
"cell_type": "markdown",
881+
"metadata": {},
882+
"source": [
883+
"## From control theory to deep learning\n",
884+
"This chapter has been inspired by a very cool blog post target PID emulation with LSTMs:\n",
885+
"https://towardsdatascience.com/emulating-a-pid-controller-with-long-short-term-memory-part-1-bb5b87165b08"
886+
]
887+
},
872888
{
873889
"cell_type": "code",
874890
"execution_count": null,

0 commit comments

Comments
 (0)