Skip to content

Commit

Permalink
Add Plots to Documentation Index
Browse files Browse the repository at this point in the history
Added plots from homepage to DISTIL documentation homepage.
  • Loading branch information
nab170130 committed May 6, 2021
1 parent dd98d76 commit ba274b2
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Welcome to DISTIL's documentation!
==================================
DISTIL:: Deep dIverSified inTeractIve Learning is an efficient and scalable library active learning built on top of pytorch.
DISTIL:: Deep dIverSified inTeractIve Learning is an efficient and scalable active learning library built on top of PyTorch.

**What is DISTIL?**

Distil is a toolkit in PyTorch which provides access to different active learning algorithms. Active Learning (AL) helps in reducing labeling cost and also reduces training time and resources. AL helps in selecting only the required data, and experiments show that using only 30% of the data for training can reach accuracy levels close to the levels reached when using the entire dataset.
DISTIL is a toolkit in PyTorch which provides access to different active learning algorithms. Active learning (AL) helps in reducing labeling cost and also reduces training time and resources. AL helps in selecting only the required data, and experiments show that using only 30% of the data for training can reach accuracy levels close to the levels reached when using the entire dataset.

**Principles of DISTIL**:

Expand All @@ -15,6 +15,26 @@ Distil is a toolkit in PyTorch which provides access to different active learnin
#. Huge reduction in labeling cost and time.
#. Access to various active learning strategies with just one line of code.

**Preliminary Results: CIFAR-10**

.. image:: ../../experiment_plots/cifar10_plot_50k.png
:width: 1000px

**Preliminary Results: MNIST**

.. image:: ../../experiment_plots/mnist_plot.png
:width: 1000px

**Preliminary Results: Fashion MNIST**

.. image:: ../../experiment_plots/fmnist_plot.png
:width: 1000px

**Preliminary Results: SVHN**

.. image:: ../../experiment_plots/svhn_plot.png
:width: 1000px

.. toctree::
:maxdepth: 2
:caption: Contents:
Expand Down

0 comments on commit ba274b2

Please sign in to comment.