ransomware/README.md

28 lines
1 KiB
Markdown
Raw Normal View History

2021-10-20 17:08:02 +02:00
# Ransomware Detection on the Bitcoin Blockchain
# using Random Forests and Self Organizing Maps
2021-09-20 05:58:19 +02:00
2021-10-20 17:08:02 +02:00
Final submission form CYO project at HarvardX PH125.9x Capstone Course
Machine learning project on BitcoinHeist data set.
https://archive.ics.uci.edu/ml/datasets/BitcoinHeistRansomwareAddressDataset
Most of these files are exploratory scripts that helped to develop the final script.
The main three files that can be considered the final project are:
- Detecting_Bitcoin_Ransomware.pdf (Final report)
2021-10-22 17:58:44 +02:00
[https://git.disroot.org/shelldweller](https://git.disroot.org/shelldweller)
2021-10-20 17:08:02 +02:00
- Detecting_Bitcoin_Ransomware.Rmd (R markdown that generates the report)
2021-10-22 17:58:44 +02:00
[https://git.disroot.org/shelldweller](https://git.disroot.org/shelldweller)
2021-10-20 17:08:02 +02:00
- Detecting_Bitcoin_Ransomware.R (R script that contains the essential code for the modeling process)
2021-10-22 17:58:44 +02:00
[https://git.disroot.org/shelldweller](https://git.disroot.org/shelldweller)
2021-10-20 17:08:02 +02:00
2021-10-22 17:58:44 +02:00
*fix links later*
2021-10-20 17:08:02 +02:00
Everything else can be safely ignored, and is just here so that I can trace my own steps if needed.