On Aug. 15, 2016, the Machine Learning Algorithm team at LinkedIn gave a hands-on tutorial on how to build recommender systems using our recently open-sourced machine learning library Photon ML at the KDD conference. We were excited to see a large crowd that could not fit into the room gathered to learn this topic and the strong interest in the data mining community in tools and practical guidance on building recommender systems.
Recommendation systems have become ubiquitous for web applications. Because each member’s preferences are very different, providing personalized recommendations is key to the success of such systems. To achieve this goal at scale, using machine-learned models to estimate user preference from user feedback data is essential. Providing an easy-to-use and flexible machine learning library for practitioners to build personalization models is the key to productivity, agility, and developer happiness.
There is no social network more catered to business professionals than LinkedIn. Whether you’re a recruiter looking for top notch prospects, a content creator looking to publish an article, or a marketer hoping to reach the most valuable audience, LinkedIn is a powerful platform. Every month, approximately 106 million users log on and engage with content they find on the site. This doesn’t even account for the 414 million total users of LinkedIn.
So the target audience ranging from folks
The key goals for Linkedin Recommender systems are
Goals can be reached with the following steps
A recommender system recommends items to users to optimize a or a few objectives.
The recommender algorithm should be based on user features, behavior, Item features like shown in the below images.
Photon ML is a machine learning library based on Apache Spark. It was originally developed by the LinkedIn Machine Learning Algorithms Team. Currently, Photon ML supports training different types of Generalized Linear Models(GLMs) and Generalized Linear Mixed Models(GLMMs/GLMix model): logistic, linear, and Poisson.
Linkedin Recommendation sample
Know your items, your users and their interactions
Know your items, your users and their interactions
Experiment learn innovate
Experiment learn innovate
Online A/B Experient