Practical Artificial Intelligence Programming in Java

Book Description

This book uses both best of breed open source software and the author's own libraries to introduce the reader to Artificial Intelligence (AI) technologies like genetic algorithms, neural networks, expert systems, machine learning, and statistical natural language processing (NLP).

Table of contents

  • Introduction
  • Other JVM Languages
  • Why is a PDF Version of this Book Available Free on the Web?
  • Book Software
  • Use of Java Generics and Native Types
  • Notes on Java Coding Styles Used in this Book
  • Book Summary
  • Representation of Search State Space and Search Operators
  • Finding Paths in Mazes
  • Finding Paths in Graphs
  • Adding Heuristics to Breadth First Search
  • Search and Game Playing
  • Alpha-Beta Search
  • A Java Framework for Search and Game Playing
  • Tic-Tac-Toe Using the Alpha-Beta Search Algorithm
  • Chess Using the Alpha-Beta Search Algorithm
  • Logic
  • History of Logic
  • Examples of Different Logic Types
  • Running PowerLoom Interactively
  • Using the PowerLoom APIs in Java Programs
  • Suggestions for Further Study
  • Relational Database Model Has Problems Dealing with Rapidly Changing Data Requirements
  • RDF: The Universal Data Format
  • Extending RDF with RDF Schema
  • The SPARQL Query Language
  • Using Sesame
  • OWL: The Web Ontology Language
  • Knowledge Representation and REST
  • Material for Further Study
  • Expert Systems
  • Production Systems
  • The Drools Rules Language
  • Using Drools in Java Applications
  • Example Drools Expert System: Blocks World
  • POJO Object Models for Blocks World Example
  • Drools Rules for Blocks World Example
  • Java Code for Blocks World Example
  • Example Drools Expert System: Help Desk System
  • Object Models for an Example Help Desk
  • Drools Rules for an Example Help Desk
  • Java Code for an Example Help Desk
  • Notes on the Craft of Building Expert Systems
  • Genetic Algorithms
  • Theory
  • Java Library for Genetic Algorithms
  • Finding the Maximum Value of a Function
  • Neural Networks
  • Hopfield Neural Networks
  • Java Classes for Hopfield Neural Networks
  • Testing the Hopfield Neural Network Class
  • Back Propagation Neural Networks
  • A Java Class Library for Back Propagation
  • Adding Momentum to Speed Up Back-Prop Training
  • Machine Learning with Weka
  • Using Weka’s Interactive GUI Application
  • Interactive Command Line Use of Weka
  • Embedding Weka in a Java Application
  • Suggestions for Further Study
  • Statistical Natural Language Processing
  • Tokenizing, Stemming, and Part of Speech Tagging Text
  • Named Entity Extraction From Text
  • Using the WordNet Linguistic Database
  • Tutorial on WordNet
  • Example Use of the JAWS WordNet Library
  • Suggested Project: Using a Part of Speech Tagger to Use
  • the Correct WordNet Synonyms
  • Suggested Project: Using WordNet Synonyms to Improve
  • Document Clustering
  • Automatically Assigning Tags to Text
  • Text Clustering
  • Spelling Correction
  • GNU ASpell Library and Jazzy
  • Peter Norvig’s Spelling Algorithm
  • Extending the Norvig Algorithm by Using Word Pair Statistics
  • Hidden Markov Models
  • Training Hidden Markov Models
  • Using the Trained Markov Model to Tag Text
  • Information Gathering
  • Open Calais
  • Information Discovery in Relational Databases
  • Creating a Test Derby Database Using the CIA World FactBook and Data on US States
  • Using the JDBC Meta Data APIs
  • Using the Meta Data APIs to Discern Entity Relationships
  • Down to the Bare Metal: In-Memory Index and Search
  • Indexing and Search Using Embedded Lucene
  • Indexing and Search with Nutch Clients
  • Nutch Server Fast Start Setup
  • Using the Nutch OpenSearch Web APIs
Size : 1273.003 Kb
File type : pdf
Downloads: 199
Created: 2019-09-08

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Artificial Intelligence Tutorials

Artificial Intelligence: Foundations of Computational Agents, 2nd Edition

New Applications of Artificial Intelligence

Others related eBooks about Practical Artificial Intelligence Programming in Java

Think Perl 6: How to Think Like a Computer Scientist

Want to learn how to program and think like a computer scientist? This practical guide gets you started on your programming journey with the help of Perl 6, the younger sister of the popular Perl programming language. Ideal for beginners, this hands-on book includes over 100 exercises with multiple ...

Objective-C tutorial for professionals

Download free Objective-C tutorial course in PDF, training file in 51 chapters and 129 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

JavaScript Bible

Download free course JavaScript Bible, pdf file on 2327 pages by Danny Goodman....

Fundamentals of C# programming

This tutorial is designated to learn the C# language and think like a programmer ,it's a free PDF document under 1122 pages for all level users....

DevOps: WTF?

DevOps" is creating a lot of anxiety amongst the IT professionals of the world. It's also ..., download free DevOps tutorial in PDF (20 pages) created by ....

An Introduction to C & GUI Programming

Even if you are an absolute beginner, this book will teach you all you need to know to wri..., download free C Programming tutorial in PDF (156 pages) created by Simon Long ....

Biopython: Tutorial and Cookbook

The Biopython Project is an international association of developers tools for computationa..., download free Python tutorial in PDF (360 pages) created by Jeff Chang ....

Getting started with Arduino

Download Arduino tutorial for beginners, 93-page PDF tutorial created by StackOverFlow....

Python for Everybody

This book assumes that everyone needs to know how to program, and that once you know how to program you will figure out what you want to do with your newfound skills. Download free ebook intituled Python for Everybody, creative commons document...

Learn Pascal Programming Tutorial

A complete course on object programming in Pascal. In the first part, you learn how to use existing code written in object programming. Or, in other words, to use existing classes, especially those used to make the GUI of an application....