Preparing Data for Machine Learning with Java

Go to class
Write Review

Free Online Course: Preparing Data for Machine Learning with Java provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Preparing Data for Machine Learning with Java is taught by Federico Mestrone.

Overview
  • Data is at the heart of machine learning. This course will teach you how to bring data into Java from various sources, as well as how to perform basic tidying up and transformations in view of further processing by specialized Java ML libraries.

    Machine learning algorithms require that data is formatted and presented in very specific ways. In this course, Preparing Data for Machine Learning with Java, you’ll learn to use the standard Java API to make data ready for ML libraries. First, you’ll explore various options to read files into Java objects and data structures. Next, you’ll discover how to scrape the web for data you could use in your ML models. Finally, you’ll learn how to perform transformation both in vanilla Java and at scale with the Beam SDK. When you’re finished with this course, you’ll have the skills and knowledge of data gathering needed to digitize various sources into Java data structures.