{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Deep Pool-based Active Learning: Scikit-activeml with Skorch" ] }, { "cell_type": "markdown", "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-docs/blob/gh-pages/latest/generated/tutorials_colab//01_deep_pool_al_with_skorch.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "**Notebook Dependencies**\n", "\n", "Uncomment the following cell to install all dependencies for this tutorial." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "# !pip install scikit-activeml skorch torch torchvision torchaudio tqdm pandas" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "