July 2019
Beginner to intermediate
298 pages
7h 20m
English
In this section, we will utilize Keras as a deep learning framework in order to build our models. Keras can easily be installed by using either pip (pip install keras) or conda (conda install -c conda-forge keras). In order to build the neural networks, we must first understand our data. The MovieLens dataset consists of almost 100,000 samples and 4 different variables:
A sample from the dataset is depicted in the following table. As is evident, the dataset is sorted by the userId column. This can ...
Read now
Unlock full access