November 2019
Intermediate to advanced
296 pages
7h 52m
English
Software engineers don't always write applications from scratch. Often, we use an existing library or service if it meets our requirements as this saves on development time and allows us to focus on our application. This is often the case when developing machine learning applications.
machinelearn.js is a library that contains multiple implementations of popular machine learning algorithms. The library should be able to work like a Swiss Army knife in any machine learning implementation. First, you need to find an algorithm that you are comfortable using. Please add it to your dependencies in package.json:
{ "name": "your-project", "version": "1.0.0", "description": "", "main": ...Read now
Unlock full access