Pinned Repositories
adaboost-stock-selection
Apriori
Python Implementation of Apriori Algorithm for finding Frequent sets and Association Rules
apriori-python
Association Rules Mining
auto-sklearn
bayesian-belief-networks
Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions.
BayesianOptimization
A Python implementation of global optimization with gaussian processes.
ChineseTextClassify
中文文本分类,使用搜狗文本分类语料库
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.
librosa
Python library for audio and music analysis
zipline
Zipline, a Pythonic Algorithmic Trading Library
dongzhixiang's Repositories
dongzhixiang/apriori-python
Association Rules Mining
dongzhixiang/SectorRotation
RF + GBM + ARIMA/NN Hybrid ensemble for predicting 6-month returns for the 9 sector ETFs plus IYZ
dongzhixiang/ZigZag
Python library for identifying the peaks and valleys of a time series.
dongzhixiang/stocks
Quant Trading
dongzhixiang/stocknews
A Python module for downloading stock related news
dongzhixiang/py-optim
Gradient-based optimization algorithms in Python
dongzhixiang/rbm-dbn-mnist
Restricted Boltzmann Machine and Deep Belief Network Implementation. Uses MNIST dataset as a demo.