Skip to content
Permalink
Browse files
Ethereum fraud detection
  • Loading branch information
Adedamola committed Apr 2, 2021
1 parent 432e4a2 commit acf59f7a3585fca1e5aaed8cec7aa556c1e7b9a1
Show file tree
Hide file tree
Showing 37 changed files with 11,160 additions and 0 deletions.
@@ -127,3 +127,8 @@ dmypy.json

# Pyre type checker
.pyre/


.DS_Store

.idea/
@@ -1,2 +1,4 @@
# ethereum-fraud-detection
This repository contains attempts of using MLP and SOM neural networks to detect fraud in ethereum transactions

- Run the different notebooks on Jupyter
16 main.py
@@ -0,0 +1,16 @@
# This is a sample Python script.

# Press ⌃R to execute it or replace it with your code.
# Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings.


def print_hi(name):
# Use a breakpoint in the code line below to debug your script.
print(f'Hi, {name}') # Press ⌘F8 to toggle the breakpoint.


# Press the green button in the gutter to run the script.
if __name__ == '__main__':
print_hi('PyCharm')

# See PyCharm help at https://www.jetbrains.com/help/pycharm/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
BIN +21.5 KB mlp/mlp-5L/plot1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acf59f7

Please sign in to comment.