All Projects → GitiHubi → Deepai

GitiHubi / Deepai

Licence: gpl-3.0
Detection of Accounting Anomalies using Deep Autoencoder Neural Networks - A lab we prepared for NVIDIA's GPU Technology Conference 2018 that will walk you through the detection of accounting anomalies using deep autoencoder neural networks. The majority of the lab content is based on Jupyter Notebook, Python and PyTorch.

Projects that are alternatives of or similar to Deepai

Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+4176.92%)
Mutual labels:  jupyter-notebook, autoencoder
Keras Idiomatic Programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
Stars: ✭ 720 (+592.31%)
Mutual labels:  jupyter-notebook, autoencoder
Deep Learning For Hackers
Machine Learning tutorials with TensorFlow 2 and Keras in Python (Jupyter notebooks included) - (LSTMs, Hyperameter tuning, Data preprocessing, Bias-variance tradeoff, Anomaly Detection, Autoencoders, Time Series Forecasting, Object Detection, Sentiment Analysis, Intent Recognition with BERT)
Stars: ✭ 586 (+463.46%)
Mutual labels:  jupyter-notebook, anomaly-detection
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (+287.5%)
Mutual labels:  jupyter-notebook, autoencoder
Lipreading
Stars: ✭ 49 (-52.88%)
Mutual labels:  jupyter-notebook, autoencoder
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+321.15%)
Mutual labels:  jupyter-notebook, autoencoder
Ad examples
A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.
Stars: ✭ 641 (+516.35%)
Mutual labels:  anomaly-detection, autoencoder
2018 Machinelearning Lectures Esa
Machine Learning Lectures at the European Space Agency (ESA) in 2018
Stars: ✭ 280 (+169.23%)
Mutual labels:  jupyter-notebook, anomaly-detection
Pytorch Mnist Vae
Stars: ✭ 32 (-69.23%)
Mutual labels:  jupyter-notebook, autoencoder
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-77.88%)
Mutual labels:  jupyter-notebook, autoencoder
Credit Card Fraud Detection Using Autoencoders In Keras
iPython notebook and pre-trained model that shows how to build deep Autoencoder in Keras for Anomaly Detection in credit card transactions data
Stars: ✭ 337 (+224.04%)
Mutual labels:  jupyter-notebook, anomaly-detection
Repo 2017
Python codes in Machine Learning, NLP, Deep Learning and Reinforcement Learning with Keras and Theano
Stars: ✭ 1,123 (+979.81%)
Mutual labels:  anomaly-detection, autoencoder
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+3079.81%)
Mutual labels:  jupyter-notebook, autoencoder
Pyod
A Python Toolbox for Scalable Outlier Detection (Anomaly Detection)
Stars: ✭ 5,083 (+4787.5%)
Mutual labels:  anomaly-detection, autoencoder
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+4317.31%)
Mutual labels:  jupyter-notebook, anomaly-detection
Telemanom
A framework for using LSTMs to detect anomalies in multivariate time series data. Includes spacecraft anomaly data and experiments from the Mars Science Laboratory and SMAP missions.
Stars: ✭ 589 (+466.35%)
Mutual labels:  jupyter-notebook, anomaly-detection
deepAD
Detection of Accounting Anomalies in the Latent Space using Adversarial Autoencoder Neural Networks - A lab we prepared for the KDD'19 Workshop on Anomaly Detection in Finance that will walk you through the detection of interpretable accounting anomalies using adversarial autoencoder neural networks. The majority of the lab content is based on J…
Stars: ✭ 65 (-37.5%)
Mutual labels:  accounting, anomaly-detection
Hands On Deep Learning Algorithms With Python
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Stars: ✭ 272 (+161.54%)
Mutual labels:  jupyter-notebook, autoencoder
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (+609.62%)
Mutual labels:  jupyter-notebook, anomaly-detection
Anomaly detection
This is a times series anomaly detection algorithm, implemented in Python, for catching multiple anomalies. It uses a moving average with an extreme student deviate (ESD) test to detect anomalous points.
Stars: ✭ 50 (-51.92%)
Mutual labels:  jupyter-notebook, anomaly-detection

Detection of Accounting Anomalies using Deep Autoencoder Neural Networks

License: GPL v3

An interactive lab we prepared for NVIDIA's GPU Technology Conference 2018 that will walk you through the detection of accounting anomalies using deep autoencoder neural networks. The the lab content is based on Python, IPython Notebook, and PyTorch.

The recording of our talk is available via NVIDIA's GTC On-Demand under the following external link.

Running the Notebook

Binder Open In Colab

Reference

Autoencoder

The lab is inspired by our work "Detection of Anomalies in Large Scale Accounting Data using Deep Autoencoder Networks" by Marco Schreyer, Timur Sattarov, Damian Borth, Andreas Dengel and Bernd Reimer.

The publication is available via arXiv under the following link: https://arxiv.org/abs/1709.05254

Questions?

Please feel free to get in touch by opening an issue report, submitting a pull request, or sending us an email.

Disclaimer

Opinions expressed in this work are those of the authors, and do not necessarily reflect the view of PricewaterhouseCoopers (PwC) International Ltd. nor its network firms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].