Skip to content

Commit 29ba81c

Browse files
committed
fix: broken image fixed
1 parent ef6e2ec commit 29ba81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ With the recent explosion of available data, you have can have millions of unlab
3131
Suppose that you can query the label of an unlabelled instance, but it costs you a lot. Which one would you choose? By querying an instance in the uncertain region, surely you obtain more information than querying by random. Active learning gives you a set of tools to handle problems like this. In general, an active learning workflow looks like the following.
3232

3333
<p align="center">
34-
<img src="https://modal-python.github.io/build/html/_images/active_learning.png"/>
34+
<img src="https://modal-python.github.io/build/html/_images/active-learning.png"/>
3535
</p>
3636

3737
The key components of any workflow are the **model** you choose, the **uncertainty** measure you use and the **query** strategy you apply to request labels. With modAL, instead of choosing from a small set of built-in components, you have the freedom to seamlessly integrate scikit-learn or Keras models into your algorithm and easily tailor your custom query strategies and uncertainty measures.

0 commit comments

Comments
 (0)