mark-watson / Java-AI-Book-Code

Code examples for my Java artificial intelligence book

Home Page:http://markwatson.com/opencontent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for the 2020 edition of "Practical Artificial Intelligence With Java"

The previous edition was released in 2013. The new 2020 edition is largely a rewrite of older material with the addition of new material. The 2020 edition was published July 28, 2020 and this repository was updated to remove all old code and add new and modified examples. See below for information on getting the old code and the PDF for the 2013 edition.

Leanpub Link for latest edition

This book is a combination of

  • new coverage of deep learning
  • new material: creating and using knowledge graphs
  • examples from my discontinued book "Power Java": anomaly detection, linked data, using DBPedia, OpenNLP, and web scraping
  • examples from the original editions of this book: genetic algorithms and search algorithms
  • a few examples updated from my discontinued book "Practical Semantic Web and Linked Data Applications, Java Edition"

You can find the older code for the 2013 4th edition here: https://github.com/mark-watson/Java-AI-Book-Code_4th_edition

About

Code examples for my Java artificial intelligence book

http://markwatson.com/opencontent/

License:Apache License 2.0


Languages

Language:Java 99.1%Language:Makefile 0.6%Language:HTML 0.3%