Reader small image

You're reading from  Hands-On Artificial Intelligence with Java for Beginners

Product typeBook
Published inAug 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781789537550
Edition1st Edition
Languages
Right arrow
Author (1)
Nisheeth Joshi
Nisheeth Joshi
author image
Nisheeth Joshi

Nisheeth Joshi is an associate professor and a researcher at Banasthali University. He has also done a PhD in Natural Language Processing. He is an expert with the TDIL Program, Department of IT, Government of India, the premier organization overseeing language technology funding and research in India. He has several publications to his name in various journals and conferences, and also serves on the program committees and editorial boards of several conferences and journals.
Read more about Nisheeth Joshi

Right arrow

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 a rule-based system is, and we implemented a basic rule-based system in Prolog; then, we used that rule-based system in our Java program. We installed Weka and worked with datasets. We converted a CSV file into an ARFF file, and vice versa. Then, we applied...

lock icon
The rest of the page is locked
Previous PageNext Chapter
You have been reading a chapter from
Hands-On Artificial Intelligence with Java for Beginners
Published in: Aug 2018Publisher: PacktISBN-13: 9781789537550

Author (1)

author image
Nisheeth Joshi

Nisheeth Joshi is an associate professor and a researcher at Banasthali University. He has also done a PhD in Natural Language Processing. He is an expert with the TDIL Program, Department of IT, Government of India, the premier organization overseeing language technology funding and research in India. He has several publications to his name in various journals and conferences, and also serves on the program committees and editorial boards of several conferences and journals.
Read more about Nisheeth Joshi