Book Image

Fundamentals of Machine Learning with scikit-learn [Video]

By : Giuseppe Bonaccorso
Book Image

Fundamentals of Machine Learning with scikit-learn [Video]

By: Giuseppe Bonaccorso

Overview of this book

<p>As the amount of data continues to grow at an almost incomprehensible rate, being able to understand and process data is becoming a key differentiator for competitive organizations. Machine Learning applications are everywhere, from self-driving cars, spam detection, document searches, and trading strategies, to speech recognition. This makes machine learning well-suited to the present-day era of big data and data science. The main challenge is how to transform data into actionable knowledge.</p> <p>In this course you will learn all the important Machine Learning algorithms that are commonly used in the field of data science. These algorithms can be used for supervised as well as unsupervised learning, reinforcement learning, and semi-supervised learning. A few famous algorithms that are covered in this book are: Linear regression, Logistic Regression, SVM, Naive Bayes, K-Means, Random Forest, and Feature engineering. In this course, you will also learn how these algorithms work and their practical implementation to resolve your problems.</p> <p><span id="description" class="sugar_field">The code bundle for this video course is available at - <a style="font-weight: normal;" href="https://github.com/PacktPublishing/Fundamentals-of-Machine-Learning-with-scikit-learn" target="_new">https://github.com/PacktPublishing/Fundamentals-of-Machine-Learning-with-scikit-learn</a></span></p> <h1>Style and Approach</h1> <p>An easy-to-follow, step-by-step guide that will help you get to grips with real-world applications of algorithms for Machine Learning.</p>
Table of Contents (10 chapters)
Chapter 10
Introduction to Recommendation Systems
Content Locked
Section 2
Content-Based Systems
This is probably the simplest method and it's based only on the products, modeled as feature vectors. We will implement them, in this video. - Create a dataset of users and products - Query our model - Measure the dissimilarity between two different sets