Summary

In this chapter, you learned how to train a model and how to evaluate a clustering model. Then, we looked at the concept of semi-supervised learning, and how it's different from unsupervised learning. Our semi-supervised model has been trained, and we can now make predictions based on it.

Since this was the last chapter of our book, we'll summarize what we have accomplished. You have learned the basics of machine learning; we've installed JDK, JRE, and NetBeans. We looked at search algorithms, working on and implementing two of them: one was Dijkstra's algorithm and the other one was a modification of it (the A* algorithm).

You learned about game playing, and we implemented a game playing algorithm using tic-tac-toe. We covered what ...

Get Hands-On Artificial Intelligence with Java for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.