<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://ahafizk.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ahafizk.github.io/" rel="alternate" type="text/html" /><updated>2026-01-21T09:47:52-08:00</updated><id>https://ahafizk.github.io/feed.xml</id><title type="html">Md Abdullah Al Hafiz Khan</title><subtitle>personal description</subtitle><author><name>Hafiz Khan, Ph.D.</name></author><entry><title type="html">Transfer Learning paper, codes and dataset</title><link href="https://ahafizk.github.io/posts/2020/05/transfer-learning-resource/" rel="alternate" type="text/html" title="Transfer Learning paper, codes and dataset" /><published>2020-05-23T00:00:00-07:00</published><updated>2020-05-23T00:00:00-07:00</updated><id>https://ahafizk.github.io/posts/2020/05/transfer-learning-resource</id><content type="html" xml:base="https://ahafizk.github.io/posts/2020/05/transfer-learning-resource/"><![CDATA[<p>Searching for transfer leanring code is time-consuming and requires efforts. I collected some of the basic resources
that is commonly used by transfer learning community. 
<!-- This expression: $\vec{F} = \frac{d \vec{p}}{dt} = m \frac{d \vec{v}}{dt} = m \vec{a}$ --></p>

<h2 id="compute-distance-metrics">Compute Distance Metrics</h2>

<p>Below is the link for various distance metric computation code.</p>

<table style="width:100%">
  <tr>
    <th>Description</th>
    <th>Code Links</th>
  </tr>

  <tr>
    <td></td>
    
    <td></td>
  </tr>
  
  <tr>
    <td>A2 Distance</td>
    
    <td><a href="https://github.com/jindongwang/transferlearning/blob/master/code/distance/proxy_a_distance.py" target="_blank">python</a></td>
  </tr>
  
  <tr>
  <td>MMD and MK-MMD</td>
 
  <td>
  <a href="https://github.com/jindongwang/transferlearning/blob/master/code/distance/mmd_numpy_sklearn.py" target="_blank">[Python]</a>
  <a href="https://github.com/jindongwang/transferlearning/blob/master/code/distance/mmd_pytorch.py" taget="_blank">[Pytorch]</a>
  <a href="https://github.com/jindongwang/transferlearning/blob/master/code/distance/mmd_matlab.m" target="_blank">[Matlab]</a>
  </td>
  </tr>
  
   <tr>
    <td>Wasserstein distance [earch mover distance]</td>
    <td>
    <a href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.wasserstein_distance.html" target="_blank">Wasserstein</a>
    </td>
  </tr>
  
</table>

<h2 id="traditional-transfer-learning-source-code">Traditional Transfer Learning Source Code</h2>

<p>Here is the traditional transfer learning source code links are provided for reference start point.</p>

<table style="width:100%">
  <tr>
    <th>Description</th>
    <th>Code Links</th>
  </tr>

  <tr>
    <td></td>
    
    <td></td>
  </tr>
  
  <tr>
    <td>TCA [Transfer Component Anaysis, TNN-11]</td>
    
    <td><a href="https://github.com/jindongwang/transferlearning/tree/master/code/traditional/TCA" target="_blank">Python</a></td>
  </tr>
  
  <tr>
  <td>JDA [Joint Distribution Adaptation, ICCV-13]</td>
  <td>
  <a href="https://github.com/jindongwang/transferlearning/blob/master/code/traditional/JDA" taget="_blank">Python, Matlab</a>  </td>
  </tr>
  </table>]]></content><author><name>Hafiz Khan, Ph.D.</name></author><category term="TL Source Codes" /><category term="Paper" /><category term="Dataset" /><summary type="html"><![CDATA[Searching for transfer leanring code is time-consuming and requires efforts. I collected some of the basic resources that is commonly used by transfer learning community.]]></summary></entry></feed>