Book Image

Hands-on Machine Learning with JavaScript

Book Image

Hands-on Machine Learning with JavaScript

Overview of this book

In over 20 years of existence, JavaScript has been pushing beyond the boundaries of web evolution with proven existence on servers, embedded devices, Smart TVs, IoT, Smart Cars, and more. Today, with the added advantage of machine learning research and support for JS libraries, JavaScript makes your browsers smarter than ever with the ability to learn patterns and reproduce them to become a part of innovative products and applications. Hands-on Machine Learning with JavaScript presents various avenues of machine learning in a practical and objective way, and helps implement them using the JavaScript language. Predicting behaviors, analyzing feelings, grouping data, and building neural models are some of the skills you will build from this book. You will learn how to train your machine learning models and work with different kinds of data. During this journey, you will come across use cases such as face detection, spam filtering, recommendation systems, character recognition, and more. Moreover, you will learn how to work with deep neural networks and guide your applications to gain insights from data. By the end of this book, you'll have gained hands-on knowledge on evaluating and implementing the right model, along with choosing from different JS libraries, such as NaturalNode, brain, harthur, classifier, and many more to design smarter applications.
Table of Contents (14 chapters)

Who this book is for

This book is for experienced JS developers who want to get started with ML. In general, I will assume that you are a competent JS developer with little to no experience with ML or mathematics beyond what you would learn in high school. In terms of JS abilities, you should already be familiar with the basic concepts of algorithms, modular code, and data transformations. I also assume that you can read JS code and understand both the intent and the mechanism.

This book is not intended for novice programmers, though you still may be able to get something out of it. This book is also not intended for readers who are already comfortable with ML, as most of the content will be familiar to you—though there may be some small nuggets of wisdom that could be helpful to you in these pages.

This book is perfect for you if you want to step into the ML landscape but don't know where to start in a vast and confusing ecosystem. Whether you're looking to make a shift in your career or simply learning something new, I believe you will find this book helpful.