nightcrawler's starred repositories

deeplearning-models

A collection of various deep learning architectures, models, and tips

Language:Jupyter NotebookLicense:MITStargazers:16484Issues:0Issues:0

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:4024Issues:0Issues:0

xlearn

High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.

Language:C++License:Apache-2.0Stargazers:3080Issues:0Issues:0
Language:LuaStargazers:205Issues:0Issues:0

DeepStack-Leduc

Example implementation of the DeepStack algorithm for no-limit Leduc poker

Language:LuaStargazers:870Issues:0Issues:0

deep_trader

This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.

Language:PythonStargazers:1452Issues:0Issues:0

LSTM-Neural-Network-for-Time-Series-Prediction

LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data

Language:PythonLicense:AGPL-3.0Stargazers:4747Issues:0Issues:0

tpot

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.

Language:PythonLicense:LGPL-3.0Stargazers:9614Issues:0Issues:0
Language:PythonStargazers:279Issues:0Issues:0

AE_ts

Auto encoder for time series

Language:PythonLicense:MITStargazers:429Issues:0Issues:0

StudyBooks

我的学习资料,包括书籍、网址等

Stargazers:1772Issues:0Issues:0

QuantLib

The QuantLib C++ library

Language:C++License:NOASSERTIONStargazers:5084Issues:0Issues:0

awesome-quant

A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)

Language:PythonStargazers:17083Issues:0Issues:0

hikyuu

Hikyuu Quant Framework 基于C++/Python的开源量化交易研究框架

Language:C++License:Apache-2.0Stargazers:2109Issues:0Issues:0

LSHash

A fast Python implementation of locality sensitive hashing.

Language:PythonLicense:MITStargazers:659Issues:0Issues:0

DeepHash-Papers

Must-read papers on deep learning to hash (DeepHash)

Stargazers:321Issues:0Issues:0

LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.

Language:C++License:MITStargazers:16409Issues:0Issues:0

Ad-papers

Papers on Computational Advertising

Language:PythonLicense:MITStargazers:4179Issues:0Issues:0

MachineLearning

Machine learning resources

Stargazers:3396Issues:0Issues:0

TFusion

CVPR2018: Unsupervised Cross-dataset Person Re-identification by Transfer Learning of Spatio-temporal Patterns

Language:PythonStargazers:307Issues:0Issues:0

reinforce_py

Reinforcement Learning in Python

Language:PythonLicense:MITStargazers:108Issues:0Issues:0

AlignedReID-Re-Production-Pytorch

Reproduce AlignedReID: Surpassing Human-Level Performance in Person Re-Identification, using Pytorch.

Language:PythonStargazers:639Issues:0Issues:0

deep-person-reid

Torchreid: Deep learning person re-identification in PyTorch.

Language:PythonLicense:MITStargazers:4202Issues:0Issues:0

facenet

Face recognition using Tensorflow

Language:PythonLicense:MITStargazers:13656Issues:0Issues:0

Pedestrian_Alignment

TCSVT2018 Pedestrian Alignment Network for Large-scale Person Re-identification

Language:CudaLicense:MITStargazers:234Issues:0Issues:0

webtau

WebTau (web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, WebSocket, GraphQL, Browser, Database, CLI and Business Logic with a consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.

Language:JavaLicense:Apache-2.0Stargazers:363Issues:0Issues:0
Language:PythonLicense:NOASSERTIONStargazers:3Issues:0Issues:0

drawio

draw.io is a JavaScript, client-side editor for general diagramming.

Language:JavaScriptLicense:Apache-2.0Stargazers:39973Issues:0Issues:0

dopamine

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:10429Issues:0Issues:0

DQN

Reinforcement Learning for finance

Language:PythonStargazers:179Issues:0Issues:0