Pinned Repositories
chatgpt-comparison-detection
Human ChatGPT Comparison Corpus (HC3), Detectors, and more! 🔥
ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.
ADGym
Official Implement of "ADGym: Design Choices for Deep Anomaly Detection", NeurIPS 2023
anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
chatgpt-comparison-detection
ChatGPT Comparison Corpus (C3), Detectors, and more! 🔥
Graph-Neural-Networks
Repo of some demos in GNN.
Minqi824
Overlap
Official code and data repository of "Anomaly Detection with Score Distribution Discrimination", KDD' 23.
SOTA-Deep-Anomaly-Detection
List of implementation of SOTA deep anomaly detection methods
WSAD
A Collection of Resources for Weakly-supervised Anomaly Detection (WSAD)
Minqi824's Repositories
Minqi824/ADBench
Official Implement of "ADBench: Anomaly Detection Benchmark", NeurIPS 2022.
Minqi824/WSAD
A Collection of Resources for Weakly-supervised Anomaly Detection (WSAD)
Minqi824/ADGym
Official Implement of "ADGym: Design Choices for Deep Anomaly Detection", NeurIPS 2023
Minqi824/Overlap
Official code and data repository of "Anomaly Detection with Score Distribution Discrimination", KDD' 23.
Minqi824/chatgpt-comparison-detection
ChatGPT Comparison Corpus (C3), Detectors, and more! 🔥
Minqi824/Graph-Neural-Networks
Repo of some demos in GNN.
Minqi824/Minqi824
Minqi824/SOTA-Deep-Anomaly-Detection
List of implementation of SOTA deep anomaly detection methods
Minqi824/anomaly-detection-resources
Anomaly detection related books, papers, videos, and toolboxes
Minqi824/Computer-Vision
Deep Learning Algorithms in Computer Vision Domain
Minqi824/DLwithPyTorch
Code to accompany my upcoming book "Deep learning with PyTorch Book " from Packt
Minqi824/gym
A toolkit for developing and comparing reinforcement learning algorithms.
Minqi824/Minqi824.github.io
Minqi824/ICML2022-FEDformer
Source code of ICML'22 paper: FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting
Minqi824/Natural-Language-Processing
Repo of some demos in NLP.
Minqi824/paper-reading
深度学习经典、新论文逐段精读
Minqi824/Reinforcement-Learning
Reinforcement Learning
Minqi824/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
Minqi824/Transformers-for-Natural-Language-Processing
Transformers for Natural Language Processing, published by Packt