Pinned Repositories
1806
18.06 course at MIT in Spring 2017
ChatBotCourse
自己动手做聊天机器人教程
Clairvoyant
Software designed to identify and monitor social/historical cues for short term stock movement
CTPLearn
最近在学C++,自己本身做交易,就拿上期API练练手,代码参考https://github.com/tashaxing/CTPtest,所有lincence归tashaxing所有 这里主要改了几方面的内容: lib库改为64位; strcpy改为strcpy_s; sprintf改为sprintf_s; char*a[] = {"12","23"}改为:a1="12";a2="23";char a*={a1,a2}; scanf改为scanf_s; 其他代码和作者代码一致
MT5
code on the MT5, mainly about strategy in Forex
puppet
简单的股票程序化交易系统。核心模块基于同花顺和通达信金融终端。用户交流群:624585416
QIWA
Stock-Analysis
Regression, Scrapers, and Visualization
trade
对开源rqalpha主程序的提取,方便自己使用
vnpy_future
把回测从vnpy抽出来,换成py3.5的,把wind的数据写进mongodb,数据结构参考vnpy的,增加遗传算法对策略的回测
hhuhhu's Repositories
hhuhhu/vnpy_future
把回测从vnpy抽出来,换成py3.5的,把wind的数据写进mongodb,数据结构参考vnpy的,增加遗传算法对策略的回测
hhuhhu/trade
对开源rqalpha主程序的提取,方便自己使用
hhuhhu/Stock-Analysis
Regression, Scrapers, and Visualization
hhuhhu/CTPLearn
最近在学C++,自己本身做交易,就拿上期API练练手,代码参考https://github.com/tashaxing/CTPtest,所有lincence归tashaxing所有 这里主要改了几方面的内容: lib库改为64位; strcpy改为strcpy_s; sprintf改为sprintf_s; char*a[] = {"12","23"}改为:a1="12";a2="23";char a*={a1,a2}; scanf改为scanf_s; 其他代码和作者代码一致
hhuhhu/MT5
code on the MT5, mainly about strategy in Forex
hhuhhu/QIWA
hhuhhu/1806
18.06 course at MIT in Spring 2017
hhuhhu/ChatBotCourse
自己动手做聊天机器人教程
hhuhhu/Clairvoyant
Software designed to identify and monitor social/historical cues for short term stock movement
hhuhhu/CS-Recovery-Algorithms
hhuhhu/data-science-ipython-notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
hhuhhu/DeepLearningNotes
机器学习和量化分析学习进行中
hhuhhu/diracnets
Training Very Deep Neural Networks Without Skip-Connections
hhuhhu/dtw
DTW (Dynamic Time Warping) python module
hhuhhu/emcee
The Python ensemble sampling toolkit for affine-invariant MCMC
hhuhhu/empyrical
Common financial risk and performance metrics. Used by zipline and pyfolio.
hhuhhu/FutureInvestment
hhuhhu/kibana
:bar_chart: Kibana analytics and search dashboard for Elasticsearch
hhuhhu/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
hhuhhu/plotly.py
An interactive, browser-based graphing library for Python :sparkles:
hhuhhu/QuantitativeArticles
hhuhhu/Research
hhuhhu/research_public
Quantitative research and educational materials
hhuhhu/SOMPY
A Python Library for Self Organizing Map (SOM)
hhuhhu/stanford-tensorflow-tutorials
This repository contains code examples for the course CS 20SI: TensorFlow for Deep Learning Research.
hhuhhu/stock-2
30天掌握量化交易
hhuhhu/sundry
my code that is piecemeal, cant't be easily assorted
hhuhhu/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
hhuhhu/test
hhuhhu/zipline
Zipline, a Pythonic Algorithmic Trading Library