250x250
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 |
Tags
- 딥러닝
- Regression
- Linear
- 선형회귀
- 기초
- 가격맞히기
- python
- 크롤링
- tensorflow
- 프로그래머스
- 코딩테스트
- 연습
- 게임
- 알고리즘
- 주식매매
- 흐름도
- DeepLearning
- 파이썬
- 머신러닝
- CLI
- PyTorch
- 추천시스템
- 주식
- 주식연습
- API
- 재귀함수
- 템플릿
- 주가예측
- 회귀
- 코딩
Archives
- Today
- Total
목록CF (1)
코딩걸음마

이웃기반 협업필터링 유사도계산, 아이템기반, 유저기반 -> 유사도; 자카드, 피어슨, 코사인 1. 데이터 불러오기 import os import pandas as pd import numpy as np from math import sqrt from tqdm import tqdm_notebook as tqdm from sklearn.model_selection import train_test_split from sklearn.metrics import mean_squared_error https://movielens.org/ MovieLens About MovieLens | Contact Us | Privacy Policy | Terms of Use version 4.5.3 2021.6.25.166 Al..
딥러닝 템플릿/추천시스템(RS) 코드
2022. 7. 16. 06:12