Book Image

Practical Artificial Intelligence for A/B Testing [Video]

By : Meigarom Diego Fernandes Lopes
Book Image

Practical Artificial Intelligence for A/B Testing [Video]

By: Meigarom Diego Fernandes Lopes

Overview of this book

<p><span id="description" class="sugar_field">A/B testing is a well-known technique in web designing where designers apply it to test out different versions of the same webpage. The drawback to this technique is the waiting time to choose the best version and you lose the current performance of the webpage. To counter these drawbacks, you will learn how to build an AI Agent to A/B test the webpage in a much quicker pace using Reinforcement Learning.</span></p> <p><span id="description" class="sugar_field">This course will teach you how to build and deploy an AI Agent to test multiple versions of the web page and choose the best one much faster than the traditional A/B testing method. This quick decision-making will ensure good performance of your web-page even during the experiment. </span></p> <p><span id="description" class="sugar_field">By the end of this course, you will be able to deploy an AI Agent to perform an A/B test with many different strategies and to select the one which boosts its performance.</span></p> <p><span id="description" class="sugar_field">The code bundle for this video course is available at- <a href="https://github.com/PacktPublishing/Practical-Artificial-Intelligence-for-A-B-Testing-" target="_new">https://github.com/PacktPublishing/Practical-Artificial-Intelligence-for-A-B-Testing-</a></span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course is a full hands-on tutorial. It shares only the essential theoretical concepts that will context and support the practical implementation of the solution. The essential theory is explained using examples, analogies, and figures to make it self-explanatory and as clear as possible. In the practical portion, all the codes are developed on the fly during the videos, each line is explained with minimum jargon. The main object is to make the viewers succeed and overcome obstacles in their own environments.</span></span></p>
Table of Contents (10 chapters)
Chapter 2
Development of Web Elements to Simulate A/B Testing
Content Locked
Section 3
Developing a Web Scraper in Python
How to create a web scrape to simulate a customer clicking on the button? - Download the Chrome binary file - Create the Python script with the logic - Find the button and click on it