libTLDA
Library of transfer learners and domain-adaptive classifiers.
파일 탐색기
최종 버전 다운로드 (.zip)- example.py
- flda.doctree
- iw.doctree
- rba.doctree
- scl.doctree
- suba.doctree
- tca.doctree
- tcpr.doctree
- classifiers.doctree
- contact.doctree
- environment.pickle
- examples.doctree
- index.doctree
- installation.doctree
- flda.rst.txt
- iw.rst.txt
- rba.rst.txt
- scl.rst.txt
- suba.rst.txt
- tca.rst.txt
- tcpr.rst.txt
- classifiers.rst.txt
- contact.rst.txt
- examples.rst.txt
- index.rst.txt
- installation.rst.txt
- badge_only.css
- theme.css
- lato-bold.eot
- lato-bold.ttf
- lato-bold.woff
- lato-bold.woff2
- lato-bolditalic.eot
- lato-bolditalic.ttf
- lato-bolditalic.woff
- lato-bolditalic.woff2
- lato-italic.eot
- lato-italic.ttf
- lato-italic.woff
- lato-italic.woff2
- lato-regular.eot
- lato-regular.ttf
- lato-regular.woff
- lato-regular.woff2
- roboto-slab-v7-bold.eot
- roboto-slab-v7-bold.ttf
- roboto-slab-v7-bold.woff
- roboto-slab-v7-bold.woff2
- roboto-slab-v7-regular.eot
- roboto-slab-v7-regular.ttf
- roboto-slab-v7-regular.woff
- roboto-slab-v7-regular.woff2
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- modernizr.min.js
- theme.js
- ajax-loader.gif
- basic.css
- comment-bright.png
- comment-close.png
- comment.png
- doctools.js
- down-pressed.png
- down.png
- file.png
- jquery-3.1.0.js
- jquery.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- underscore-1.3.1.js
- underscore.js
- up-pressed.png
- up.png
- websupport.js
- flda.html
- iw.html
- rba.html
- scl.html
- suba.html
- tca.html
- tcpr.html
- .buildinfo
- .nojekyll
- classifiers.html
- contact.html
- examples.html
- genindex.html
- index.html
- installation.html
- objects.inv
- py-modindex.html
- search.html
- searchindex.js
- flda.rst
- iw.rst
- rba.rst
- scl.rst
- suba.rst
- tca.rst
- tcpr.rst
- classifiers.rst
- conf.py
- contact.rst
- examples.rst
- index.rst
- installation.rst
- Makefile
- test_flda.py
- test_iw.py
- test_rba.py
- test_scl.py
- test_suba.py
- test_tca.py
- test_tcpr.py
- test_util.py
- test_viz.py
- __init__.py
- _version.py
- flda.py
- iw.py
- rba.py
- scl.py
- suba.py
- tca.py
- tcpr.py
- util.py
- viz.py
- da_scatter.m
- iwe_kd.m
- iwe_kmm.m
- iwe_lr.m
- iwe_nn.m
- iwe_rg.m
- kknn.m
- mlr.m
- mls.m
- plotl.m
- preprocess.m
- example.m
- flda.m
- gfk.m
- install.m
- iw.m
- rba.m
- scl.m
- suba.m
- tca.m
- .gitignore
- .travis.yml
- environment.yml
- LICENSE.txt
- README.md
- requirements.txt
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/wmkouw/libTLDA
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd libTLDA
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install libtlda
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
