Book Image

IBM Watson Projects

By : James D. Miller
Book Image

IBM Watson Projects

By: James D. Miller

Overview of this book

IBM Watson provides fast, intelligent insight in ways that the human brain simply can't match. Through eight varied projects, this book will help you explore the computing and analytical capabilities of IBM Watson. The book begins by refreshing your knowledge of IBM Watson's basic data preparation capabilities, such as adding and exploring data to prepare it for being applied to models. The projects covered in this book can be developed for different industries, including banking, healthcare, media, and security. These projects will enable you to develop an AI mindset and guide you in developing smart data-driven projects, including automating supply chains, analyzing sentiment in social media datasets, and developing personalized recommendations. By the end of this book, you'll have learned how to develop solutions for process automation, and you'll be able to make better data-driven decisions to deliver an excellent customer experience.
Table of Contents (12 chapters)

Starting the project

Now, that we have established a bit of background information as to the definition of the various types of banking fraud, we can begin this chapter's projects, starting with a review of the data we'll be working with.

The project in this chapter is focused on identifying fraudulent transactions.

Our data will be a file of transactions that have been made at a particular bank over a period of time. Since the type of fraud we are interested in involves comparing transactions to a normal amount (of the transaction or activity), as part of the project, we will need to understand what the cash baseline should be.

In the past, the Currency and Foreign Transactions Reporting Act (established in 1970) introduced the requirement that banks need to report all suspicious currency transactions. The intent of this requirement was to prevent tax evasion and money...