shadowleaves's Stars
WeNeedHome/SummaryOfLoanSuspension
全国各省市停贷通知汇总
vaexio/vaex
Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
zhouhaoyi/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
carpedm20/ENAS-pytorch
PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
johnma2006/mamba-minimal
Simple, minimal implementation of the Mamba SSM in one file of PyTorch.
ahmedfgad/GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
cvxgrp/cvxpylayers
Differentiable convex optimization layers
VivekPa/AIAlpha
Use unsupervised and supervised learning to predict stocks
AlexPresso/VideoStation-FFMPEG-Patcher
Patcher to enable DTS, EAC3 and TrueHD transcoding support to Synology VideoStation (from DSM 6.2 to DSM 7.0 and above ; ffmpeg4, 5, 6, 7 ready)
hardmaru/estool
Evolution Strategies Tool
jankrepl/deepdow
Portfolio optimization with deep learning.
notadamking/Stock-Trading-Environment
A custom OpenAI gym environment for simulating stock trades on historical price data.
darknebular/Wrapper_VideoStation
Synology VideoStation and DLNA FFmpeg Wrapper with AAC, DTS, EAC3 and TrueHD support via pipes (now with GStreamer support). It enables full hardware transcoding from Synology´s FFmpeg for video and transcoding DTS, EAC3, TrueHD and AAC from the SynoCommunity's FFmpeg only when necessary.
MiloMallo/Stock
Stock Market Prediction Using Unsupervised Features
SC4RECOIN/LSTM-Crypto-Price-Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Wentao-Xu/HIST
The source code and data of the paper "HIST: A Graph-based Framework for Stock Trend Forecasting via Mining Concept-Oriented Shared Information".
hungchun-lin/Stock-price-prediction-using-GAN
In this project, we will compare two algorithms for stock prediction. First, we will utilize the Long Short Term Memory(LSTM) network to do the Stock Market Prediction. LSTM is a powerful method that is capable of learning order dependence in sequence prediction problems. Furthermore, we will utilize Generative Adversarial Network(GAN) to make the prediction. LSTM will be used as a generator, and CNN as a discriminator. In addition, Natural Language Processing(NLP) will also be used in this project to analyze the influence of News on stock prices.
ajcr/rolling
Computationally efficient rolling window iterators for Python (sum, variance, min/max, etc.)
rasmusbergpalm/evostrat
A library that makes Evolutionary Strategies (ES) simple to use.
cderinbogaz/inpredo
Inpredo is a Deep Learning tool which looks into financial charts and predicts stock movements.
lucidrains/ETSformer-pytorch
Implementation of ETSformer, state of the art time-series Transformer, in Pytorch
jiewwantan/StarTrader
This program trains an agent: StarTrader to trade like a human using a deep reinforcement learning algorithm: deep deterministic policy gradient (DDPG) learning algorithm.
hcarlens/pytorch-tabular
Some examples of using PyTorch for tabular data
pecu/Series2GAF
sg-nm/cgp-cnn-PyTorch
A Genetic Programming Approach to Designing CNN Architectures, In GECCO 2017 (oral presentation, Best Paper Award)
ChickenBenny/VAE-in-predicting-stock
VAE in feature extraction help predicting stock
haihabi/GeneticNAS
The genetic neural architecture search (GeneticNAS) is a neural architecture search method that is based on genetic algorithm which utilized weight sharing across all candidate network.
kroggen/mamba-cpu
Modified Mamba code to run on CPU
my2582/Adversarial-RL
A Project of a Reinforcement Learning course. Simulated competing investment strategies through continuous refinement in a virtual stock market setting. The strategies adjusted weights to different stocks over time to maximize profits.
jmberutich/GeneticProgrammingTradingExperiments
Code from the paper "Robust technical trading strategies using GP for algorithmic portfolio selection"