Book Image

Introduction to Artificial Intelligence with Java [Video]

By : Nisheeth Joshi
Book Image

Introduction to Artificial Intelligence with Java [Video]

By: Nisheeth Joshi

Overview of this book

<p>Artificial Intelligence, increasingly relevant in the modern world where everything is driven by technology and data, is the process of automating any system or process to carry out complex tasks and functions automatically, in order to achieve optimal productivity.</p> <p>This video explains the basics of AI using popular Java-based libraries and frameworks to build your smart applications. We will cover easy-to-complex artificial intelligence tasks such as genetic programming, heuristic searches, reinforcement learning, neural networks, and segmentation with the practical approach we mentioned earlier.</p> <p>By the end of this video, you will have a solid understanding of Artificial Intelligence concepts. You will be able to build your own smart applications for multiple domains, as required.</p> <h1>Style and Approach</h1> <p>A step-by-step guide to building artificial intelligent solutions with Java</p>
Table of Contents (7 chapters)
Chapter 2
Exploring Search
Content Locked
Section 2
Implementation of Dijkstra’s Search
The aim of this video is to give you an overview about the implementation of Dijkstra’s search. - Write the code for Dijkstra’s Search Algorithm - Go through the code - Run the code