Skip to content

jonghkim/financial-time-series-prediction-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[STUDYPIE] Predicting Financial Time Series using Deep Learning

This is a repository for the [STUDYPIE] Predicting Financial Time Series using Deep Learning

Introduction

  • Instructor: Jongho Kim, Quantitative Researcher at NICE Pricing and Information (quantic.jh@gmail.com)
  • This session DOES NOT aim to learn automatic trading systems, rather DOES focus on stock / coin price prediction based on deep learning, pursuing the most essential algorithms
  • This session is an intermediate level course for those who have basic knowledge (Python, Numpy, Pandas, pip) of Python and machine learning

Goal of this study

  • Implement three neural network models from the simple model to advanced models with cryptocurrency data
  • Understand the problems with financial time series predictions and advantages/disadvantages of machine learning
  • Learn how to implement FNN, CNN, RNN models using Tensorflow Keras API on Google Colaboratory
  • Learn which metrics could be important for robustness of time series prediction algorithms

Modules

Datasets

  • This session use three datasets:
    • Public dataset: Prices of multiple crypotocurrecies from pythonprogramming.net [Download]
    • Self Crawled dataset: Prices and orderbook data of multiple crypotocurrecies from CoinOne [Downloadable on Request]

Q&A

For Citation

@misc{jonghkim,
  author = {Jongho Kim},
  title = {financial-time-series-prediction-v2},
  year = {2018},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/jonghkim/financial-time-series-prediction-v2}},
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published