Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsd115/tensorflow_bankfrauddetection

This repository aims to provide examples of my ability to produce ML models using tensorflow and sklearn
https://github.com/jsd115/tensorflow_bankfrauddetection

numpy pandas sklearn tensorflow

Last synced: 14 days ago
JSON representation

This repository aims to provide examples of my ability to produce ML models using tensorflow and sklearn

Awesome Lists containing this project

README

        

# tensorFlow_bankFraudDetection

The project aims to combine the power of Sklearn's data processing and feature selection capabilities as well as the Tensorflow neural network frameworks to correctly identify bankruptcies based off of a number of features.

## Packages used:

* Pandas: https://pandas.pydata.org/pandas-docs/stable/index.html
* Numpy: https://numpy.org/doc/
* Tensorflow: https://www.tensorflow.org/
* Sklearn: https://scikit-learn.org/stable/index.html

## The dataset can be found on kaggle.

Link: https://www.kaggle.com/datasets/fedesoriano/company-bankruptcy-prediction

## Some resources referenced during the creation of the project

* Link 1: https://medium.com/@sreeku.ralla/activation-functions-relu-vs-leaky-relu-b8272dc0b1be
* Link 2: https://medium.com/arteos-ai/the-differences-between-sigmoid-and-softmax-activation-function-12adee8cf322