Abstract: Accordingly, a system for Financial Fraud Detection under IoT Environment using artificial intelligence is disclosed. A system for fraud detection using IOT comprising of; collecting of the data internal database of the website, data preprocessing, detection of fraud data using validation system ;feature selection, application of classification of fraud, and validation of the data
Claims:We claim:
1) A system for fraud detection using IOT comprising of;
a. collecting of the data internal database of the website,
b. data preprocessing,
c. application of classification of fraud,
d. detection of fraud data using validation system
e. validation of the data
2) The system as claimed in claim 1, wherein the said system collects the data of the various transactions through user registration and analyzes the data.
3) The system as claimed in claim 1, wherein the said system carries out data cleaning process through anomaly detection in which machines receive automatic alerts on tagged transactions.
4) The system as claimed in claim 1, wherein the said system carries out data cleaning. Through filtering method is used as a training set in the classification process so that higher prediction can be achieved.
5) The system as claimed in claim 1, wherein the said system applies the arbitrary examples for downsizing the normal transactions by extracting sample data randomly for the class imbalance problem.
6) The system as claimed in claim 1, wherein the said system use filter based method used for filtering the data in which features are scored based on the scores according to the evaluation criteria, and the lowest scored features are removed.
7) The system as claimed in claim 1, wherein the said system use the validation method which measures the ratio between the actual value and the value that the algorithm detects and predicts.
8) The system as claimed in claim 1, wherein the said system validates the remaining data is validated through a validation system (a software) which checks the authentication of transactions
, Description:FIELD OF THE INVENTION:
The present invention relates to detection systems. The present invention more particularly relates to a system for fraud detection using IOT (Internet of things).
BACKGROUND OF THE INVENTION:
Fraud is a billion-dollar business and it is increasing every year. Fraud possibilities co-evolve with technology, esp. Information technology . Business reengineering, reorganization or downsizing may weaken or eliminate control, while new information systems may present additional opportunities to commit fraud.
Traditional methods of data analysis have long been used to detect fraud. They require complex and time-consuming investigations that deal with different domains of knowledge like financial, economics, business practices and law. Fraud often consists of many instances or incidents involving repeated transgressions using the same method. Fraud instances can be similar in content and appearance but usually are not identical. The first industries to use data analysis techniques to prevent fraud were the telephone companies, the insurance companies and the banks (Decker 1998). One early example of successful implementation of data analysis techniques in the banking industry is the FICO Falcon fraud assessment system, which is based on a neural network shell.
Retail industries also suffer from fraud at POS. Some supermarkets have started to make use of digitized closed-circuit television (CCTV) together with POS data of most susceptible transactions to fraud.
Fraud that involves cell phones, insurance claims, tax return claims, credit card transactions etc. represent significant problems for governments and businesses, but yet detecting and preventing fraud is not a simple task. Fraud is an adaptive crime, so it needs special methods of intelligent data analysis to detect and prevent it. These methods exist in the areas of Knowledge Discovery in Databases (KDD), Data Mining, Machine Learning and Statistics. They offer applicable and successful solutions in different areas of fraud crimes.
Financial fraud under IoT environment is the fast-growing issue since the mobile channel can facilitate nearly any type of payments. Due to the rapid increase in mobile commerce and the expansion of the IoT environment, financial fraud in mobile payment has arisen and becomes more common. Generally 90% of merchants support either mobile site or a mobile application for online shopping. It increases financial fraud. Mobile payments through IOT are maximum.
Financial fraud can occur in any ways. The most common way is an unauthorized use of mobile payment via credit card number or certification number. Financial fraud via credit card can be classified into two main categories based on the presence of a credit card: the physical card and the virtual card.
To commit credit card fraud with a physical card offline, an attacker has to steal the credit card to carry out the fraudulent transactions. The online credit card fraud does not require the presence of a credit card mainly occurs under IoT environment, since the payment under IoT environment does not require the presence of a physical payment tool; instead, it needs some information such as card number, expiration date, card verification code, and pin number to make the fraudulent payment. For this reason, financial fraud takes place under the IoT environment, is the most frequent type of financial fraud that involves taking or modifying credit card information. To address the problem of rapidly arising fraud under IoT environment, financial institutions employ various fraud prevention tools like real-time credit authorization, address verification systems (AVS), card verification value, positive and negative list, etc.
Existing detection systems depend on defined criteria or learned records which make it difficult to detect new attack patterns. However, existing detection systems depend on defined criteria or learned records and so makes it difficult to detect new attack patterns. In general, the primary reason to use data analytics techniques is to tackle fraud since many internal control systems have serious weaknesses.
So there is a need for such a system for Financial Fraud Detection under IoT Environment using artificial intelligence.
OBJECTS OF THE INVENTION:
An object of the present invention is to discover underlying threats and accurate classification of fraud transactions under IoT environment.
Another object of the present invention is to decrease the fraud risks associated with today’s environment.
Other objects and benefits of the present invention will be more apparent from the following description, which is not intended to bind the scope of the present invention.
SUMMARY OF THE INVENTION:
Accordingly, a system for Financial Fraud Detection under IoT Environment using artificial intelligence is disclosed. A system for fraud detection using IOT comprising of; collecting of the data internal database of the website, data preprocessing, detection of fraud data using validation system ;feature selection, application of classification of fraud, and validation of the data
DESCRIPTION OF THE DRAWINGS:
Fig 1 is the system for fraud detection using IOT (Internet of things).
DESCRIPTION OF THE INVENTION WITH RESPECT TO DRAWINGS:
Fraud detection and prevention become easier through machine learning. Huge amounts of data can be fed to capable machines that can analyze suspicious behavior against past records and flag such activity. The burden of detection and prevention is passed to machines that analyze streaming data and signal patterns that could point to fraud. Machine learning involves machines that learn from huge amounts of data and have the capability to become more refined over time.
In one embodiment, The present invention is a system for Financial Fraud Detection under IoT Environment using artificial intelligence. The present invention helps to discover underlying threats and accurate classification of fraud transactions under IoT environment and to decrease the fraud risks associated with today’s environment. Accuracy increases as machines self learn and detecting anomalies can be easy. Various algorithms are in use in the background to power machine learning designed for fraud detection and prevention. And requires less tuning, generates patterns and has good predictive powers and enables multiple levels of representation and it has good predictive powers.
In another embodiment, a system for Financial Fraud Detection under IoT Environment using artificial intelligence is disclosed. The present invention use collecting of the data in the internal database of the website, data preprocessing, feature selection, application of classification of fraud, validation of the data., a software is used for detection of fraud data. User registers in the internal database of the website. Data is collected of the various transactions and is analyzed. The data is co related and data cleaning process is carried out. The answer to this is refined anomaly detection in which machines receive automatic alerts on tagged transactions. It takes massive data for the machine to approach high levels of accuracy.
Filtering method carries out data cleaning. The result is used as a training set in the classification process so that higher prediction can be achieved.
In another embodiment, Imbalanced problem in the data could mislead the detection process to the misclassifying problem and a real transaction dataset of financial transaction usually contains a data imbalanced problem. A method of generating arbitrary examples rather than simply oversampling through duplication or replacement. It is applied for downsizing the normal transactions by extracting sample data randomly for the class imbalance problem. Since the low ratio of anomalous data might lead to less precise results, for generating the different ratio of sampling dataset to increase the reliability and accuracy of results to classify the fraud data.
Feature selection is of two types ; wrapper and filter method. The wrapper method repeats the searching step and evaluating criteria until desired learning performance is obtained. The drawback of wrapper method is that the search space could be vast and it is relatively more expensive than other methods. Filter method is independent of any learning algorithms and relies on certain characteristics of data to assess the importance of features. Features are scored based on the scores according to the evaluation criteria, and the lowest scored features are removed. Filter based method is used by the system of the present invention for filtering the data. It is the fastest method and also suitable for practical use.
In another embodiment, Artificial Neural Networks (ANN) are called neural networks or multilayer perceptrons. A perceptron is a single neuron model that was a precursor to larger neural networks. In neural networks, the predictive capability comes from the hierarchical or multilayered structure of the networks. Also, multilayer perceptron has a neural network with one or more intermediate layers between the input and output layers. The middle layer between the input layer and the output layer is called a hidden layer. The network is connected in the direction of the input layer, the hidden layer, and the output layer and is a feedforward network in which there is no direct connection from the output layer to the input layer in each layer.
The validation method measures the ratio between the actual value and the value that the algorithm detects and predicts. The remaining data is validated through a validation system (a software) which checks the authentication of transactions.
In artificial embodiment, a system for fraud detection using IOT comprising of;
a. collecting of the data internal database of the website,
b. data preprocessing,
c. application of classification of fraud,
d. detection of fraud data using validation system
e. validation of the data
| # | Name | Date |
|---|---|---|
| 1 | 201921054331-STATEMENT OF UNDERTAKING (FORM 3) [28-12-2019(online)].pdf | 2019-12-28 |
| 2 | 201921054331-POWER OF AUTHORITY [28-12-2019(online)].pdf | 2019-12-28 |
| 3 | 201921054331-FORM FOR STARTUP [28-12-2019(online)].pdf | 2019-12-28 |
| 4 | 201921054331-FORM FOR SMALL ENTITY(FORM-28) [28-12-2019(online)].pdf | 2019-12-28 |
| 5 | 201921054331-FORM 1 [28-12-2019(online)].pdf | 2019-12-28 |
| 6 | 201921054331-FIGURE OF ABSTRACT [28-12-2019(online)].jpg | 2019-12-28 |
| 7 | 201921054331-EVIDENCE FOR REGISTRATION UNDER SSI(FORM-28) [28-12-2019(online)].pdf | 2019-12-28 |
| 8 | 201921054331-EVIDENCE FOR REGISTRATION UNDER SSI [28-12-2019(online)].pdf | 2019-12-28 |
| 9 | 201921054331-DRAWINGS [28-12-2019(online)].pdf | 2019-12-28 |
| 10 | 201921054331-COMPLETE SPECIFICATION [28-12-2019(online)].pdf | 2019-12-28 |
| 11 | Abstract1.jpg | 2020-01-04 |
| 12 | 201921054331-ORIGINAL UR 6(1A) FORM 26-140120.pdf | 2020-01-16 |
| 13 | 201921054331-Proof of Right [30-11-2020(online)].pdf | 2020-11-30 |