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
- python2 python3
- python버전 동시 사용
- 머신러닝 딥러닝
- 푸리에변환이란
- 서버 os확인
- 기초머신러닝
- virtual env
- 크롤링 주의사항
- 서버 os
- 크롤링할때 중요한것
- inductive
- rnn구현
- 서버로 파일 복사
- 로컬에서 서버
- ssh connection closed
- transductive learning
- transductive
- Fourier
- inductive transductive
- Machine Learning
- server os
- 머신러닝
- 푸리에 변환
- fourier 변환
- inductive learning
- python패키지설치
- 푸리에
- rnn
- fourier transform
- dlib 설치
Archives
- Today
- Total
목록rnn구현 (1)
우당탕탕 도비의 코딩로그

데이터 전처리 🥕 데이터 다운로드 및 압축해제!wget https://download.pytorch.org/tutorial/data.zip!unzip data.zip 🥕 Family name에 있는 특수 부호나 문자들을 알파벳으로 변환from glob import globfile_list = glob('data/names/*.txt')n_countries = len(file_list)print("number of countries: {}".format(n_countries))import stringimport unicodedataalphs = string.ascii_letters + " .,;'"n_alphs = len(alphs)print("number of alphabets:{}".format(n..
AI/NLP
2025. 2. 27. 15:47