GithubHelp home page GithubHelp logo

iridescence223 / - Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jindongwang/tlbook-code

0.0 0.0 0.0 7.21 MB

Code for Transfer Learning book--《迁移学习导论》配套代码

License: Apache License 2.0

Shell 0.40% Python 99.60%

-'s Introduction

Code for 'Introduction to transfer learning' book 《迁移学习导论》(第二版)代码

This folder contains the codes for the book Introduction to Transfer Learning: Algorithms and Practice. 迁移学习导论.

Links for the Chinese book (2nd edition) can be found at: links.md. 中文第二版书中的链接请见这里

Dataset

  1. For algorithm chapters (chapters 1 ~ 11), we mainly use Office-31 dataset, download HERE:
  • For non-deep learning methods (chapters 1~7), we use ResNet-50 pre-trained features. Thus, download the ResNet-50 features.
  • For deep learning methods (chapters 8~11), we use Office-31 original dataset. Thus, download the raw images.
  1. For application chapters (chapters 15~19), the datasets download link can be found at respective chapters.

Requirements

The following is a basic environment to run most experiments. No special tricky packages are needed. Just pip install -r requirements.txt.

  • Python 3.x
  • scikit-learn
  • numpy
  • scipy
  • torch
  • torchvision

Citation

If you find the code or the book helpful, please consider citing our book as:

@book{tlbook,
 author = {Wang, Jindong and Chen, Yiqiang},
 title = {Introduction to Transfer Learning},
 year = {2021},
 url = {jd92.wang/tlbook}
}

@book{tlbookchinese,
 author = {王晋东 and 陈益强},
 title = {迁移学习导论},
 year = {2021},
 url = {jd92.wang/tlbook}
}

Recommended Repo

My unified transfer learning repo (and the most popular transfer learning repo on Github) has everything you need for transfer learning: https://github.com/jindongwang/transferlearning. Including: Papers, codes, datasets, benchmarks, applications etc.

-'s People

Contributors

jindongwang avatar lw0517 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.