Skip to content

I've Committed Data

A blog about historical true crime, history, and data science in Australia

Menu
  • Welcome!
  • Warnings
  • Blog
  • GitHub
Menu

The Secret Life of a Serial Killer: Decoding the Hidden Clues with Data Science

Posted on 8 April, 202312 November, 2023 by committed

As a professional data scientist with a strong interest in the field of criminal psychology, I have always been fascinated by the intersection of these two disciplines. Specifically, I have been intrigued by the use of data science to track down and understand the behavior of serial killers, who are among the most dangerous criminals in history.

Serial killers are often referred to as the “most dangerous of dangerous” criminals. They are individuals who kill multiple victims in a series of separate events, with a cooling off period in between. These individuals are highly elusive and difficult to catch, and as a result, law enforcement agencies often struggle to track them down. However, with the help of data science and predictive analytics, it is now possible to uncover hidden patterns and behaviors that can lead to the identification and capture of these dangerous criminals.

The first step in using data science to track down a serial killer is to collect and analyze crime scene data. This data can include anything from the location of the crime scene, the time of day the crime was committed, the type of weapon used, and even the victim’s demographics. By analyzing this data, it is possible to identify patterns and behaviors that can help law enforcement agencies track down the killer.

One example of how data science has been used to track down a serial killer is through the use of predictive analytics. Predictive analytics is a type of data analysis that uses algorithms and statistical models to identify potential future outcomes based on historical data. In the context of serial killers, predictive analytics can be used to identify potential suspects based on the patterns and behaviors identified in the crime scene data.

Another way that data science can be used to track down a serial killer is through the use of psychological profiling. Psychological profiling is a tool used by law enforcement agencies to identify the characteristics and behavior of a criminal based on their actions. By analyzing crime scene data and using psychological profiling techniques, it is possible to create a profile of the serial killer and use this information to track them down.

One example of how data science and improved DNA testing was used to track down a serial killer in Australia is the case of Bradley Robert Edwards. In this case, improved DNA testing led to a breakthrough in the investigation and eventually led to the arrest of Edwards in 2016.

Edwards was charged with several crimes, including the murders of two women in the 1990s in the Claremont area of Western Australia. Through the use of DNA evidence, law enforcement agencies were able to connect Edwards to the crimes and bring him to justice.

In a similar case, DNA evidence can be analyzed using Python and various libraries such as Pandas and Scikit-learn to identify patterns and connections between crime scenes and potential suspects. For example, the DNA profiles of potential suspects can be compared to crime scene evidence to determine if there is a match. This type of analysis can be performed using code similar to the following:

import pandas as pd
from sklearn.neighbors import KNeighborsClassifier

# Load the DNA profiles data into a Pandas dataframe
dna_profiles = pd.read_csv("dna_profiles.csv")

# Split the data into training and testing sets
training_data = dna_profiles[:800]
testing_data = dna_profiles[800:]

# Train the K-Nearest Neighbors classifier
classifier = KNeighborsClassifier()
classifier.fit(training_data[["A", "C", "G", "T"]], training_data["Suspect ID"])

# Test the classifier on the testing data
predictions = classifier.predict(testing_data[["A", "C", "G", "T"]])

# Compare the predictions to the actual suspect IDs
correct_predictions = sum(predictions == testing_data["Suspect ID"])
accuracy = correct_predictions / len(testing_data)
print("Accuracy:", accuracy)

Example dna_profiles.csv

Suspect ID,A,C,G,T
1,0.23,0.34,0.12,0.31
2,0.21,0.32,0.15,0.32
3,0.24,0.33,0.13,0.30
4,0.25,0.35,0.14,0.26
5,0.22,0.31,0.16,0.31

In this example, each row represents a different suspect and their corresponding DNA profile. The columns represent the four nucleotide bases (A, C, G, T) and their frequency in the suspect’s DNA sample. The Suspect ID column is used to keep track of which suspect each row represents.

This type of analysis can help law enforcement agencies identify the most likely suspect based on DNA evidence, and can be used in combination with other types of evidence to track down and bring to justice individuals like Bradley Robert Edwards.

In conclusion, the use of data science and predictive analytics in tracking down serial killers is a powerful tool in the fight against crime. By uncovering hidden patterns and behaviors, law enforcement agencies are better equipped to identify and capture these dangerous criminals, bringing them to justice and making our communities safer. As a data scientist and researcher, I will continue to research and explore the ways in which data science can be used to solve some of the most complex and dangerous crimes in history.

Recent Posts

  • The Woman in the Well (Holsbeek, Belgium)
  • Expanding Horizons: Unveiling Global True Crime Mysteries with Data Science
  • Is There a Hidden Message for Us? Interpreting the Somerton Man’s Code.
  • The Evolution of Digital Forensics: Transforming True Crime Investigations
  • A Comprehensive Analysis of Demographic Factors in Australian Missing Persons Cases
©2025 I've Committed Data | Design: Newspaperly WordPress Theme
Join the Detective's Dispatch: Your Monthly Insight into Historical True Crime!

🔍 Unlock the Past, Discover the Data!

Greetings, history buff and data detective!

Craving a dose of mystery with your morning coffee? Sign up for our Detective’s Dispatch—your monthly newsletter that delves deep into the archives of true crime and the wonders of data science.

📊 What’s Under the Magnifying Glass?

Each issue is a trove of intrigue:

  • Exclusive Case Files: Get early access to our latest investigations into historical crimes, complete with data-driven insights and forensic analysis.
  • Data Detective Tutorials: Sharpen your sleuthing skills with our step-by-step guides on using data science to uncover hidden truths in cold cases.
  • Forensic Frontier: Stay updated on the latest in forensic technology and how it’s revolutionizing our understanding of the past.
  • Mystery Spotlights: Each month, we highlight a historic case, breaking down the data that tells a story beyond what the headlines once said.

🧬 Why Subscribe?

  • Be the first to access our most gripping content.
  • Exclusive data sets for your own analysis.
  • Best of all, it’s completely free!

Join a community of like-minded individuals who share your passion for puzzles, history, and the science that brings them to life.

🖋 Sign Up Now and Become a Part of the Narrative!

Just enter your email below, and let’s start unraveling the mysteries together.

If you opt in above we use this information send related content, discounts and other special offers.

We promise to keep your data confidential—after all, we’re in the business of solving mysteries, not creating them.

Welcome to the Detective’s Dispatch—where every story is data, and every data tells a story.