All Projects → SolbiatiAlessandro → Rnn Stocks Prediction

SolbiatiAlessandro / Rnn Stocks Prediction

Another attempt to use Deep-Learning in the financial markets

Projects that are alternatives of or similar to Rnn Stocks Prediction

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 (+1792.31%)
Mutual labels:  jupyter-notebook, lstm
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (+0%)
Mutual labels:  jupyter-notebook, lstm
Deep Learning Time Series
List of papers, code and experiments using deep learning for time series forecasting
Stars: ✭ 796 (+1941.03%)
Mutual labels:  jupyter-notebook, lstm
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+1292.31%)
Mutual labels:  jupyter-notebook, lstm
Qa Rankit
QA - Answer Selection (Rank candidate answers for a given question)
Stars: ✭ 30 (-23.08%)
Mutual labels:  jupyter-notebook, lstm
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 (+1410.26%)
Mutual labels:  jupyter-notebook, lstm
Music2dance
Generating Dance steps for given music with deep learning
Stars: ✭ 17 (-56.41%)
Mutual labels:  jupyter-notebook, lstm
Pytorch Ntm
Neural Turing Machines (NTM) - PyTorch Implementation
Stars: ✭ 453 (+1061.54%)
Mutual labels:  jupyter-notebook, lstm
Lstm Sentiment Analysis
Sentiment Analysis with LSTMs in Tensorflow
Stars: ✭ 886 (+2171.79%)
Mutual labels:  jupyter-notebook, lstm
Neural Image Captioning
Implementation of Neural Image Captioning model using Keras with Theano backend
Stars: ✭ 12 (-69.23%)
Mutual labels:  jupyter-notebook, lstm
Attention Networks For Classification
Hierarchical Attention Networks for Document Classification in PyTorch
Stars: ✭ 540 (+1284.62%)
Mutual labels:  jupyter-notebook, lstm
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-12.82%)
Mutual labels:  jupyter-notebook, lstm
Multilabel Timeseries Classification With Lstm
Tensorflow implementation of paper: Learning to Diagnose with LSTM Recurrent Neural Networks.
Stars: ✭ 519 (+1230.77%)
Mutual labels:  jupyter-notebook, lstm
Stockpriceprediction
Stock Price Prediction using Machine Learning Techniques
Stars: ✭ 700 (+1694.87%)
Mutual labels:  jupyter-notebook, lstm
Cryptocurrencyprediction
Predict Cryptocurrency Price with Deep Learning
Stars: ✭ 453 (+1061.54%)
Mutual labels:  jupyter-notebook, lstm
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+2189.74%)
Mutual labels:  jupyter-notebook, lstm
Sentimentanalysis
文本情感分析
Stars: ✭ 421 (+979.49%)
Mutual labels:  jupyter-notebook, lstm
Tensorflow Lstm Regression
Sequence prediction using recurrent neural networks(LSTM) with TensorFlow
Stars: ✭ 433 (+1010.26%)
Mutual labels:  jupyter-notebook, lstm
Tensorflow Onnx
Convert TensorFlow models to ONNX
Stars: ✭ 900 (+2207.69%)
Mutual labels:  jupyter-notebook, lstm
Lstmvis
Visualization Toolbox for Long Short Term Memory networks (LSTMs)
Stars: ✭ 959 (+2358.97%)
Mutual labels:  jupyter-notebook, lstm

RNN-stock-prediction

Another attempt to use Deep-Leaning in the financial markets, the project is documented here -> https://solbiatialessandro.github.io/RNN-stocks-prediction/

+Basic

If you wanna run the regression model (implemented with LSTM) just run regression.py

If you wanna run the classification model (implemented with LSTM) just run classification.py

If you wanna take a look at the code you can run the framework with a Jupyter Notebook

+Advanced

If you wanna predict stock prices [see docs] I uploaded a model (.hdf5) working at 63% accuracy with GOOGL, you just need to upload it in KERAS and load it [ model.load_weights() ]

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].