123Jae

123Jae

Geek Repo

Github PK Tool:Github PK Tool

123Jae's starred repositories

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.

Stargazers:4031Issues:0Issues:0

file

I do not host any content gathered by my add-ons. All content is obtained from publicly available resources.

Language:HTMLStargazers:6Issues:0Issues:0

Multidimensional-LSTM-BitCoin-Time-Series

Using multidimensional LSTM neural networks to create a forecast for Bitcoin price

Language:Jupyter NotebookStargazers:332Issues:0Issues:0

capsule-networks

A Tensorflow implementation of Capsule Networks

Language:PythonLicense:MITStargazers:479Issues:0Issues:0

LSTM-Neural-Network-for-Time-Series-Prediction

LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data

Language:PythonLicense:AGPL-3.0Stargazers:4749Issues:0Issues:0

auto-sklearn

Automated Machine Learning with scikit-learn

Language:PythonLicense:BSD-3-ClauseStargazers:7505Issues:0Issues:0

lstms_for_predictive_maintenance

LSTMS for Predictive Maintenance

Language:Jupyter NotebookLicense:MITStargazers:321Issues:0Issues:0

sonnet

TensorFlow-based neural network library

Language:PythonLicense:Apache-2.0Stargazers:9736Issues:0Issues:0

Neural-Net-with-Financial-Time-Series-Data

This solution presents an accessible, non-trivial example of machine learning (Deep learning) with financial time series using TensorFlow

Language:Jupyter NotebookStargazers:755Issues:0Issues:0

Deep-Learning-Time-Series-Prediction-using-LSTM-Recurrent-Neural-Networks

This project aims to predict VOLATILITY S&P 500 (^VIX) time series using LSTM.

Language:PythonStargazers:93Issues:0Issues:0

py-api-trading

Sample programs trading with the OANDA API through Python2.7

Language:PythonLicense:MITStargazers:78Issues:0Issues:0