Data Blogger
  • Categories
    • Do-It-Yourself
    • Technology
    • Web Technology
    • Data Science
    • Software Science
    • Mathematics
    • Personal Projects
  • Write for us!

scikit-learn

Histogram.

A Neural Network for predicting Restaurant Reservations

November 30, 2017 Kevin Jacobs 1 Comment

In this blog post series, we will use a neural network for predicting restaurant reservations. This first post will describe how we can use a neural network for predicting the number of days between the reservation and the actual visit given a number of visitors.

(more…)

Read More

A credit card.

Machine Learning Fraud Detection: A Simple Machine Learning Approach

June 15, 2017November 29, 2017 Kevin Jacobs 3 Comments

In this machine learning fraud detection tutorial, I will elaborate how got I started on the Credit Card Fraud Detection competition on Kaggle. The goal of the task is to automatically identify fraudulent credit card transactions using Machine Learning. My Pythonic approach is explained step-by-step.

(more…)

Read More

Learn How To Implement a Simple E-mail Spam Detector in Python

January 20, 2016December 22, 2017 Kevin Jacobs Leave a comment

Spam.

Nowadays, many e-mail are being sent and many of them are spam e-mails. In this tutorial, I will guide you through the steps of building a small spam detection application (written in Python).

(more…)

Read More