Skip to content

PacktPublishing/Artificial-Intelligence-for-Big-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence for Big Data

This is the code repository for Artificial Intelligence for Big Data, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

In this age of big data, companies have larger amount of consumer data than ever before, far more than what the current technologies can ever hope to keep up with. However, Artificial Intelligence closes the gap by moving past human limitations in order to analyze data.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

StopWordsRemover remover = new StopWordsRemover()
  .setInputCol("raw")
  .setOutputCol("filtered");

The chapters in this book are sequenced in such a way that the reader can progressively learn about Artificial Intelligence for Big Data starting from the fundamentals and eventually move towards cognitive intelligence. Chapter 1, Big Data and Artificial Intelligence Systems, to Chapter 5, Deep Big Data Analytics, cover the basic theory of machine learning and establish the foundation for practical approaches to AI. Starting from Chapter 6, Natural Language Processing, we conceptualize theory into practical implementations and possible use cases. To get the most out of this book, it is recommended that the first five chapters are read in order. From Chapter 6, Natural Language Processing, onward, the reader can choose any topic of interest and read in whatever sequence they prefer.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788472173

About

Artificial Intelligence for Big Data, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published