Hands-on recommendation systems with Python start building powerful and personalized, recommendation engines with Python

Recommendation systems are at the heart of almost every internet business today; from Facebook to Netflix to Amazon. Providing good recommendations, whether it's friends, movies or groceries, goes a long way in defining user experience and enticing your customers to use and buy from your platfo...

Full description

Bibliographic Details
Main Author: Banik, Rounak
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 05013nmm a2200577 u 4500
001 EB001923722
003 EBX01000000000000001086624
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781788992534 
020 |a 1788992539 
020 |a 1788993756 
050 4 |a QA76.73.P98 
100 1 |a Banik, Rounak 
245 0 0 |a Hands-on recommendation systems with Python  |b start building powerful and personalized, recommendation engines with Python  |c Rounak Banik 
260 |a Birmingham, UK  |b Packt Publishing  |c 2018 
300 |a xiii, 130 pages  |b illustrations 
505 0 |a Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with Recommender Systems; Technical requirements; What is a recommender system?; The prediction problem; The ranking problem; Types of recommender systems; Collaborative filtering; User-based filtering; Item-based filtering; Shortcomings; Content-based systems; Knowledge-based recommenders; Hybrid recommenders; Summary; Chapter 2: Manipulating Data with the Pandas Library; Technical requirements; Setting up the environment; The Pandas library 
505 0 |a User-based collaborative filteringMean; Weighted mean; User demographics; Item-based collaborative filtering; Model-based approaches; Clustering; Supervised learning and dimensionality reduction; Singular-value decomposition; Summary; Chapter 7: Hybrid Recommenders; Technical requirements; Introduction; Case study -- Building a hybrid model; Summary; Other Books You May Enjoy; Index 
505 0 |a Other dimensionality reduction techniquesLinear-discriminant analysis; Singular value decomposition; Supervised learning; k-nearest neighbors; Classification; Regression; Support vector machines; Decision trees; Ensembling; Bagging and random forests; Boosting; Evaluation metrics; Accuracy; Root mean square error; Binary classification metrics; Precision; Recall; F1 score; Summary; Chapter 6: Building Collaborative Filters; Technical requirements; The framework; The MovieLens dataset; Downloading the dataset; Exploring the data; Training and test data; Evaluation 
505 0 |a Computing the cosine similarity scoreBuilding the recommender function; Metadata-based recommender; Preparing the data; The keywords and credits datasets; Wrangling keywords, cast, and crew; Creating the metadata soup; Generating the recommendations; Suggestions for improvements; Summary; Chapter 5: Getting Started with Data Mining Techniques; Problem statement; Similarity measures; Euclidean distance; Pearson correlation; Cosine similarity ; Clustering; k-means clustering; Choosing k; Other clustering algorithms; Dimensionality reduction; Principal component analysis 
505 0 |a The Pandas DataFrameThe Pandas Series; Summary; Chapter 3: Building an IMDB Top 250 Clone with Pandas; Technical requirements; The simple recommender; The metric; The prerequisties; Calculating the score; Sorting and output; The knowledge-based recommender; Genres; The build_chart function; Summary; Chapter 4: Building Content-Based Recommenders; Technical requirements; Exporting the clean DataFrame; Document vectors; CountVectorizer; TF-IDFVectorizer; The cosine similarity score; Plot description-based recommender; Preparing the data; Creating the TF-IDF matrix 
653 |a Internet marketing / http://id.loc.gov/authorities/subjects/sh95005028 
653 |a Data mining / fast 
653 |a Artificial intelligence / bicssc 
653 |a Internet marketing / fast 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Computers / Natural Language Processing / bisacsh 
653 |a Marketing sur Internet 
653 |a Computers / Intelligence (AI) & Semantics / bisacsh 
653 |a Data mining / http://id.loc.gov/authorities/subjects/sh97002073 
653 |a Natural language & machine translation / bicssc 
653 |a Python (Langage de programmation) 
653 |a Computers / Data Processing / bisacsh 
653 |a Data capture & analysis / bicssc 
653 |a Exploration de données (Informatique) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
776 |z 1788993756 
776 |z 1788992539 
776 |z 9781788993753 
776 |z 9781788992534 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781788993753/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
082 0 |a 658 
082 0 |a 381 
082 0 |a 381.142 
520 |a Recommendation systems are at the heart of almost every internet business today; from Facebook to Netflix to Amazon. Providing good recommendations, whether it's friends, movies or groceries, goes a long way in defining user experience and enticing your customers to use and buy from your platform. This book teaches you to do just that