Update README

This commit is contained in:
Alex Selimov 2025-04-17 23:00:16 -04:00
parent 93dd342791
commit 49105048b8
3 changed files with 9 additions and 3 deletions

View File

@ -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.

BIN
active_learning.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.