Recommender_system_with_python

recommender system tutorial with Python
Alternatives To Recommender_system_with_python
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tensorflow Examples42,312
8 months ago218otherJupyter Notebook
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Nlp Progress21,649
8 days ago50mitPython
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
Datasets16,3799208a day ago52June 15, 2022617apache-2.0Python
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
Vision14,0712,3061,413a day ago32June 28, 2022912bsd-3-clausePython
Datasets, Transforms and Models specific to Computer Vision
Tensor2tensor13,70182115 days ago79June 17, 2020589apache-2.0Python
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
Fashion Mnist9,856
a year ago24mitPython
A MNIST-like fashion product database. Benchmark :point_down:
Doccano7,841
a day ago28May 19, 2022238mitPython
Open source annotation tool for machine learning practitioners.
Facets7,1313114 days ago3July 24, 201982apache-2.0Jupyter Notebook
Visualizations for machine learning datasets
Awesome Project Ideas6,856
3 months ago1mit
Curated list of Machine Learning, NLP, Vision, Recommender Systems Project Ideas
Techniques6,454
2 days agoapache-2.0
Techniques for deep learning with satellite & aerial imagery
Alternatives To Recommender_system_with_python
Select To Compare


Alternative Project Comparisons
Readme

파이썬을 활용한 추천 시스템 구현(recommender system with Python)

각 파일에 대한 자료 설명

각 파일에 대한 설명은 https://lsjsj92.tistory.com/ 블로그에 올려두었습니다. 상세주소는 각 파일 최상단에 있으니 참고바랍니다.

1. recommender system basic

  • 추천 시스템 기본 유형 소개 : 이론
    • content based filtering
    • collaborative filtering

2. recommender system basic with Python - 1 content based filtering

  • 파이썬을 활용해 content based filtering 구현
  • kaggle의 movies dataset 활용

3. recommender system basic with Python - 2 Collaborative Filtering

  • 파이썬을 활용해 collaborative filtering 구현
  • kaggle의 movies dataset, movielens dataset 활용

4. recommender system basic with Python - 3 Matrix Factorization

  • 파이썬을 활용해 Matrix Factorization 구현 및 이론 설명
  • kaggle의 movies dataset, movielens dataset 활용

5. naver news recommender

  • Naver news 데이터를 활용해 추천 시스템 적용
  • Doc2vec 등의 embedding 방법을 사용

6. deep learning recommender system

  • 딥러닝 기반의 추천 시스템 활용 예제 코드
  • Keras 활용

7. Wide & Deep recommender system

  • Wide & Deep paper를 기반으로 한 추천 시스템 모델 구현
  • 컨셉만 유지하면서 구현하였음
  • Keras를 활용

8. Simple book recommender system with Keras(kaggle data)

  • Kaggle에 있는 book 데이터를 활용한 간단한 추천 시스템 구현
  • Keras를 활용해 만들 수 있는 기본적인 추천 모형 코드

9. recommender system using ChatGPT

  • ChatGPT을 활용한 추천 시스템
Popular Machine Learning Projects
Popular Dataset Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Machine Learning
Dataset
Keras
Kaggle
Filtering
Recommendation System
Recommender System
Collaborative Filtering
Matrix Factorization