ML Wiz (bassemfg)

bassemfg

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

ML Wiz's repositories

stockpredictionai

In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.

Stargazers:0Issues:0Issues:0

fracdiff

Moved Permanently: https://github.com/fracdiff/fracdiff

License:BSD-3-ClauseStargazers:0Issues:0Issues:0

Timeseries

Timeseries for everyone

License:MITStargazers:0Issues:0Issues:0

Trade-Classification-Algorithms

To classify trades into buyer- and seller-initiated.

License:MITStargazers:1Issues:0Issues:0

XGBoost-From-Scratch

This repo contains a few tree based boosting algorithms implemented in python from scratch. This code relates to a medium.com article which I wrote explaining my journey to understanding how XGBoost works under the hood

Stargazers:0Issues:0Issues:0

Stock-Trading-Environment

A custom OpenAI gym environment for simulating stock trades on historical price data.

License:MITStargazers:0Issues:0Issues:0

trading_backtesting

Example of writing a backtesting framework from scratch

License:MITStargazers:0Issues:0Issues:0

FinQuant

A program for financial portfolio management, analysis and optimisation.

License:MITStargazers:0Issues:0Issues:0

AI_Curriculum

Open Deep Learning and Reinforcement Learning lectures from top Universities like Stanford, MIT, UC Berkeley.

Stargazers:0Issues:0Issues:0

zipline-trader

Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration

License:Apache-2.0Stargazers:0Issues:0Issues:0

fasster

Forecasting with Additive Switching of Seasonality, Trend and Exogenous Regressors

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

gym_pomdp

Gym-like extensions for POMDP

Stargazers:0Issues:0Issues:0

CQL

Code for conservative Q-learning

Stargazers:0Issues:0Issues:0

gaf-cnn

Multivariate timeseries to multivariate timeseries convolution regressor

Stargazers:0Issues:0Issues:0

bayesian_changepoint_detection

Methods to get the probability of a changepoint in a time series.

License:MITStargazers:0Issues:0Issues:0

reddit-algo-trader

A high frequency trading module based on how often stock symbols appear in reddit comments

Stargazers:0Issues:0Issues:0

awesome-quant

**的Quant相关资源索引

License:MITStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

hrp

Run hierarchical risk parity algorithms

License:MITStargazers:0Issues:0Issues:0

AlgorithmicTrading

This repository contains three ways to obtain arbitrage which are Dual Listing, Options and Statistical Arbitrage. These are projects in collaboration with Optiver and have been peer-reviewed by staff members of Optiver.

License:MITStargazers:0Issues:0Issues:0

DSANet

Code for the CIKM 2019 paper "DSANet: Dual Self-Attention Network for Multivariate Time Series Forecasting".

Stargazers:0Issues:0Issues:0

python-bizdays

Business days calculations and utilities

License:MITStargazers:0Issues:0Issues:0

CFRM

Implementations of counterfactual regret minimization algorithm for various toy games. Uses AI agents and simultaneous learning to converge towards optimal solutions.

Stargazers:0Issues:0Issues:0

stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.

License:MITStargazers:0Issues:0Issues:0

futures-trading-gym

An OpenAI gym environment for futures trading

License:MITStargazers:0Issues:0Issues:0

CNNpred-Keras

CNNpred: CNN-based stock market prediction using a diverse set of variables

Stargazers:0Issues:0Issues:0

FlashMintArbitrage

An example of a Flash Mint powered arbitrage between a flash mint DEX, Kyber and Uniswap.

License:MITStargazers:0Issues:0Issues:0

Probabilistic-Sharpe-Ratio

Probabilistic Sharpe Ratio example in Python (by Marcos López de Prado)

Stargazers:0Issues:0Issues:0

TradingGym-1

Trading and Backtesting environment for training reinforcement learning agent or simple rule base algo.

License:MITStargazers:0Issues:0Issues:0