...
/Deep Learning and Recommender Systems
Deep Learning and Recommender Systems
Deep Learning is a sub-branch of Machine Learning that involves using Neural Networks. Recommender Systems involve recommending things to the users. You'll learn more about these topics in this lesson.
Deep Learning
Deep Learning is a subfield of Machine Learning that involves approaching problems by using Artificial Neural Networks. Artificial Neural Networks are inspired by the working of the human brain. Deep Learning methods have been proven to have several advantages over classical Machine Learning methods. A plain Neural Network has an input layer, a hidden Layer, and an output Layer. Two famous libraries used for making Neural Networks are Pytorch and Tensorflow.
What is Pytorch ?
It’s a Python-based scientific computing package targeted at two sets of audiences: ...