{"id":22977,"date":"2021-04-26T10:46:24","date_gmt":"2021-04-26T10:46:24","guid":{"rendered":"https:\/\/www.experfy.com\/blog\/the-five-leading-recommender-system-types-that-every-e-commerce-company-should-know\/"},"modified":"2023-08-24T11:36:20","modified_gmt":"2023-08-24T11:36:20","slug":"the-five-leading-recommender-system-types-that-every-e-commerce-company-should-know","status":"publish","type":"post","link":"https:\/\/www.experfy.com\/blog\/ai-ml\/the-five-leading-recommender-system-types-that-every-e-commerce-company-should-know\/","title":{"rendered":"The Five Leading Recommender System Types That Every E-Commerce Company Should Know"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"22977\" class=\"elementor elementor-22977\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-d7f1091 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d7f1091\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a9ac998\" data-id=\"a9ac998\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0df977 elementor-widget elementor-widget-text-editor\" data-id=\"b0df977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Recommender engines based on machine-learning algorithms have become a mainstay of e-commerce. Twenty years after <a href=\"http:\/\/www.netflix.com\" target=\"_blank\" rel=\"noreferrer noopener\">Netflix<\/a> began using recommender systems, 80 percent of its users\u2019 streaming time is driven by its ever-improving proprietary recommender algorithm (Chong, 2020). A similar recommender system has resulted in most <a href=\"http:\/\/www.youtube.com\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube<\/a> videos being watched for more than 10 years (Davidson, 2010).<\/p>\n<p>For most of the last 20 years, recommender systems have been based on numerical ratings of users-to-items that enabled matrix-based factorization (MF) and collaborative filtering (CF). To improve their predictiveness, developers then began trying to incorporate additional source information besides just frequency of use (Koren, 2010) (Bell, 2009) (Su, 2009). Today, these efforts to incorporate heterogenous information about people\u2019s digital habits are the vanguard of recommender systems in an approach named \u201cjoint representation learning\u201d (JRL).&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11b58c5 elementor-widget elementor-widget-heading\" data-id=\"11b58c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The data inputs to a recommender system are:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54fbc7d elementor-widget elementor-widget-text-editor\" data-id=\"54fbc7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ol><li>User preferences<\/li><li>Item features&nbsp;<\/li><li>Historic customer-product interactions<\/li><li>Temporal-sequence-awareness<\/li><li>Spatial or point-of-interest data (Zhang, 2018).&nbsp;<\/li><\/ol>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90dc952 elementor-widget elementor-widget-text-editor\" data-id=\"90dc952\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>However, when first implementing a new recommender system, firms usually must limit their inputs to the available data. The same applies to limited financial or technical resources. Firms with those limitations often implement more basic recommenders until such a time as they have the resources to develop future iterations with increased predictiveness.<\/p>\n<p>The five classes of recommender systems that every e-commerce company should know, in order of their complexity and evolution, are: (1) collaborative-filtering (CF) recommenders; (2) content-based (CB) recommenders; (3) hybrid (CF-CB) recommenders; (4) deep-learning recommenders, of which there are about a dozen major subtypes; and, (5) ensemble-product recommenders, such as node-wise graph neural networks (NGNN) (Luellen, 2020).<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a3a2d2 elementor-widget elementor-widget-heading\" data-id=\"1a3a2d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Collaborative-filtering (CF) Recommenders<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48c6c8e elementor-widget elementor-widget-text-editor\" data-id=\"48c6c8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CF recommenders rely on historic user-item interactions to try ensuring users see only the things that might interest them most \u2013 a solution to \u2018over choice\u2019 (Madhukar, 2014). These historic interactions can be explicit (e.g., how users\u2019 rate items) or implicit (e.g., items a user has searched for) (Jannach, 2010). The workflow of a CF system typically consists of three steps: (1) a user expresses experiences or preferences via some type of rating system (e.g., stars, etc.), which the recommender system infers as a quantification of the user\u2019s interest or perceived utility of the item; (2) the system matches to other users who have rated the same product similarly; and, (3) the system juxtaposes items that one user has purchased that the other has not and recommends the not-yet-purchased items to the similar shoppers that are missing those items in their product-purchase history (Luellen, 2020).<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64597af elementor-widget elementor-widget-heading\" data-id=\"64597af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Content-based (CB) Recommenders<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eaa9362 elementor-widget elementor-widget-text-editor\" data-id=\"eaa9362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CB recommenders search through Internet-search histories, texts, emails, and website visits to identify products or items and recommend similar ones. These CB recommenders are likely the source of social media ads that appear in feeds after someone has searched for an item in Google or Amazon or exchanged emails or texts about a class of products or services (Jannach, 2010). CB recommenders often struggle with accuracy. For example, if one searches to find a Jaguar XJ8 vehicle to buy, the CB recommender can infer interest in that product and recommend ads for such vehicles, but lack important elements that are discerning to prospective buyers, such as budget, mileage, color, equipment, location, etc. (Luellen, 2020).<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0f7f0b8 elementor-widget elementor-widget-heading\" data-id=\"0f7f0b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hybrid Recommenders<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c96e25f elementor-widget elementor-widget-text-editor\" data-id=\"c96e25f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Technically, a hybrid recommender is any algorithm that is an ensemble, one that combines algorithms to improve predictiveness and diminish the inherent weaknesses of each category of recommender engines. Arguably, most recommender systems are now hybrids or ensembles. The most common combination is a CF algorithm supplemented by CB methods, which identifies products a user is likely to desire, then directs them to users who have expressed an interest in a genre of product (Madhukar, 2014).<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2173ce2 elementor-widget elementor-widget-heading\" data-id=\"2173ce2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deep-learning Recommenders<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb2e7d elementor-widget elementor-widget-text-editor\" data-id=\"5cb2e7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The central feature of the 11 sub-types of deep-learning recommenders is their use of multiple levels of abstraction of data to try gleaning additional insights regarding user behaviors that will improve the productiveness \u2013 or follow-through \u2013 on what they recommend (Luellen, 2020). From a technical perspective, a deep-learning model is any one that maximizes a differentiable and objective function using some type or variant of stochastic gradient descent (SGD) (Zhang, 2018).<\/p>\n<p>At the highest order, deep-learning recommender system fall into two classes: (1) those based on neural networks; and (2) those that are hybrids or ensembles. Recommender systems based on neural building blocks include multi-layer perceptron\u2019s (MLPs), auto-encoders (AE), recurrent neural networks (RNNs), convolutional neural networks (CNNs), restricted Boltzmann machines (RBMs), neural autoregressive distribution estimators (NADEs), deep reinforcement learning (DRL), etc. Recommender systems based on ensembles include RNN+CNN, AE+CNN, RNN+AE, etc. (Zhang, 2018).<\/p>\n<p>Deep-learning recommender systems have four primary strengths. One, they have the capability to model non-linear data (He, 2017). Two, deep-learning recommenders are capable of representative learning, or discovering underlying explanatory factors and representations from any input data. This yields two advantages: (1) it automates the traditionally labor-intensive process of feature engineering; and (2) it expands the scope of allowable input data types or heterogeneity (e.g., texts, images, audio, video, etc.). A third advantage is deep-learning recommenders enable sequential modeling for machine translation and natural language processing (NLP) in chatbots \u2013 especially via CNNs with time-sliding filters and RNNs with internal memory states. Four, deep-learning recommenders are highly flexible because they are built modularly. Most deep-learning platforms (e.g., <a href=\"https:\/\/caffe.berkeleyvision.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Caffe<\/a>, <a href=\"https:\/\/keras.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Keras<\/a>, <a href=\"https:\/\/pytorch.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">PyTorch<\/a>, <a href=\"https:\/\/www.tensorflow.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">TensorFlow<\/a>, <a href=\"https:\/\/github.com\/Theano\/Theano\" target=\"_blank\" rel=\"noreferrer noopener\">Theano<\/a>, etc.) thusly are built to include and have the added advantage of robust on-line crowdsourced help and user groups (Luellen, 2020) (Zhang, 2018).<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f57e279 elementor-widget elementor-widget-heading\" data-id=\"f57e279\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Node-wise Graph Neural Networks (NGNNs)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed58248 elementor-widget elementor-widget-text-editor\" data-id=\"ed58248\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>One primary use challenge with recommender systems is how to suggest a combination of products for a user to buy, such as an outfit of corresponding clothing articles or accessories. Historically, recommending combinations of items to purchase was attempted by mapping items into a vector space and estimating the proximity of distance between them. Images were translated into style or compatibility vectors by Siamese CNNs or low rank Mahalanobis transformations (LMT) (Bala, 2015) (Veit, 2015). This evolved into recommending combinations by representing items to buy together (e.g., clothing articles or accessories in an outfit) as a sequence and applying RNNs (He, 2016) (Shih, 2018). Similarly, items that could be combined could be represented with bidirectional sequences and giving them a specific order using the bidirectional long-short term memory (Bi-LSTM) algorithm (Han, 2017).<\/p>\n<p>The primary weakness of the pair representation approaches is they fail to account for the complexity in the number of options when combining different items into one complementary basket of purchases. The primary weakness of the sequence approaches is they fail to recognize the relationships between complementary items and the collection. This is difficult to accurately ordinally rank because each item may have relationships with many other items (Luellen, 2020).&nbsp;<\/p>\n<p>Node-wise graphical neural networks (NGNNs) can be used to address and solve these weaknesses found in the representation and sequence approaches. The NGNN algorithm works by first constructing a \u201cfashion graph\u201d wherein combinations of products are represented as subgraphs (Cui, 2019). The NGNN then models node interactions to learn the nodes\u2019 representations. Third, it predicts a \u201ccompatibility score\u201d via an attention layer that results in the NGNN graph output. NGNNs also can accept inputs from images or text (Luellen, 2020). In the published proof, a case study of apparel items combined into outfits resulted in an image-based NGNN with an area under the receiver operator characteristic (AUROC) curve score of .9600, a text-based NGNN scored .9716, and a multi-mode image-text NGNN scored .9722 (Cui, 2019).<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd1aed7 elementor-widget elementor-widget-heading\" data-id=\"bd1aed7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Joint Representation Learning (JRL)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a1304d elementor-widget elementor-widget-text-editor\" data-id=\"4a1304d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>The future of recommender systems is found in the fifth major type \u2013 joint representation learning (JRL). The goal is to combine users\u2019 characteristics, demands, preferences, and auxiliary information that is heterogenous in origin (e.g., location, historical behaviors, <a href=\"https:\/\/www.experfy.com\/hire\/internet-of-things\">Internet-of-Things<\/a> data, etc.) across modalities to maximize predictive accuracy. In the JRL algorithm, every type of information is analyzed to learn corresponding item-user representations based on deep-representation learning architectures (Zhang, 2018).\u00a0<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01f5e0c elementor-widget elementor-widget-heading\" data-id=\"01f5e0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">References<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c8de28 elementor-widget elementor-widget-text-editor\" data-id=\"1c8de28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Bala, K., Bell, S. (2015). Learning visual similarity for product design with convolutional neural networks. <em>ACM Transactions on Graphics (TOG)<\/em>, 34(4): 98.<\/p><p>Bell, R., Koren, Y., Volinksy, C. (2009). Matrix factorization techniques for recommender systems. <em>Computer<\/em>, 42(8): 42-49.<\/p>\n<p>Chong, D. (2020, April 30). <em>Deep Dive into Netflix\u2019s Recommender System.<\/em> Retrieved from Towards Data Science: https:\/\/towardsdatascience.com\/deep-dive-into-netflixs-recommender-system-341806ae3b48<\/p>\n<p>Cui, Z., Li, K., Wu, S., Zhang, X., Wang, L. (2019). Dressing as a whole: Outfit compatibility learning based on a node-wise graph neural network. <em>The World Wide Web Conference (WWW&#8217;19)<\/em> (pp. 307-317). San Fransisco: ACM.<\/p>\n<p>Davidson, J., Liebald, B., Liu, J., Nandy, P., Van Vleet, T., Gargi, U., &amp; Gupta, S., et al. (2010). YouTube video recommender system. <em>ACM Recommender System<\/em>, 293-296.<\/p>\n<p>Han, X., Wu, Z., Jiang, Y., Davis, L. (2017). Learning fashion compartibility with bidrectional LSTMs. <em>In the Proceedings of the 25th ACM International Conference on Multimedia (MM&#8217;17)<\/em> (pp. 1078-1086). Mountain View, CA: ACM.<\/p>\n<p>He, R., Packer, C., McAuley, J. (2016). Learning compatibility across categories for getrogenous item recommendation. <em>In the IEEE 16th International Conference on Data Mining (ICDM)<\/em> (pp. 937-942). Barcelona, Spain: IEEE Computer Society.<\/p>\n<p>He, X., Liao, L., Zhang, H., Nie, L., Hu, X., Chua, T. (2017). Neural collaborative filtering. <em>International World Wide Web Conference Committee<\/em> (pp. 173-182). Perth, Australia: ACM.<\/p>\n<p>Jannach, D., Zanker, M., Felfernig, A., Friedrich, G. (2010). <em>Recommender systems: An introduction.<\/em> Cambridge, UK: Cambridge University Press.<\/p>\n<p>Koren, Y. (2010). Collaborative filtering with temporal dynamics. <em>Communications of the Association of Computing Machinery<\/em>, 53(4): 89-97.<\/p>\n<p>Luellen, E. (2020). Recommender Systems. In E. Luellen, <em>Beating Amazon: The <a href=\"http:\/\/www.experfy.com\/blog\/ai-ml\/ten-ways-machine-learning-is-revolutionizing-manufacturing-in-2019\/\" target=\"_blank\" rel=\"noreferrer noopener\">machine learning<\/a> guide to win the e-commerce war<\/em> (pp. 91-122). Sheridan, Wyoming: Social Justice Press.<\/p>\n<p>Madhukar, M. (2014). Challenges and limitations in recommender systems. <em>International Journal of Latest Trends in Engineering and Technology<\/em>, 4(3): 138-142.<\/p>\n<p>Shih, Y., Chang, K., Lin, H., Sun, M. (2018). Compatibility family learning for item recommendation and generation. <em>In the Proceedings of the 32nd AAAI Conference on Artificial Intelligence<\/em> (pp. 2403-2410). New Orleans: AAAI.<\/p>\n<p>Su, X., Khoshgoftaar, T. (2009). A survey of collaborative filtering techniques . <em>Advances in Artificial Intelligence<\/em>, Article ID; 421425, 1-19.<\/p>\n<p>Veit, A., Kovacs, B., Bell, S., McAuley, J., Bala, K., Belongie, S. (2015). Learning visual clothing style with heterogeneous dyadic co-occurences. <em>Advances in Neural Information Processing Systems (NIPS)<\/em> (pp. 4642-4650). Santiago, Chile: IEEE Computer Society.<\/p>\n<p>Zhang, S., Yao, L., Sun, A., Tay, Y. (2018). Deep learning based recommender systems: A survey and new perspectives. <em>ACM Computing Surveys<\/em>, 1(1): 1-35.<\/p>\n\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Recommender engines based on machine-learning algorithms have become a mainstay of e-commerce. Twenty years after Netflix began using recommender systems, 80 percent of its users\u2019 streaming time is driven by its ever-improving proprietary recommender algorithm (Chong, 2020). A similar recommender system has resulted in most YouTube videos being watched for more than 10 years (Davidson,<\/p>\n","protected":false},"author":1148,"featured_media":23571,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","footnotes":""},"categories":[183],"tags":[111,904,984],"ppma_author":[3866],"class_list":["post-22977","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-ml","tag-ai-amp-machine-learning","tag-ai-recommendation","tag-recommender-system"],"authors":[{"term_id":3866,"user_id":1148,"is_guest":0,"slug":"eric-luellen","display_name":"Eric Luellen","avatar_url":"https:\/\/www.experfy.com\/blog\/wp-content\/uploads\/2021\/05\/Eric-Luellen-150x150.jpg","user_url":"","last_name":"Luellen","first_name":"Eric","job_title":"","description":"Eric Luellen is a technical leader and strategist in data science bridging the gaps between analysts, engineers, and the C-suite. A leading performer in envisioning &amp; successfully executing data-science strategies &amp; commercial AI\/ML solutions in the biomedical domain. Proven success in leadership of up to 130 personnel and $6 million budgets. Operational excellence and organizational development with a keen understanding of business, economics, and biomedical, genomic, and pharmaceutical technical fields. A rare combination of strategy development and execution, general management, entrepreneurial sales, and technical expertise to translate between functions, understand complexities and make them understandable, translating between business, science, and technology stakeholders and get results. He authored two machine-learning COVID papers published in peer-reviewed journals in 2020 that were in the top 5% for Altmetric scores. He has been a globally-sought presenter in AI in healthcare and was a finalist for two global awards. Eric is a data-science influencer with an online readership of over 40,000. He has traveled or worked in 34 countries."}],"_links":{"self":[{"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/posts\/22977","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/users\/1148"}],"replies":[{"embeddable":true,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/comments?post=22977"}],"version-history":[{"count":6,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/posts\/22977\/revisions"}],"predecessor-version":[{"id":31362,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/posts\/22977\/revisions\/31362"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/media\/23571"}],"wp:attachment":[{"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/media?parent=22977"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/categories?post=22977"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/tags?post=22977"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.experfy.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=22977"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}