Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 서버 os
- Machine Learning
- transductive learning
- python2 python3
- 푸리에변환이란
- python버전 동시 사용
- fourier transform
- 서버로 파일 복사
- virtual env
- rnn구현
- 기초머신러닝
- 크롤링 주의사항
- rnn
- 푸리에
- transductive
- 피티이
- Fourier
- 크롤링할때 중요한것
- 푸리에 변환
- dlib 설치
- fourier 변환
- 머신러닝 딥러닝
- inductive learning
- inductive
- continous deployment
- 로컬에서 서버
- 머신러닝
- python패키지설치
- inductive transductive
- docker commands
Archives
- Today
- Total
목록transductive learning (1)
우당탕탕 도비의 코딩로그

Transductive vs Inductive Learning Inductive learning Transductive learning labeled training data로만 machine learning model을 학습 labeled training data와 unlabeled test data를 사용하여 학습 (test data의 label에 대한 정보를 모르더라도 test data의 패턴을 학습에 사용) traditional supervised learning semi-supervised learning unseen input data에 대해서도 예측 가능 unseen input data에 대해 예측 정확도가 떨어짐 function parameter(general rule) 학습 o funct..
AI
2021. 5. 13. 23:21