CRO-Guide-to-Machine-Learning

FNNs, l ike Expert Systems, make use of IF-THEN-ELSE statements and heuristic rules to handle uncertainty in applications, resulting in better approximate reasoning without the need for analytical precision. The use of traditional IF-THEN-ELSE statements and heuristic rules (see Expert Systems below) has been controversial, and therefore has not been as widely implemented as some of the other AI fraud detection systems 18 . EXPERT SYSTEMS. Expert Systems saw increased usability and growth during the 1980s with the expansion of computer processing power, programming and AI. It was used in credit card fraud detection by using a rule-based system which proved to be fairly popular when no other intelligent systems were around. These systems were used to imitate and replicate the knowledge of an ‘expert’ person and can be defined into two classes factual and heuristic 19 20 .

Facts are classified as a quantity of information, such as the credit card transaction history or an individual’s credit rating. HEURISTIC: Rules defined by an expert based on experience, education, observation and training. FACTUAL:

Expert systems work by taking this human knowledge and transferring it into a logical language that a computer can understand and follow in order to solve a problem. A fundamental part of expert systems is their extensive database of stored rules which are defined by a typical IF-THEN-ELSE format. For example, a rule based system using IF- THEN-ELSE may look like the following: IF the amount of purchase is greater (>) than $1000 and the card acceptance authorization is through ‘eBay’, THEN raise a suspicion score and require further verification, ELSE approve transaction.

Made with FlippingBook Digital Publishing Software