stockpredictionai
stock predictor
Predicting stock price movements using a combination of machine learning and deep learning techniques
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.
4k stars
273 watching
2k forks
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sebastianruder/nlp-progress | A comprehensive repository tracking progress in NLP tasks and their corresponding datasets. | 22,715 |
multimodal-art-projection/map-neo | A large language model designed for research and application in natural language processing tasks. | 877 |
balavenkatesh3322/nlp-pretrained-model | A collection of pre-trained natural language processing models | 170 |
hankcs/hanlp | A multilingual NLP library providing efficient and user-friendly tools for text analysis | 33,920 |
axa-group/nlp.js | A comprehensive NLP library for building conversational AI systems with entity extraction, sentiment analysis, language identification, and more. | 6,283 |
james-bowman/nlp | This project provides a set of algorithms and implementations for natural language processing in Go. | 450 |
brightmart/text_classification | An NLP project offering various text classification models and techniques for deep learning exploration | 7,861 |
benedekrozemberczki/boostedfactorization | An implementation of multi-level network embedding with boosted low-rank matrix approximation | 35 |
davidnemeskey/embert | Provides pre-trained transformer-based models and tools for natural language processing tasks | 2 |
wangyuxinwhy/uniem | Develops unified sentence embedding models for NLP tasks | 833 |
codertimo/bert-pytorch | An implementation of Google's 2018 BERT model in PyTorch, allowing pre-training and fine-tuning for natural language processing tasks | 6,222 |
vzhong/embeddings | Provides fast and efficient word embeddings for natural language processing. | 223 |
benedekrozemberczki/m-nmf | An implementation of Community Preserving Network Embedding using deep learning and matrix factorization techniques | 120 |
hit-scir/elmoformanylangs | Provides pre-trained ELMo representations for multiple languages to improve NLP tasks. | 1,463 |
ssymmetry/bbt-fincuge-applications | Creating a comprehensive platform for natural language processing in the financial industry by developing and publishing large-scale datasets, pre-trained models, and evaluation benchmarks. | 241 |