In this chapter, we'll be talking about what machine learning is, why we do machine learning, what supervised learning is, and what unsupervised learning is. We will also understand the difference between classification and regression. Following this, we will start with the installation of JDK and JRE, and will also set up NetBeans on our system. Toward the end of the chapter, we will download and use a JAR file for our project.
Therefore, we will be covering the following topics in this chapter:
- What is machine learning?
- Difference between classification and regression
- Installing JDK and JRE
- Setting up the NetBeans IDE
- Importing Java libraries and exporting code in projects as a JAR file
Let's get started and see what the AI problems that are related to supervised and unsupervised learning are.