본문 바로가기
728x90
반응형

Study134

딥러닝 스터디 관련 link 총정리 https://github.com/bbongcol/deep-learning-bookmarks GitHub - bbongcol/deep-learning-bookmarks: Deep Learning Bookmarks Deep Learning Bookmarks. Contribute to bbongcol/deep-learning-bookmarks development by creating an account on GitHub. github.com 2022. 6. 30.
[Deep Learning] VAE (Variational Auto Encoder) 개념 정리 https://www.youtube.com/watch?v=GbCAwVVKaHY&t=546s 위 강의 링크 내용을 정리해서 요약한 내용입니다. 추가 참고 link : https://hugrypiggykim.com/2018/09/07/variational-autoencoder%EC%99%80-elboevidence-lower-bound/ https://di-bigdata-study.tistory.com/4 VAE (Variational Auto Encoder) 0. ae와 vae 의 차이점? - ae 의 핵심은 원래의 데이터를 복원 (x --> x), 핵심은 Z를 잘 임베딩 하는 것 (manifold learning) +) 원래의 DB를 고차원의 공간에 잘 표현하는 것이 manifold learning 의 .. 2022. 5. 20.
[Recommendation][논문리뷰] RecVAE: a New Variational Autoencoderfor Top-N Recommendations with Implicit Feedback 오늘은 Variational autoencoder를 Recommendation 영역에 활용한 RecVAE를 살펴보겠다. RecVAE를 이해하려면 VAE에 대한 이해가 필요한 한데 해당 알고리즘의 설명은 아래의 링크 ! https://huidea.tistory.com/296 [Deep Learning] VAE (Variational Auto Encoder) 개념 정리 https://www.youtube.com/watch?v=GbCAwVVKaHY&t=546s 위 강의 링크 내용을 정리해서 요약한 내용입니다. 추가 참고 link : https://hugrypiggykim.com/2018/09/07/variational-autoencoder%EC%99%80-elboevidence.. huidea.tistory... 2022. 5. 19.
[통계] 단일 표본 비율검정 (one-sample proportion test), 독립 표본 비율 검정 (two-sample proportion test) https://huidea.tistory.com/233 [기초 통계] 통계적 가설 검정 과정 (검정통계량, P-value) 참고 link : https://blog.acronym.co.kr/621 통계적 가설 검정(Statistical Hypothesis Testing) 절차 통계적 가설 검정은 통계적 추측의 하나이다. 전체 집단의 실제 값이 얼마라는 주장에 대해서 표본을 활용해.. huidea.tistory.com 비율 검정 : 비율이 대한 통계적 유의한지 검정하는 것 - Z분포를 띈다고 가정하고 확인 - 단일 비율 검정 (one-sample proportion Ztest) 모집단 비율, 표본의 비율 두가지가 있는 경우, 해당 표본의 비율이 모집단으로부터 나온건가? ex. A중학교에는 100명 중에 4.. 2022. 5. 9.
[Deep learning][논문리뷰] Tabnet : Attentive Interpretable Tabular Learning * concept 입력된 table (tabular) 데이터에서 Feature를 masking하며 여러 step을 거쳐서 학습 —> 각 step별 feature들의 importance 파악 (설명력 확보) —> masking 으로 중요한 feature 들만 선출해서 학습하여 성능 향상 (모델 고도화) * Tabnet 관련 link 논문 paper : https://arxiv.org/pdf/1908.07442.pdf tabnet pytorch 버전 문서 (pytorch_tabnet documentation) : https://pypi.org/project/pytorch-tabnet/ tabnet pytorch 버전 깃헙 (pytorch_tabnet github) : https://github.com/dre.. 2022. 4. 14.
[NLP] Pytorch 영어 뉴스 텍스트 데이터 분류 (AG news dataset) (1) - 전처리 Pytorch로 영어 뉴스 텍스트 데이터 분류 문제를 풀어보겠다. 이번 포스팅에서는 텍스트 전처리 코드만 다루고 다음 포스팅에서 pretrained model glove와 gru로 학습을 진행하려한다. 참고 link : https://jdjin3000.tistory.com/15 전체 코드 (colab) : https://colab.research.google.com/drive/1EGW7J1Goey86D5UdUT-aKCBzi7R_Nrsj?usp=sharing 전체 코드 (github) : https://github.com/SeohuiPark/MLDLstudy/blob/main/NLP/AGnews_preprocessing.ipynb 0. 데이터와 Task 데이터 : AGnews https://www.kagg.. 2022. 4. 12.
[Recommendation] BERT4Rec : Sequential Recommendation with Bidirectional Encoder Representations from Transformer 추천 알고리즘에서 bert를 적용한 논문 bert4rec 을 살펴보겠다. https://arxiv.org/abs/1904.06690 BERT4Rec: Sequential Recommendation with Bidirectional Encoder Representations from Transformer Modeling users' dynamic and evolving preferences from their historical behaviors is challenging and crucial for recommendation systems. Previous methods employ sequential neural networks (e.g., Recurrent Neural Network) to encod.. 2022. 4. 8.
[Recommendation] 추천 알고리즘 사례 (상품, 홈쇼핑 편성), 추천 관련 python library 정리 [ 상품 추천 알고리즘 사례 ] 1. 네이버 쇼핑 추천 AIitems (모델링 부분 중심으로) 참고link : https://tv.naver.com/v/23649833 AiTEMS 쇼핑추천의 시작부터 HyperScale AI 도입까지 NAVER Engineering | 양민철/김동현 - AiTEMS 쇼핑추천의 시작부터 HyperScale AI 도입까지 tv.naver.com 1) 상품 메타정보를 활용한 상품 카테고리 세분화 - 카테고리 기반에서 -> 상품 메타정보 (브랜드, 쇼핑몰, 검색어) 기준으로 추천 카테고리를 세분화함 - 추천 사유 (이전 검색 내역, 이전 탐색 페이지 등등)를 파악하는 모듈을 별도로 함께 개발 (어떤 모델인지는 공개하지 않음) 2) item embedding 으로 인기 상품 bi.. 2022. 3. 29.
[Error] [Pytorch] TypeError: '<' not supported between instances of 'Example' and 'Example' (Torchtext BucketIterator 사용때 마주한 에러) Torchtext BucketIterator 를 쓸 때, trainset, valset , testset을 각각 iterator로 바꿔주는 부분에서 마주한 에러다 1. 상황 torchtext.legacy.data 안에 TabularDataset 으로 csv 파일을 불러온 뒤 trainset, valset , testset 로 split 했다. 확인해보면 모두 객체로 되어있음 각각의 trainset, valset , testset 이제 iterator로 만들기 위해서 BucketIterator.split()을 쓰는데 에러가 발생했다. train_iter는 문제없이 할당이 되었는데 val_iter와 test_iter를 확인해봤을때 위와 같은 type error 가 발생했다 ;; 2. 해결방법 https://.. 2022. 3. 29.
[Deep learning] [논문리뷰] DIEN - Deep Interest Evolution Network for Click-Through Rate Prediction (CTR 추천알고리즘, sequence, AUGRU) 1. Introduction 2. Related Work 3. DIEN : Deep Interest Evolution Network 1) BaseModel * feature representation * Embedding, MLP * Loss function 2) Interest Extractor Layer * auxiliary loss 3) Interest Evolving Layer * augru 4. Experiements 5. Conclusion 1. Introduction CTR (Click Through Rate) 은 사용자가 플랫폼에 게시된 광고를 클릭할지 말지 예측하는 Task E커머스 시장에서 유저들의 성향과 그 성향의 변화를 포착하는게 CTR 성능을 높이는 핵심 이전의 대부분 CTR 모델.. 2022. 3. 24.
728x90
반응형