• Complain

Kane - Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations

Here you can read online Kane - Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Sundog Education, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations
  • Author:
  • Publisher:
    Sundog Education
  • Genre:
  • Year:
    2018
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Learn how to build recommender systems from one of Amazons pioneers in the field. Frank Kane spent over nine years at Amazon, where he managed and led the development of many of Amazons personalized product recommendation technologies.Youve seen automated recommendations everywhere - on Netflixs home page, on YouTube, and on Amazon as these machine learning algorithms learn about your unique interests, and show the best products or content for you as an individual. These technologies have become central to the largest, most prestigious tech employers out there, and by understanding how they work, youll become very valuable to them.This book is adapted from Franks popular online course published by Sundog Education, so you can expect lots of visual aids from its slides and a conversational, accessible tone throughout the book. The graphics and scripts from over 300 slides are included, and youll have access to all of the source code associated with it as well.Well cover tried and true recommendation algorithms based on neighborhood-based collaborative filtering, and work our way up to more modern techniques including matrix factorization and even deep learning with artificial neural networks. Along the way, youll learn from Franks extensive industry experience to understand the real-world challenges youll encounter when applying these algorithms at large scale and with real-world data.This book is very hands-on; youll develop your own framework for evaluating and combining many different recommendation algorithms together, and youll even build your own neural networks using Tensorflow to generate recommendations from real-world movie ratings from real people. Well cover:-Building a recommendation engine-Evaluating recommender systems-Content-based filtering using item attributes-Neighborhood-based collaborative filtering with user-based, item-based, and KNN CF-Model-based methods including matrix factorization and SVD-Applying deep learning, AI, and artificial neural networks to recommendations-Session-based recommendations with recursive neural networks-Scaling to massive data sets with Apache Spark machine learning, Amazon DSSTNE deep learning, and AWS SageMaker with factorization machines-Real-world challenges and solutions with recommender systems-Case studies from YouTube and Netflix-Building hybrid, ensemble recommendersThis comprehensive book takes you all the way from the early days of collaborative filtering, to bleeding-edge applications of deep neural networks and modern machine learning techniques for recommending the best items to every individual user.The coding exercises for this book use the Python programming language. We include an intro to Python if youre new to it, but youll need some prior programming experience in order to use this book successfully. We also include a short introduction to deep learning, Tensorfow, and Keras if you are new to the field of artificial intelligence, but youll need to be able to understand new computer algorithms.Dive in, and learn about one of the most interesting and lucrative applications of machine learning and deep learning there is!

Kane: author's other books


