Skip to content

hongqiangzhou/machine_learning

Repository files navigation

In this repository, I keep some machine learning projects I work on to share with those who may find them interesting and would like to give valuable recommendations.

  1. Credit_Fraud_Detection_the_Power_of_Ensemble.ipynb: IPython notebook describing a project I recently finished on Kaggle. The project employs techiniques of logistic regression, decision tree, random forest, and AdaBoost to detect fraudulent credit transactions. Best performance so far is observed from random forest, which provides an AUC of 0.984. Data file can be downloaded through the link provided in notebook. The data set in this project can be downloaded at Kaggle (https://www.kaggle.com/dalpozz/creditcardfraud).

  2. Detecting_Credit_Fraud_through_Neural_Network.ipynb: A continuation of above project, in which a neural network was constructed with TensorFlow library. AUC is 0.990, showing a slight improvement over random forest.

About

A repo to showcase my machine learning projects for fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors