• Stars
    star
    2
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

python, q, Calculate the trading cost analysis, VWAP - volume weighted average price, algorithmic trading

More Repositories

1

cryptography_Steganography_AES

use python, for steganography, conceal message within a file (image here). AES, baby block to encode & decode AES
Python
1
star
2

python_image_classification_digits_cloth_catdog

python, image classification, digits recognition, clothes recognition, MLP, CNN, keras, tensorflow, mnist
Jupyter Notebook
1
star
3

unity3d_snake

unity3d, c sharp, snake
1
star
4

localization_optimization_using_machine_learning

indoor/outdoor classification. GPS positioning is generally more accurate when outdoors, but there is no GPS information indoors, therefore, other methods should be taken, such as Wi-Fi/ Bluetooth positioning, or base station positioning. However, for the gray areas between indoor and outdoor, many indoor scenes will also have GPS information. At this time, indoor/outdoor classification is required, because indoor and outdoor scenes mean different strategies applied for positioning and navigation, accurate indoor/outdoor classification could provide better positioning and navigation performance and user experience. This project is to extract GPS features from big data, and use machine learning algorithms, then train models to classify indoor and outdoor situations.
Jupyter Notebook
1
star
5

python_turtle_strategy_BTC

python, use turtle strategy to trade BTC, and calculate the returns
HTML
1
star
6

python_RNN_predict_SSEindex

Quantify the Shanghai Composite Index (000001.SS), preprocess the close index of each day, and then use a simple RNN (recurrent neural network) to learn the internal relationship of the time series, finally predict the index for the next day. 对上证指数进行量化,对每天的收盘指,进行一个基本的处理,然后用简单的RNN循环神经网络去处理,和学习时间序列的内部关系,然后预测下一天的指数。
Jupyter Notebook
1
star