diff --git a/README.md b/README.md index 5c3d076..2bdc2ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Active Learning Demo +![Active-Learning Demo using Gaussian Processes](./active_learning.gif) + This is a basic script I used for showcasing an Active Learning approach using Gaussian Processes (GP) for a presentation on improved sampling strategies for computationally expensive functions. -The actual Active Learning part is extremely simple, the next sampling point is selected based solely on the maximum standard deviation of the GP. -In previous roles I have implemented more robust approaches that better balance exploration versus exploitation such as using maximum entropy or the Mismatch-first farthest-traversal heuristic to select the next sampling point. -Included in this repo is a simple video I made using `imagemagick` and the outputs of the `active_learning.py` script. + +**Notes** + +- The actual Active Learning part is extremely simple, the next sampling point is selected based solely on the maximum standard deviation of the GP. +- In previous roles I have implemented more robust approaches that better balance exploration versus exploitation such as using maximum entropy or the Mismatch-first farthest-traversal heuristic to select the next sampling point. +- Included in this repo is a simple graphic I made using `imagemagick` and the outputs of the `active_learning.py` script. + diff --git a/active_learning.gif b/active_learning.gif new file mode 100644 index 0000000..39561d7 Binary files /dev/null and b/active_learning.gif differ diff --git a/active_learning.mp4 b/active_learning.mp4 deleted file mode 100644 index b32c414..0000000 Binary files a/active_learning.mp4 and /dev/null differ