Who wrote Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations? Find out the surname, the name of the author of the book and a list of all author's works by series.

Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Building Recommender Systems with Machine Learning and AI Frank Kane Sundog - photo 1
Building Recommender Systems with Machine Learning and AI
Frank Kane
Sundog Education
http://www.sundog-education.com/
Copyright 2018 Sundog Software LLC, DBA Sundog Education
Contents
Getting Started
Introduction
Hello If youre reading this youve purchased this course on recommender - photo 2
Hello! If youre reading this, youve purchased this course on recommender systems either in PDF or book form. Thank you! If youre also interested in the video version of it, youll find it at www.sundog-education.com.
Im Frank Kane, CEO of Sundog Education. I spent nine years at Amazon.com, where I dedicated most of my career to building various parts of their recommendation systems and managing teams responsible for them. You know people who bought this also bought? Yeah, I ran that for awhile, along with their personalization platform team. I have a lot of real-word experience to share with you, combined with the latest research Ive done on new developments in the field since I left Amazon. Recommendations are one of the most fascinating applications of machine learning, and also one of the most lucrative recommending products is central to Amazons success, recommending movies is central to YouTube and Netflix, and you can even think of Google as just recommending web pages and ads to people.
This isnt going to read like a typical book. What you have here are the slides Ive used for presenting this information in video or live form, along with the script I prepared to accompany these slides. So for each topic, youll see an image of the slide associated with it, along with the text I wrote to explain each slide. But, it works surprisingly well it has all the textual information youd get in a typical book, but with many more visual aids, and a more casual, conversational tone than youd find in a textbook. Its ideal for visual learners who just find reading material a lot more efficient than listening to someone read it aloud in a video. Ive written this script with this written version of the course in mind, and have attempted to make sure everything works just as well in print as it does in a video presentation.
Youll find that code walk-throughs work a little bit differently in this format than what you may be used to from other technical books. Early in this course, youll be directed to download all of the code that accompanies it. When we get to slides that review this code, youll want to pull up that code on your computer as directed in those lectures, and refer to it alongside these written notes that explain what each section of the code does. Really, theres no other practical way to do it recommender systems involve a fair amount of code, and in most cases it simply wont fit on one written page. I promise to be very specific about what parts of the code Im talking about as we go through it, so you wont get lost.
Oh, and if Amazons lawyers are reading this dont worry. Ive been careful to only cover algorithms and techniques that have appeared publicly, in print. Im not revealing any inside, confidential information here although most of what we did at Amazon has been published at this point, anyhow .
I know youre itching to go hands-on and produce some recommendations on your own, so lets dive right in and get all the software and data you need installed!
Getting Set Up
In the next few minutes youre going to install a Python development - photo 3
In the next few minutes, youre going to install a Python development environment on your PC if you dont have one already. Then, youll install a package for Python called Surprise that makes developing recommender systems easy. Finally, well download the course materials including some real movie rating data, and well make movie recommendations for a real person right here in lecture 1.
So lets do this The first thing you need is some sort of scientific Python - photo 4
So, lets do this! The first thing you need is some sort of scientific Python environment that supports Python 3. That means a Python environment thats made for data scientists, like Anaconda or Enthought Canopy. If you already have one, then great you can skip that step. But if not, lets get Anaconda installed on your system, and well also get the course materials you need while were at it.
Now if youre the sort of person who prefers to just follow written - photo 5
Now, if youre the sort of person who prefers to just follow written instructions for things like this, you can head over to my website at the URL shown here. Pull it up anyhow, as were going to refer to this page as we set things up in this video. Remember to pay attention to capitalization the R and S in RecSys need to be capitalized.
Youll also have a chance to join the Facebook group for this course, where you can collaborate with fellow students, and youll be offered a chance to stay in touch with me as well.
In this course were going to use the Python programming language as its - photo 6
In this course, were going to use the Python programming language, as its pretty easy to pick up. So if you dont already have a development environment for Python 3 installed, youll need to get one. I recommend Anaconda its free and widely used. Lets head to www.anaconda.com/download , and select the installer for whatever operating system youre using. For me, thats Windows 64-bit and be sure to select the Python 3 version, not Python 2. Once it downloads, go through the installer, making sure to install it on a drive that has plenty of space available at least 3 GB .
Now that Anaconda is installed, you can launch it
.. And select the environments tab here. To keep things clean, lets set up an environment just for this course. Click on create and lets call it RecSys thats shorthand for recommender systems, by the way. We want a Python environment, for whatever current version of Python3 is offered to you. It will take a few moments for that environment to be created.
Next we need to install a Python package that makes developing recommender systems easier, called Surprise. To do that, click on the arrow next to the RecSys environment you just made, and open up a terminal from it. Now in the terminal, run:
conda install c conda-forge scikit-surprise
If prompted, hit y to continue, and let it do its thing.
When its done, we can close this terminal window.
Next, we need to download the scripts and data used in this course. From our course setup page at sundog-education.com/RecSys, youll find a link to the materials. Lets go ahead and download that. When its done, well unzip it, and put it somewhere appropriate, like your documents folder.
Throughout this course, were going to build up a large project that recommends movies in many different ways. So were going to need to data to work with back at our course setup page, youll find a link to the MovieLens data set. Its a subset of 100,000 real movie ratings from real people, along with some information about the movies themselves. Download that, and unzip it .
When its unzipped, move the resulting ml-latest-small folder inside the course materials folder you made earlier.
Now, we have everything we need! Lets make some movie recommendations. Back at Anaconda Navigator, make sure the RecSys environment we made is still selected, and now click on the Home icon.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations»

Look at similar books to Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations»

Discussion, reviews of the book Building Recommender Systems with Machine Learning and AI: Help people discover new products and content with deep learning, neural networks, and machine learning recommendations and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.