All Projects → ml-hongkong → Stock2vec

ml-hongkong / Stock2vec

Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history

Projects that are alternatives of or similar to Stock2vec

Alpha Mind
quantitative security portfolio analysis. The analysis pipeline including data storage abstraction, alpha calculation, ML based alpha combining and portfolio calculation.
Stars: ✭ 171 (+470%)
Mutual labels:  jupyter-notebook, finance, stock
Deltapy
DeltaPy - Tabular Data Augmentation (by @firmai)
Stars: ✭ 344 (+1046.67%)
Mutual labels:  jupyter-notebook, finance
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+16496.67%)
Mutual labels:  jupyter-notebook, finance
Financepy
A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.
Stars: ✭ 416 (+1286.67%)
Mutual labels:  jupyter-notebook, finance
Thstrader
量化交易。同花顺免费模拟炒股软件客户端的python API。(Python3)
Stars: ✭ 311 (+936.67%)
Mutual labels:  jupyter-notebook, finance
Alpha vantage
A python wrapper for Alpha Vantage API for financial data.
Stars: ✭ 3,553 (+11743.33%)
Mutual labels:  finance, stock
Grs
📈 台灣上市上櫃股票價格擷取(Fetch Taiwan Stock Exchange data)含即時盤、台灣時間轉換、開休市判斷。
Stars: ✭ 405 (+1250%)
Mutual labels:  finance, stock
technical-indicators
Finance package written in Golang, mainly with TA indicators.
Stars: ✭ 56 (+86.67%)
Mutual labels:  finance, stock
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (+2260%)
Mutual labels:  jupyter-notebook, finance
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (+2280%)
Mutual labels:  jupyter-notebook, finance
Twstock
台灣股市股票價格擷取 (含即時股票資訊) - Taiwan Stock Opendata with realtime
Stars: ✭ 763 (+2443.33%)
Mutual labels:  finance, stock
Klinechart
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
Stars: ✭ 303 (+910%)
Mutual labels:  finance, stock
Tehran Stocks
A python package to access tsetmc data
Stars: ✭ 282 (+840%)
Mutual labels:  jupyter-notebook, stock
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+14346.67%)
Mutual labels:  finance, stock
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (-6.67%)
Mutual labels:  finance, stock
Financeops
Research in investment finance with Python Notebooks
Stars: ✭ 378 (+1160%)
Mutual labels:  jupyter-notebook, finance
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+2686.67%)
Mutual labels:  finance, stock
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (+13.33%)
Mutual labels:  finance, stock
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-30%)
Mutual labels:  finance, stock
Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (+14650%)
Mutual labels:  finance, stock

Variational Reccurrent Autoencoder for Embedding stocks to vectors based on the price history

Often, the stock price of the companies in the same industry will move in tandem with each other. This is because market conditions generally affect the companies in the same industry the same way. With this result, we can get a similarity between stocks. Moreover, we can put those vectors to our classifier such as Deep Neural Network.

result

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