Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j4s0nzhang/self_organizing_graph_credit_cards

python program that uses a self organizing graph to detect fraud in a data set of credit card applications
https://github.com/j4s0nzhang/self_organizing_graph_credit_cards

Last synced: 11 days ago
JSON representation

python program that uses a self organizing graph to detect fraud in a data set of credit card applications

Awesome Lists containing this project

README

        

# self_organizing_graph_credit_cards
python program that uses a self organizing graph to detect fraud in a data set of credit card applications

This program uses minisom found at http://pydoc.net/MiniSom/1.1/minisom/
Generates a som based on credit card application data
plots the MID (minimum inter-neuron distances) of the som using pylab
generates a list of customers flagged by the map using minisom's win_map method