{"cells": [{"cell_type": "markdown", "id": "33f39229508719ea", "metadata": {"collapsed": false}, "source": ["# Deep Active Learning Using Semi-Supervised Classification"]}, {"cell_type": "markdown", "id": "fd4eb6e7", "metadata": {}, "source": ["> **_Google Colab Note:_** If the notebook fails to run after installing the needed packages, try to restart the runtime (Ctrl + M) under Runtime -> Restart session.\n", "\n", "[](https://colab.research.google.com/github/scikit-activeml/scikit-activeml.github.io/blob/gh-pages/latest/generated/tutorials_colab//08_pool_ssl.ipynb)"]}, {"cell_type": "markdown", "id": "79402ebb", "metadata": {}, "source": ["**Notebook Dependencies**\n", "\n", "Uncomment the following cells to install all dependencies for this tutorial."]}, {"metadata": {}, "cell_type": "code", "outputs": [], "execution_count": null, "source": "# !pip install scikit-activeml[opt] torch torchvision tqdm datasets transformers", "id": "be80c05ed2443629"}, {"cell_type": "markdown", "id": "a773fbde", "metadata": {}, "source": ["