|
49 | 49 | <p class="caption" role="heading"><span class="caption-text">Tutorials</span></p>
|
50 | 50 | <ul>
|
51 | 51 | <li class="toctree-l1"><a class="reference internal" href="map.html">Choosing the right algorithm</a></li>
|
| 52 | +<li class="toctree-l1"><a class="reference internal" href="examples/Quick_start.html">Quick-Start</a></li> |
52 | 53 | </ul>
|
53 | 54 | <p class="caption" role="heading"><span class="caption-text">API Documentation</span></p>
|
54 | 55 | <ul>
|
|
118 | 119 | </ul>
|
119 | 120 | </li>
|
120 | 121 | </ul>
|
121 |
| -<p class="caption" role="heading"><span class="caption-text">Examples Gallery</span></p> |
| 122 | +<p class="caption" role="heading"><span class="caption-text">Synthetic Examples</span></p> |
122 | 123 | <ul>
|
123 | 124 | <li class="toctree-l1"><a class="reference internal" href="examples/Classification.html">Classification</a><ul>
|
124 | 125 | <li class="toctree-l2"><a class="reference internal" href="examples/Classification.html#Experimental-Setup">Experimental Setup</a></li>
|
|
181 | 182 | <li class="toctree-l2"><a class="reference internal" href="examples/Multi_fidelity.html#RegularTransferNN">RegularTransferNN</a></li>
|
182 | 183 | </ul>
|
183 | 184 | </li>
|
| 185 | +</ul> |
| 186 | +<p class="caption" role="heading"><span class="caption-text">Real Examples</span></p> |
| 187 | +<ul> |
| 188 | +<li class="toctree-l1"><a class="reference internal" href="examples/Sample_bias_example.html">Sample Bias</a><ul> |
| 189 | +<li class="toctree-l2"><a class="reference internal" href="examples/Sample_bias_example.html#Sample-Bias-on-the-diabetes-dataset">Diabetes Dataset</a></li> |
| 190 | +<li class="toctree-l2"><a class="reference internal" href="examples/Sample_bias_example.html#Applying-Transfer-Learning-for-correcting-sample-bias">Sample bias correction</a></li> |
| 191 | +<li class="toctree-l2"><a class="reference internal" href="examples/Sample_bias_example.html#Hidden-bias-and-features-importance-estimation">Features importance</a></li> |
| 192 | +</ul> |
| 193 | +</li> |
| 194 | +<li class="toctree-l1"><a class="reference internal" href="examples/Flowers_example.html">Fine-Tuning</a><ul> |
| 195 | +<li class="toctree-l2"><a class="reference internal" href="examples/Flowers_example.html#Training-a-model-from-scratch">Train from Scratch</a></li> |
| 196 | +<li class="toctree-l2"><a class="reference internal" href="examples/Flowers_example.html#Model-based-Transfer">Model-based Transfer</a></li> |
| 197 | +</ul> |
| 198 | +</li> |
| 199 | +<li class="toctree-l1"><a class="reference internal" href="examples/Office_example.html">Deep Domain Adaptation</a><ul> |
| 200 | +<li class="toctree-l2"><a class="reference internal" href="examples/Office_example.html#Dataset-Preprocessing">Dataset Preprocessing</a></li> |
| 201 | +<li class="toctree-l2"><a class="reference internal" href="examples/Office_example.html#Fit-without-adaptation">Fit without adaptation</a></li> |
| 202 | +<li class="toctree-l2"><a class="reference internal" href="examples/Office_example.html#Fit-with-adaptation">Fit with adaptation</a></li> |
| 203 | +</ul> |
| 204 | +</li> |
184 | 205 | <li class="toctree-l1"><a class="reference internal" href="examples/tradaboost_experiments.html">TrAdaBoost Experiments</a><ul>
|
185 | 206 | <li class="toctree-l2"><a class="reference internal" href="examples/tradaboost_experiments.html#Mushrooms">Mushrooms</a></li>
|
186 | 207 | <li class="toctree-l2"><a class="reference internal" href="examples/tradaboost_experiments.html#20-NewsGroup">20-NewsGroup</a></li>
|
187 | 208 | </ul>
|
188 | 209 | </li>
|
189 |
| - |
190 |
| - |
191 | 210 | </ul>
|
192 | 211 |
|
193 | 212 | </div>
|
@@ -353,7 +372,7 @@ <h1>ADAPT<a class="headerlink" href="#adapt" title="Permalink to this headline">
|
353 | 372 | <td><p>Two Stage Transfer AdaBoost for Regression</p></td>
|
354 | 373 | </tr>
|
355 | 374 | <tr class="row-even"><td><p><a class="reference internal" href="generated/adapt.instance_based.WANN.html#adapt.instance_based.WANN" title="adapt.instance_based.WANN"><code class="xref py py-obj docutils literal notranslate"><span class="pre">instance_based.WANN</span></code></a>([task, weighter, Xt, ...])</p></td>
|
356 |
| -<td><p>WANN: Weighting Adversarial Neural Network is an instance-based domain adaptation method suited for regression tasks.</p></td> |
| 375 | +<td><p>WANN : Weighting Adversarial Neural Network is an instance-based domain adaptation method suited for regression tasks.</p></td> |
357 | 376 | </tr>
|
358 | 377 | </tbody>
|
359 | 378 | </table>
|
@@ -490,10 +509,22 @@ <h1>ADAPT<a class="headerlink" href="#adapt" title="Permalink to this headline">
|
490 | 509 | </table>
|
491 | 510 | </section>
|
492 | 511 | </section>
|
493 |
| -<section id="examples-gallery"> |
494 |
| -<span id="gallery"></span><h1>Examples Gallery<a class="headerlink" href="#examples-gallery" title="Permalink to this headline"></a></h1> |
| 512 | +<section id="synthetic-examples"> |
| 513 | +<span id="gallery"></span><h1>Synthetic Examples<a class="headerlink" href="#synthetic-examples" title="Permalink to this headline"></a></h1> |
495 | 514 | <div class="toctree-wrapper compound">
|
496 | 515 | </div>
|
| 516 | +<div class="sphx-glr-thumbcontainer"> |
| 517 | + <div class="figure align-center"> |
| 518 | + <img alt="thumbnail" src="./_static/no_image.png" /> |
| 519 | + <p class="caption"> |
| 520 | + <span class="caption-text"> |
| 521 | + <a class="reference internal" href="examples/Quick_start.html"> |
| 522 | + <span class="std std-ref">Quick-Start</span> |
| 523 | + </a> |
| 524 | + </span> |
| 525 | + </p> |
| 526 | + </div> |
| 527 | +</div> |
497 | 528 | <div class="sphx-glr-thumbcontainer">
|
498 | 529 | <div class="figure align-center">
|
499 | 530 | <img alt="thumbnail" src="./_images/examples_Classification_9_0.png" />
|
@@ -578,6 +609,47 @@ <h1>ADAPT<a class="headerlink" href="#adapt" title="Permalink to this headline">
|
578 | 609 | </p>
|
579 | 610 | </div>
|
580 | 611 | </div>
|
| 612 | +<div class="sphx-glr-clear"></div></section> |
| 613 | +<section id="real-examples"> |
| 614 | +<h1>Real Examples<a class="headerlink" href="#real-examples" title="Permalink to this headline"></a></h1> |
| 615 | +<div class="toctree-wrapper compound"> |
| 616 | +</div> |
| 617 | +<div class="sphx-glr-thumbcontainer"> |
| 618 | + <div class="figure align-center"> |
| 619 | + <img alt="thumbnail" src="./_static/images/sample_bias_corr_img.png" /> |
| 620 | + <p class="caption"> |
| 621 | + <span class="caption-text"> |
| 622 | + <a class="reference internal" href="examples/Sample_bias_example.html"> |
| 623 | + <span class="std std-ref">Correcting Sample Bias with Transfer Leanring</span> |
| 624 | + </a> |
| 625 | + </span> |
| 626 | + </p> |
| 627 | + </div> |
| 628 | +</div> |
| 629 | +<div class="sphx-glr-thumbcontainer"> |
| 630 | + <div class="figure align-center"> |
| 631 | + <img alt="thumbnail" src="./_static/images/finetuned.png" /> |
| 632 | + <p class="caption"> |
| 633 | + <span class="caption-text"> |
| 634 | + <a class="reference internal" href="examples/Flowers_example.html"> |
| 635 | + <span class="std std-ref">Model-Based Transfer Learning</span> |
| 636 | + </a> |
| 637 | + </span> |
| 638 | + </p> |
| 639 | + </div> |
| 640 | +</div> |
| 641 | +<div class="sphx-glr-thumbcontainer"> |
| 642 | + <div class="figure align-center"> |
| 643 | + <img alt="thumbnail" src="./_static/images/office_item.png" /> |
| 644 | + <p class="caption"> |
| 645 | + <span class="caption-text"> |
| 646 | + <a class="reference internal" href="examples/Office_example.html"> |
| 647 | + <span class="std std-ref">Deep Domain Adaptation: Transfer one domain to another</span> |
| 648 | + </a> |
| 649 | + </span> |
| 650 | + </p> |
| 651 | + </div> |
| 652 | +</div> |
581 | 653 | <div class="sphx-glr-thumbcontainer">
|
582 | 654 | <div class="figure align-center">
|
583 | 655 | <img alt="thumbnail" src="./_static/no_image.png" />
|
|
0 commit comments