All Projects → llSourcell → How To Predict Stock Prices Easily Demo

llSourcell / How To Predict Stock Prices Easily Demo

How to Predict Stock Prices Easily - Intro to Deep Learning #7 by Siraj Raval on Youtube

Projects that are alternatives of or similar to How To Predict Stock Prices Easily Demo

Notes Python
中文 Python 笔记
Stars: ✭ 6,127 (+740.47%)
Mutual labels:  jupyter-notebook
Tensorflow Workshop
Slides and code from our TensorFlow workshop.
Stars: ✭ 719 (-1.37%)
Mutual labels:  jupyter-notebook
Pytorch Openpose
pytorch implementation of openpose including Hand and Body Pose Estimation.
Stars: ✭ 716 (-1.78%)
Mutual labels:  jupyter-notebook
Tensorflow Tutorials
Simple tutorials using Google's TensorFlow Framework
Stars: ✭ 5,912 (+710.97%)
Mutual labels:  jupyter-notebook
Tforce btc trader
TensorForce Bitcoin Trading Bot
Stars: ✭ 717 (-1.65%)
Mutual labels:  jupyter-notebook
Gpyopt
Gaussian Process Optimization using GPy
Stars: ✭ 716 (-1.78%)
Mutual labels:  jupyter-notebook
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+720.85%)
Mutual labels:  jupyter-notebook
Ecco
Visualize and explore NLP language models. Ecco creates interactive visualizations directly in Jupyter notebooks explaining the behavior of Transformer-based language models (like GPT2).
Stars: ✭ 723 (-0.82%)
Mutual labels:  jupyter-notebook
Aws Machine Learning University Accelerated Tab
Machine Learning University: Accelerated Tabular Data Class
Stars: ✭ 718 (-1.51%)
Mutual labels:  jupyter-notebook
Reinforcement Learning 2nd Edition By Sutton Exercise Solutions
Solutions of Reinforcement Learning, An Introduction
Stars: ✭ 713 (-2.19%)
Mutual labels:  jupyter-notebook
Densepose
A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
Stars: ✭ 6,168 (+746.09%)
Mutual labels:  jupyter-notebook
Carnd Lanelines P1
Lane Finding Project for Self-Driving Car ND
Stars: ✭ 717 (-1.65%)
Mutual labels:  jupyter-notebook
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 (-1.23%)
Mutual labels:  jupyter-notebook
Mingpt
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
Stars: ✭ 6,803 (+833.2%)
Mutual labels:  jupyter-notebook
Capsule Network Tutorial
Pytorch easy-to-follow Capsule Network tutorial
Stars: ✭ 722 (-0.96%)
Mutual labels:  jupyter-notebook
Tensorflow 2.x Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Stars: ✭ 6,088 (+735.12%)
Mutual labels:  jupyter-notebook
Activitynet
This repository is intended to host tools and demos for ActivityNet
Stars: ✭ 716 (-1.78%)
Mutual labels:  jupyter-notebook
Keras realtime multi Person pose estimation
Keras version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 728 (-0.14%)
Mutual labels:  jupyter-notebook
Sifirdan Ileri Seviyeye Python Programlama
Udemy üzerindeki Python kurslarında kullanılan materyaller
Stars: ✭ 722 (-0.96%)
Mutual labels:  jupyter-notebook
Facial Similarity With Siamese Networks In Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
Stars: ✭ 719 (-1.37%)
Mutual labels:  jupyter-notebook

How-to-Predict-Stock-Prices-Easily-Demo

How to Predict Stock Prices Easily - Intro to Deep Learning #7 by Siraj Raval on Youtube

##Overview

This is the code for this video on Youtube by Siraj Raval part of the Udacity Deep Learning nanodegree. We use an LSTM neural network to predict the closing price of the S&P 500 using a dataset of past prices.

##Dependencies

  • keras
  • tensorflow

Install Keras from here and Tensorflow from here.

##Usage

Run this using jupyter notebook. Just type jupyter notebook in the main directory and the code will pop up in a browser window.

#Coding Challenge - Due Date, Thursday, March 2nd 2017 at 12 PM PST

Use the price history AND two other metrics of your choice to predict the price of GOOGL stock with an LSTM network. You can find the CSV here. Metrics could be sentiment analysis from Twitter of what people have said about Google, dividends, etc.

##Credits

Credits go to jaungiers. I've merely created a wrapper to get people started.

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