December 2018
Beginner to intermediate
500 pages
12h 10m
English
For our learning example, we'll use Recommendation. It is the simplest of the available options, and it's a good teaching device, as it will allow us to further experiment with its plug-and-play algorithms and configurable model generators.
Before we can do anything interesting, though, we need to make sure that we have the package installed:
pkg> add Recommendation#master julia> using Recommendation
The workflow for setting up a recommender with Recommendation involves three steps:
Setting up the training data
Instantiating and training a recommender ...
Read now
Unlock full access