Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 876 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 876 Bytes

MyAnimeButler

Find new animes to love!

  • Anime Recommendation Engine
  • Implemented a clustering algorithm inspired by the machine learning k-means clustering algorithm within a weekend in Python
  • Created an anime ranking algorithm using Python by interfacing with web application backend and anime clustering algorithm
  • Reduced input data by 99.85% to machine learning algorithm by analyzing database and extracting data that will improve algorithm’s performance the most while minimizing training and inference time.