zuongthaotn's Stars
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
TheAlgorithms/Python
All Algorithms implemented in Python
mason-lee19/stockTrader_NEAT
NEAT-python for stock trading
tatsath/fin-ml
This github repository of "Machine Learning and Data Science Blueprints for Finance". Please star.
rrag/react-stockcharts
Highly customizable stock charts with ReactJS and d3
jiewwantan/XGBoost_stock_prediction
XGBoost is known to be fast and achieve good prediction results as compared to the regular gradient boosting libraries. This project attempts to predict stock price direction by using the stock's daily data and indicators derived from its daily data as predictors. As such this is a classification problem.
andymcdgeo/Petrophysics-Python-Series
A series of Jupyter notebooks showing how to load well log and petrophysical data in python.
TheQuantPy/youtube-tutorials
Collection of resources used on QuantPy YouTube channel.
ben519/nnets-for-your-dog
Introductory course on Neural Networks
jlp-io/GeneticAlgo-TimeSeries
Genetic Algorithms for Time Series prediction optimization
schackartk/genetic_algorithm_replication
Replication for submission to ReScience C of "A Boolean network inference from time-series gene expression data using a genetic algorithm"
nowickam/structural-break-detection
Implementation of the genetic algorithm for structural break detection in time series that chooses a piecewise autoregressive model using minimum description length principle
charlie60507/Genetic-Kmeans-Algorithm-GKA-
amirdeljouyi/Genetic-Algorithm-on-K-Means-Clustering
Implementing Genetic Algorithm on K-Means and compare with K-Means++
anopara/genetic-drawing
A genetic algorithm toy project for drawing
harvitronix/neural-network-genetic-algorithm
Evolving a neural network with a genetic algorithm.
ahmedfgad/GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
handcraftsman/GeneticAlgorithmsWithPython
source code from the book Genetic Algorithms with Python by Clinton Sheppard
Talendar/nevopy
Neuroevolution framework for Python.
suckgeun/NEAT
Implementation of NeuroEvolution of Augmenting Topologies (NEAT)
kh-kim/stock_market_reinforcement_learning
This project provides a stock market environment using OpenGym with Deep Q-learning and Policy Gradient.
tsmatz/reinforcement-learning-tutorials
Reinforcement Learning Algorithms Tutorial (Python) from scratch
leonwind/flappy-bird-ai
Genetic algorithm (NEAT) to generate and optimize deep neural networks for the game "Flappy Bird".
FarshidNooshi/Intelligent-Player-Agent
Developing an Intelligent Agent from scratch to play a game with Applying Neuroevolution to achieve high scores
akhil-code/flappy-bird-neuro-evolution
Machine learning model that learns to play Flappy bird game developed using Neural networks and Genetic algorithm(NEAT).
evolvingstuff/RobotShamBo
neuro-evolution applied to the game of rock paper scissors
practical-tutorials/project-based-learning
Curated list of project-based tutorials
alpacahq/Momentum-Trading-Example
An example algorithm for a momentum-based day trading strategy.
je-suis-tm/quant-trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
VitaminDhruv/Pocket-Algorithm
Implementing Pocket Algorithm Using Jupyter Notebook